Back to Apps

Spendex Pay
Supports UIby ldws123
The wallet for your AI agent. Allows agents to sign up for services and make payments with programmable rules.
0 stars
Works in:CursorChatGPT
Exposes:Tools
What it does
Spendex Pay acts as a financial identity and wallet for AI agents. It enables agents (like Claude Code or Cursor) to independently handle service sign-ups and payments using virtual cards, removing the manual friction of humans entering credit card details during an agent's workflow.
Key features
- Virtual Wallet: Uses Stripe Issuing to provide agents with spendable virtual cards.
- Programmatic Rules: Set per-transaction caps, monthly budgets, and merchant whitelists.
- Identity Management: Agents can create accounts on new services on your behalf with explicit consent.
- Consent Workflow: Integrated tools to request user approval before executing payments.
- Audit Logging: Every transaction is recorded in an immutable log for full transparency.
Installation
- Claude Desktop:
{
"mcpServers": {
"spendex": {
"command": "npx",
"args": ["-y", "@spendexai/mcp"],
"env": { "SPENDEX_TOKEN": "spx_..." }
}
}
}
- Cursor:
Edit
~/.cursor/mcp.jsonand add the configuration above. - Claude.ai (web):
Add URL
https://spendex-mcp.fly.dev/mcpwith Bearer token auth.
Supported hosts
- Claude Desktop
- Cursor
- Claude.ai
- ChatGPT
Quick install
npx -y @spendexai/mcpInformation
- Pricing
- paid
- Published
- 5/19/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Cursor
Add the spendex config to ~/.cursor/mcp.jsonChatGPT
Use URL https://spendex-mcp.fly.dev/mcp in ChatGPT ConnectorsClaude Desktop
{
"mcpServers": {
"spendex": {
"command": "npx",
"args": ["-y", "@spendexai/mcp"],
"env": { "SPENDEX_TOKEN": "spx_..." }
}
}
}





