Payment gateway with card, Pix, and boleto. Receivables anticipation and risk management built for Brazilian marketplaces.
$ npm install @codespar/mcp-pagar-meAdd this entry to your claude_desktop_config.json (or any MCP-compatible client config).
{
"mcpServers": {
"pagar-me": {
"command": "npx",
"args": [
"-y",
"@codespar/mcp-pagar-me"
],
"env": {
"PAGARME_API_KEY": "<your_pagarme_api_key>"
}
}
}
}After restart, your agent can call any of the 22 tools below โ try create_order first.
Required to authenticate the server. Stored encrypted when using CodeSpar managed hosting.
PAGARME_API_KEYSecret key (sk_xxx) for Pagar.me
PAGARME_PUBLIC_KEYPublic key (pk_xxx) for card tokenization (required only for create_card_token)
Each tool is independent โ your agent loads only what it needs to reduce context and response time.
create_orderget_orderlist_orderscreate_chargeget_chargecreate_recipientget_balancecreate_transferMCP is a protocol โ any framework that speaks it can mount this server.