← Back to Plugins
MCP Server MCP

io.github.codespar/mcp-moonpay

github By github 👁 1 views ▲ 0 votes

MCP server for MoonPay — fiat-to-crypto on/off-ramp, 100+ assets; Pix for Brazil onramp

Homepage Verified source GitHub

Install

npx -y @codespar/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@codespar/mcp-moonpay",
      "version": "0.2.2",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "MoonPay REST API key (sandbox or production — the key selects the environment)",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "MOONPAY_API_KEY"
        },
        {
          "description": "MoonPay publishable key used as `apiKey` in signed widget URLs (required for sign_buy_url / sign_sell_url).",
          "format": "string",
          "name": "MOONPAY_PUBLISHABLE_KEY"
        },
        {
          "description": "MoonPay secret key used to HMAC-SHA256 sign widget URLs (required for sign_buy_url / sign_sell_url).",
          "format": "string",
          "isSecret": true,
          "name": "MOONPAY_SECRET_KEY"
        },
        {
          "description": "MoonPay API base URL. Defaults to https://api.moonpay.com.",
          "format": "string",
          "name": "MOONPAY_BASE_URL"
        },
        {
          "description": "MoonPay buy widget base URL. Defaults to https://buy.moonpay.com.",
          "format": "string",
          "name": "MOONPAY_BUY_WIDGET_URL"
        },
        {
          "description": "MoonPay sell widget base URL. Defaults to https://sell.moonpay.com.",
          "format": "string",
          "name": "MOONPAY_SELL_WIDGET_URL"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...