Secure Open Finance Brasil MCP server with typed tools and a credential-free mock mode
What it says
The record the registry holds
How you get it
There is no address to call. This one is a package you install and run yourself, wherever your assistant runs.
openfinance-br-mcp · pypi · 0.2.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.brunovicco/openfinance-br-mcp",
"description": "Secure Open Finance Brasil MCP server with typed tools and a credential-free mock mode",
"repository": {
"url": "https://github.com/brunovicco/openfinance-br-mcp",
"source": "github"
},
"version": "0.2.0",
"packages": [
{
"registryType": "pypi",
"registryBaseUrl": "https://pypi.org",
"identifier": "openfinance-br-mcp",
"version": "0.2.0",
"runtimeHint": "uvx",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "'mock' (default, no credentials needed - runs entirely in-memory), 'sandbox', or 'production'",
"format": "string",
"default": "mock",
"name": "ENVIRONMENT"
},
{
"description": "Client ID registered with the participating institution. Required unless ENVIRONMENT=mock",
"format": "string",
"name": "CLIENT_ID"
},
{
"description": "Path to the RSA private key used for private_key_jwt and JAR signing outside mock mode",
"format": "string",
"name": "PRIVATE_KEY_PATH"
},
{
"description": "Key ID matching the registered client JWKS entry outside mock mode",
"format": "string",
"name": "PRIVATE_KEY_KID"
},
{
"description": "Path to the client mTLS certificate used outside mock mode",
"format": "string",
"name": "MTLS_CERT_PATH"
},
{
"description": "Path to the client mTLS private key used outside mock mode",
"format": "string",
"name": "MTLS_KEY_PATH"
},
{
"description": "Optional Redis connection URL for persistent consent and token state",
"format": "string",
"isSecret": true,
"name": "REDIS_URL"
},
{
"description": "Required only when calling list_transactions with categorize=true (DSPy transaction categorization)",
"format": "string",
"isSecret": true,
"name": "ANTHROPIC_API_KEY"
}
]
}
]
},
"_meta": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"statusChangedAt": "2026-07-17T18:44:21.487119Z",
"publishedAt": "2026-07-17T18:44:21.487119Z",
"updatedAt": "2026-07-17T18:44:21.487119Z",
"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.2.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.