← Back to Plugins
MCP Server MCP

io.github.codespar/mcp-pagar-me

github By github 👁 1 views ▲ 0 votes

MCP server for Pagar.me — orders, charges, recipients, transfers, plans, subscriptions, webhooks

Homepage Verified source GitHub

Install

npx -y @codespar/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@codespar/mcp-pagar-me",
      "version": "0.2.2",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Secret key (sk_xxx) for Pagar.me",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "PAGARME_API_KEY"
        },
        {
          "description": "Public key (pk_xxx) for card tokenization (required only for create_card_token)",
          "format": "string",
          "name": "PAGARME_PUBLIC_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...