Loading MCP server directory, please wait...
Brazilian card acquiring API — merchants, cards-on-file, 3DS, PIX, banking, pricing.
npx @getmcp/cli add io.github.codespar/mcp-rinneRequires Node.js 18+. Community-contributed server. Review source before installing.
RINNE_API_KEYAPI key sent as x-api-key header on every request. Organization-level keys see all merchants; merchant-level keys are scoped to one merchant.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.codespar/mcp-rinne": {
"command": "npx",
"args": [
"-y",
"@codespar/mcp-rinne"
],
"env": {
"RINNE_API_KEY": "",
"RINNE_SANDBOX": "",
"RINNE_EMAIL": "",
"RINNE_PASSWORD": "",
"RINNE_COMPANY_ID": ""
}
}
}
}