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., "@BlindPay MCP ServerGet me a quote for sending 1000 USDC to a bank account in Brazil"
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.
The official Model Context Protocol server for BlindPay - Stablecoin API for global payments.
What This MCP Server Does
This MCP server provides AI assistants (Cursor, Claude Code, Codex, etc.) with access to BlindPay's stablecoin payment infrastructure. It exposes tools that allow AI assistants to:
Create and manage receivers (individuals/businesses)
Process payouts and payins on multiple blockchains
Create quotes and get FX rates
Manage virtual accounts and blockchain wallets
Configure webhooks and API keys
And more...
Prerequisites
Get your API key and Instance ID:
Create a development instance
Go to the BlindPay Dashboard
Select your instance and click on the API Keys tab
Create a new API key
Copy your instance ID (format:
in_xxxxxxxxxxxx) from the dashboard url
Dependencies you need to have installed:
You can check if you have Node.js installed by running node -v. Same for Npm, you can check by running npm -v.
Installation
Cursor
One-click install:
After installation, add your API key and instance ID to ~/.cursor/mcp.json:
Claude Code
Run the following command in your terminal:
Claude Desktop
Add to your Claude Desktop configuration file:
macOS:
~/Library/Application Support/Claude/claude_desktop_config.jsonWindows:
%APPDATA%\Claude\claude_desktop_config.json
Codex
Run the following command in your terminal:
Or add to your ~/.codex/config.toml (or project-scoped .codex/config.toml):
Example Prompts
Once configured, you can ask your AI assistant to interact with BlindPay:
You can specifyBLINDPAY_INSTANCE_ID in your initial prompt or add it as an environment variable. However, some AI tools may not detect it automatically, so you may need to include it explicitly in your prompt.
Documentation
Support
Email: eric@blindpay.com
Issues: GitHub Issues
License
This project is licensed under the MIT License - see the LICENSE file for details.
Made with ❤️ by the BlindPay team