HomeFinance › BlindPay

BlindPay

Official BlindPay MCP server: stablecoin payouts, payins, quotes and receivers for global payments.

TypeScript Remote
★ 10 stars Last pushed 2026-09-22 License: MIT

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Remote (streamable-http)

https://mcp.blindpay.com/mcp Requires auth (checked 2026-09-24)

Claude Code:

claude mcp add --transport http blindpay-mcp https://mcp.blindpay.com/mcp

Or add to your MCP client config:

{
  "mcpServers": {
    "blindpay-mcp": {
      "url": "https://mcp.blindpay.com/mcp"
    }
  }
}

Package (npm 1.8.0)

npx -y @blindpay/mcp@1.8.0

Or add to your MCP client config:

{
  "mcpServers": {
    "blindpay-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@blindpay/mcp@1.8.0"
      ],
      "env": {
        "BLINDPAY_API_KEY": "<YOUR_VALUE>",
        "BLINDPAY_INSTANCE_ID": "<YOUR_VALUE>",
        "BLINDPAY_MCP_PROFILE": "<YOUR_VALUE>"
      }
    }
  }
}
  • BLINDPAY_API_KEY required secret — BlindPay API key from the dashboard (API Keys tab).
  • BLINDPAY_INSTANCE_ID — BlindPay instance ID (in_xxxxxxxxxxxx).
  • BLINDPAY_MCP_PROFILE — Tool profile: 'full' (default) or 'readonly' (GET operations only).

Related servers

Data from the Official MCP Registry