open-payments-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@open-payments-mcpCreate an incoming payment for 100 USD"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Open Payments MCP
Standalone MCP server exposing core Open Payments operations over stdio.
Tools
get_wallet_addressrequest_grantcontinue_grantcreate_incoming_paymentget_incoming_paymentcreate_quoteget_quotecreate_outgoing_paymentget_outgoing_payment
Related MCP server: BlindPay MCP Server
Configuration
Set these environment variables before running:
export OPEN_PAYMENTS_CLIENT_ADDRESS="https://example.com/client"
export OPEN_PAYMENTS_PRIVATE_KEY_PATH="/absolute/path/to/private.key"
export OPEN_PAYMENTS_KEY_ID="your-key-id"Optional:
export OPEN_PAYMENTS_SESSION_FILE=".data/open-payments-sessions.json"
export OPEN_PAYMENTS_CALLBACK_PORT="3999"
export OPEN_PAYMENTS_MAX_DEBIT_AMOUNT="100000"You can start from .env.example if you prefer loading env vars with your MCP client or shell.
The private key path, key ID, access tokens, and grant continuation tokens are never accepted as MCP tool inputs and are not returned in MCP tool responses.
Run
pnpm install
pnpm build
pnpm startFor development:
pnpm devPayment Flow
Typical peer-style flow using the core tools:
get_wallet_addressfor receiver and sender.request_grantfor receiverincoming-paymentaccess.create_incoming_payment.request_grantfor senderquoteaccess.create_quote.request_grantfor senderoutgoing-paymentaccess.User opens
interactRedirectUrland approves in their wallet.continue_grant.create_outgoing_payment.get_outgoing_payment.
Outgoing payment execution requires the finalized grant produced after user approval.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/devcer/open-payments-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server