streamable-httpupdated 2mo ago
Allowance is a payment security layer for AI agents. It lets humans approve scoped purchases on their phone while agents complete checkout with limited-use payment credentials instead of the human's real card.
What can you do with Allowance MCP?
Allowance MCP
Allowance is a payment security layer for AI agents. It lets humans approve scoped purchases on their phone while agents complete checkout with limited-use payment credentials instead of the human's real card.
Allowance MCP exposes that flow to MCP clients: agents can request approval for a specific purchase, receive a scoped virtual card after approval, complete checkout, and report receipts and final charged amounts back into an audit trail.
This repository is the public listing and configuration home for the hosted Allowance MCP server. The implementation repository is private.

Hosted Server
- Server URL:
https://mcp.useallowance.com - Transport:
streamable-http - Official registry name:
com.useallowance/allowance-mcp - Official registry URL:
https://registry.modelcontextprotocol.io/v0.1/servers/com.useallowance%2Fallowance-mcp/versions/latest - Company site:
https://useallowance.com - Discovery metadata:
https://useallowance.com/.well-known/mcp.json - Product docs:
https://useallowance.com/mcp
Authentication
Allowance MCP uses OAuth. Connect your MCP client to https://mcp.useallowance.com and complete the Allowance OAuth flow when prompted.
After OAuth completes, MCP clients send the issued bearer token on tool calls. Users should not create or paste standalone API keys for normal MCP use. Do not commit tokens, card credentials, or checkout PII.
Core Flow
- The agent creates an allowance request for a specific purchase.
- The human approves, denies, or lets the request expire on their phone.
- If approved, the agent completes checkout with scoped payment credentials or waits for Allowance remote fulfillment.
- The agent reports success or failure, including receipt and charged amount details when available.
Human phone approval is the spending authorization. After approval, agents should not ask for another final confirmation unless the realized total exceeds the approved cap, checkout requires unavailable information, or the item materially differs from the approved request.
What Allowance Controls
- Spend scope: merchant, amount cap, purchase reason, and expiration.
- Payment exposure: agents get limited payment credentials instead of the human's real card.
- Checkout data: approved contact, shipping, and billing fields are available only when needed for checkout.
- Auditability: requests, approvals, card issuance, purchase attempts, receipts, and failures are recorded.
- Revocation: humans can pause or revoke allowances instead of leaving broad payment access with an agent.
Tools
send_allowance_requestpoll_allowance_requestwait_for_allowance_requestget_allowance_requestlist_allowance_requestscancel_allowance_requestget_contact_detailsget_allowance_shipping_addressget_allowance_billing_addressissue_allowance_cardcomplete_purchase_authreport_purchase_successreport_purchase_failurelist_allowance_purchase_attemptsget_allowancewait_for_remote_fulfillmentreply_to_remote_fulfillment_messagelist_allowancespause_allowancerevoke_allowancelist_supported_merchantscheck_merchant
Security Model
Allowance is designed so agents spend with scoped authorization instead of receiving the human's real card. Approvals, limits, receipts, and audit trails are enforced by Allowance.
If you find a security issue, email security@useallowance.com.
Install
Add Allowance MCP to your client. Pick the one you use.
claude mcp add --transport http allowance-mcp https://mcp.useallowance.comcodex mcp add allowance-mcp --url https://mcp.useallowance.com{
"mcpServers": {
"allowance-mcp": {
"url": "https://mcp.useallowance.com"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"allowance-mcp": {
"type": "http",
"url": "https://mcp.useallowance.com"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"allowance-mcp": {
"url": "https://mcp.useallowance.com"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"allowance-mcp": {
"serverUrl": "https://mcp.useallowance.com"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
11 tools
Allowance MCP exposes 11 tools to a connected agent.
- send_allowance_request
- `poll_allowance_request`
- wait_for_allowance_request
- `get_allowance_request`
- list_allowance_requests
- `cancel_allowance_request`
- get_contact_details
- `get_allowance_shipping_address`
- get_allowance_billing_address
- `issue_allowance_card`
- complete_purchase_auth
- `report_purchase_success`
- report_purchase_failure
- `list_allowance_purchase_attempts`
- get_allowance
- `wait_for_remote_fulfillment`
- reply_to_remote_fulfillment_message
- `list_allowances`
- pause_allowance
- `revoke_allowance`
- list_supported_merchants
- `check_merchant`
Score
67 / 100
Good
- Documentation16/25
- Maintenance22/25
- Trust9/20
- Capability8/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 70 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 11 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 0.1.2Latest | Jun 22, 2026 |
| 0.1.1 | Jun 22, 2026 |
| 0.1.0 | Jun 22, 2026 |