Skip to content
Zed

mcp unblockpay for Zed

io.github.codespar/mcp-unblockpay

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

client:Zed transport:stdio runtime:npm

Install mcp unblockpay in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

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

Merge this into your existing settings object — do not replace the file. Zed docs

mcp unblockpay in other clients