Allowance MCP
Enables AI agents to request purchase approval from humans, receive scoped virtual cards, complete checkout, and report receipts for audit.
README
Allowance MCP
<p> <a href="https://useallowance.com"> <img src="assets/allowance-logo-green-bg.jpg" alt="Allowance" width="96"> </a> </p>
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.
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.