Loading MCP server directory, please wait...
MCP server for Pagar.me — orders, charges, recipients, transfers, plans, subscriptions, webhooks
npx @getmcp/cli add io.github.codespar/mcp-pagar-meRequires Node.js 18+. Community-contributed server. Review source before installing.
PAGARME_API_KEYSecret key (sk_xxx) for Pagar.me
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.codespar/mcp-pagar-me": {
"command": "npx",
"args": [
"-y",
"@codespar/mcp-pagar-me"
],
"env": {
"PAGARME_API_KEY": "",
"PAGARME_PUBLIC_KEY": ""
}
}
}
}