← Index

io.github.codespar/mcp-unblockpay

io.github.codespar/mcp-unblockpay·v0.1.2·Other
Quality Score
80
/100

MCP server for UnblockPay — fiat-to-stablecoin onramp/offramp, wallets, transfers

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "mcp-unblockpay": {
      "command": "npx",
      "args": [
        "-y",
        "@codespar/mcp-unblockpay"
      ],
      "env": {
        "UNBLOCKPAY_API_KEY": "<your-unblockpay_api_key>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "mcp-unblockpay": {
      "command": "npx",
      "args": [
        "-y",
        "@codespar/mcp-unblockpay"
      ],
      "env": {
        "UNBLOCKPAY_API_KEY": "<your-unblockpay_api_key>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @codespar/mcp-unblockpay
§02  Environment variables
UNBLOCKPAY_API_KEY
requiredsecret

API key for unblockpay

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in Other