MCP Server
MCP
io.github.codespar/mcp-rinne
Brazilian card acquiring API — merchants, cards-on-file, 3DS, PIX, banking, pricing.
Install
npx -y @codespar/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "@codespar/mcp-rinne",
"version": "0.1.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "API key sent as x-api-key header on every request. Organization-level keys see all merchants; merchant-level keys are scoped to one merchant.",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "RINNE_API_KEY"
},
{
"description": "Defaults to sandbox (https://api-sandbox.rinne.com.br/core). Set to \"false\" for production (https://api.rinne.com.br/core).",
"format": "string",
"name": "RINNE_SANDBOX"
},
{
"description": "Login identifier for the access-management tools (API Keys, Roles, Permissions, org Users, Zipcode lookup), which reject x-api-key by design and require a JWT session.",
"format": "string",
"name": "RINNE_EMAIL"
},
{
"description": "Login password paired with RINNE_EMAIL.",
"format": "string",
"isSecret": true,
"name": "RINNE_PASSWORD"
},
{
"description": "Company to select after JWT login, for accounts with access to multiple companies.",
"format": "string",
"name": "RINNE_COMPANY_ID"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment