Skip to content
Cursor

mcp unblockpay for Cursor

io.github.codespar/mcp-unblockpay

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

client:Cursor transport:stdio runtime:npm

Install mcp unblockpay in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "mcp-unblockpay": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@codespar/mcp-unblockpay"
      ],
      "env": {
        "UNBLOCKPAY_API_KEY": "<UNBLOCKPAY_API_KEY>",
        "UNBLOCKPAY_BASE_URL": "<UNBLOCKPAY_BASE_URL>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

mcp unblockpay in other clients