MCP Server
MCP
io.github.codespar/mcp-pagar-me
MCP server for Pagar.me — orders, charges, recipients, transfers, plans, subscriptions, webhooks
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
By
Comments
Sign in to leave a comment