Blindpay MCP Server
BlindPay stablecoin payment infrastructure access for AI agents to manage transactions.
Data last scanned today · Reviewed today
Overview
BlindPay MCP Server allows AI assistants to interact directly with the BlindPay stablecoin payment API. It provides tools for configuring blockchain payouts and payins, managing virtual accounts and wallets, and retrieving real-time FX rates or creating payment quotes. To use the server, users must authenticate via a BlindPay API key and instance ID. It supports standard integration patterns for popular AI clients through node-based execution, enabling automated financial workflows within the development environment.
Our verdict
This server holds a security score of 38/100, indicating a high risk level. Key factors include that the authentication methods and read-only mode safety have not yet been editorially reviewed or verified. Given it manages financial infrastructure and stablecoin transactions, it should be used with extreme caution in development environments only by users who have manually reviewed the source code.
- Requires only 4 direct dependencies
- Uses MIT open-source license
- Provides documented tools for stablecoin payment management
- Community-maintained rather than official vendor support
- Authentication methods remain unreviewed for security risks
- Read-only mode safety has not been verified
Setup
{
"mcpServers": {
"blindpay-mcp": {
"args": [
"-y",
"@blindpay/mcp"
],
"command": "npx"
}
}
}Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows), then restart Claude Desktop. Some servers require API keys or tokens as environment variables — check the project's README and add an "env" object if needed.
- No read-only mode — running this grants full read/write access.
- No built-in authentication — anyone with access to this config can invoke every tool it exposes.
Compatibility
| Client | Local | Docker | Remote | Read-only |
|---|---|---|---|---|
| Claude Desktop | ||||
| Cursor | ||||
| VS Code | ||||
| Windsurf | ||||
| ChatGPT |
Frequently asked questions
›What information do I need to configure the BlindPay MCP server?
You need an API key and an instance ID. These can be generated by creating an account and a development instance on the BlindPay Dashboard.
›Which software dependencies are required to run this server?
You must have Node.js and npm installed on your system to run the server via npx.
›How do I specify my instance ID if my AI tool fails to detect it automatically?
If the tool does not automatically detect the BLINDPAY_INSTANCE_ID environment variable, you may need to include the ID explicitly in your prompt when interacting with the AI.
›Can this server be used for managing virtual accounts and blockchain wallets?
Yes, the MCP server provides tools to manage virtual accounts, handle blockchain wallets, and process payouts and payins across multiple blockchains.
Alternatives
Changelog
Badge
Maintain this server? Add the live badge to your README.