Skip to main content
Glama

chat on Discord twitter npm version

The official Model Context Protocol server for BlindPay - Global payments infrastructure made simple.

What This MCP Server Does

This MCP server provides AI coding assistants (Cursor, Claude Code, 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:

  1. Create an account on BlindPay

  2. Create a development instance

  3. Go to the BlindPay Dashboard

  4. Select your instance and click on the API Keys tab

  5. Create a new API key

Installation

Cursor

One-click install:

Add MCP to Cursor

After installation, add your API key to ~/.cursor/mcp.json:

{ "mcpServers": { "blindpay": { "command": "npx", "args": ["-y", "@blindpay/mcp"], "env": { "BLINDPAY_API_KEY": "your-api-key-here" } } } }

Claude Code

Run the following command in your terminal:

claude mcp add --transport stdio blindpay --env BLINDPAY_API_KEY=your-api-key-here -- npx -y @blindpay/mcp

Claude Desktop

Add to your Claude Desktop configuration file:

  • macOS: ~/Library/Application Support/Claude/claude_desktop_config.json

  • Windows: %APPDATA%\Claude\claude_desktop_config.json

{ "mcpServers": { "blindpay": { "command": "npx", "args": ["-y", "@blindpay/mcp"], "env": { "BLINDPAY_API_KEY": "your-api-key-here" } } } }

Example Prompts

Once configured, you can ask your AI assistant to interact with BlindPay:

"Get me a quote for sending 1000 USDC to a bank account in Brazil" "List all my recent payouts from the last 7 days" "Create a virtual account for receiver ID re_xxxxxxxxxxxx" "Show me the available payment rails"

Documentation

Support

License

This project is licensed under the MIT License - see the LICENSE file for details.

Made with ❤️ by the BlindPay team

Install Server
A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

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/blindpaylabs/blindpay-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server