← Back to Plugins
MCP Server MCP

io.github.codespar/mcp-unblockpay

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y @codespar/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@codespar/mcp-unblockpay",
      "version": "0.3.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "API key from the UnblockPay dashboard",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "UNBLOCKPAY_API_KEY"
        },
        {
          "description": "Optional API base URL. Defaults to https://api.unblockpay.com/v1. Set to https://api.sandbox.unblockpay.com/v1 to hit the sandbox.",
          "format": "string",
          "name": "UNBLOCKPAY_BASE_URL"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...