There is no address to call. This one is a package you install and run yourself, wherever your assistant runs.
@codespar/mcp-rinne · npm · 0.1.0
the recordCopied from the official MCP registry, exactly as it holds it.
{
"server": {
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.codespar/mcp-rinne",
"description": "Brazilian card acquiring API — merchants, cards-on-file, 3DS, PIX, banking, pricing.",
"repository": {
"url": "https://github.com/codespar/mcp-dev-latam",
"source": "github",
"subfolder": "packages/payments/rinne"
},
"version": "0.1.0",
"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"
}
]
}
]
},
"_meta": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"statusChangedAt": "2026-08-09T19:07:36.282365Z",
"publishedAt": "2026-08-09T19:07:36.282365Z",
"updatedAt": "2026-08-09T19:07:36.282365Z",
"isLatest": true
}
}
}
Make it installable
Draft an Agent Plugin from this
An MCP server is raw capability: some tools, wired to something. An Agent Plugin is the packaging that says what job it does, what it leaves behind and where it stops. The prompt below carries this record and asks for the packaging; your own assistant writes it, and nothing here is sent anywhere.
What this is
MCP server
application/mcp-server-record+jsonlocal · you run it yourselfversion 0.1.0last seen 2026-08-23
These are the publisher's own words, filed by them with the official MCP registry and mirrored here. This catalog did not read them from the publisher and has not run, called or installed anything.