Agent Wallet MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| OAUTH_ISSURER | No | OAuth issuer URL for HTTP server (required for ChatGPT connector). | |
| OWNER_PASSCODE | No | Passcode for OAuth authorization (required for ChatGPT connector). | |
| STRIPE_API_KEY | No | Stripe API key for Stripe issuer (required when WALLET_ISSURER=stripe). | |
| STRIPE_CARD_ID | No | Stripe card ID for Stripe issuer (required when WALLET_ISSURER=stripe). | |
| WALLET_ISSURER | No | Issuer backend: 'mock', 'stripe', or 'airwallex'. | mock |
| DASHBOARD_TOKEN | No | Token for local dashboard (auto-generated if not set). | |
| WALLET_APPROVER | No | Approval channel: 'console' or 'telegram'. | console |
| TELEGRAM_CHAT_ID | No | Numeric chat ID for Telegram approvals (required when WALLET_APPROVER=telegram). | |
| TELEGRAM_BOT_TOKEN | No | Telegram bot token for phone approvals (required when WALLET_APPROVER=telegram). | |
| WALLET_FLOAT_CENTS | No | The hard float ceiling in cents (default $200). | 20000 |
| WALLET_DAILY_CAP_CENTS | No | Rolling 24h spend cap in cents (default $100). | 10000 |
| WALLET_HOURILY_TXN_LIMIT | No | Rolling 1h transaction count limit (default 5). | 5 |
| WALLET_MERCHANT_DENYLIST | No | Optional comma-separated list of denied merchants. | |
| WALLET_PER_TXN_CAP_CENTS | No | Per-transaction cap in cents (default $50). | 5000 |
| WALLET_MERCHANT_ALLOWLIST | No | Optional comma-separated list of allowed merchants. | |
| WALLET_AUTO_APPROVE_UNDER_CENTS | No | Auto-approve threshold in cents (default 0 = confirm everything). | 0 |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
This server cannot be deployed
Maintenance
ActivityMaintained
ResponsivenessNo issues