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-banco-do-brasil",
"description": "MCP server for Banco do Brasil — Pix, Cobrança (boleto), Conta-Corrente, Arrecadação (OAuth2 + mTLS)",
"repository": {
"url": "https://github.com/codespar/mcp-dev-latam",
"source": "github",
"subfolder": "packages/banking/banco-do-brasil"
},
"version": "0.1.0-alpha.4",
"packages": [
{
"registryType": "npm",
"identifier": "@codespar/mcp-banco-do-brasil",
"version": "0.1.0-alpha.4",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Banco do Brasil OAuth client_id issued via developers.bb.com.br after contract onboarding.",
"isRequired": true,
"format": "string",
"name": "BB_CLIENT_ID"
},
{
"description": "Banco do Brasil OAuth client_secret.",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "BB_CLIENT_SECRET"
},
{
"description": "BB Developer App Key (gw-dev-app-key) — appended as a query param on most BB API calls.",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "BB_DEVELOPER_APP_KEY"
},
{
"description": "Absolute path to the mTLS client certificate (.crt or .pem). BACEN mandates mTLS for Pix v2 in production.",
"format": "string",
"name": "BB_CERT_PATH"
},
{
"description": "Absolute path to the mTLS private key (.key or .pem).",
"format": "string",
"isSecret": true,
"name": "BB_KEY_PATH"
},
{
"description": "Environment: 'sandbox' or 'production'. Defaults to 'sandbox'.",
"format": "string",
"name": "BB_ENV"
}
]
}
]
},
"_meta": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"statusChangedAt": "2026-06-22T18:48:33.334669Z",
"publishedAt": "2026-06-22T18:48:33.334669Z",
"updatedAt": "2026-06-22T18:48:33.334669Z",
"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.0-alpha.4last 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.