mcpbeat Sign in

Openfinance Br MCP Server

local only

Openfinance Br MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 69 installs a week from pypi. Last commit 17 Jul 2026.

Secure Open Finance Brasil MCP server with typed tools and a credential-free mock mode

Installs per day peak 22 · avg 11 · -20% w/w
a month agotoday
69
Installs / week
pypi · openfinance-br-mcp
1
Stars
0 open issues
17 Jul 2026
Last commit
0 releases in 90 days
MIT
License
Python

Nothing serious here today

Today is the operative word: we check Openfinance Br MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add openfinance-br-mcp -- uvx openfinance-br-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "openfinance-br-mcp": {
      "args": [
        "openfinance-br-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.openfinance-br-mcp]
command = "uvx"
args = ["openfinance-br-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "openfinance-br-mcp": {
      "args": [
        "openfinance-br-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "openfinance-br-mcp": {
      "args": [
        "openfinance-br-mcp"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: ENVIRONMENT ('mock' (default, no credentials needed - runs entirely in-memory), 'sandbox', or 'production'), CLIENT_ID (Client ID registered with the participating institution. Required unless ENVIRONMENT=mock), PRIVATE_KEY_PATH (Path to the RSA private key used for private_key_jwt and JAR signing outside mock mode), PRIVATE_KEY_KID (Key ID matching the registered client JWKS entry outside mock mode), MTLS_CERT_PATH (Path to the client mTLS certificate used outside mock mode), MTLS_KEY_PATH (Path to the client mTLS private key used outside mock mode), REDIS_URL (Optional Redis connection URL for persistent consent and token state), ANTHROPIC_API_KEY (Required only when calling list_transactions with categorize=true (DSPy transaction categorization)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Openfinance Br MCP

same job, measured the same way
Secureflows MCP
by michal-lefler

MCP server for secureFlows: token-free URL builders and integration-linting tools for AI agents.

18 tools answering
Secureflows MCP Server
by michal-lefler

MCP server for secureFlows: token-free URL builders and integration-linting tools for AI agents.

18 tools answering
BT Ops MCP
by tangchangzhe

Secure MCP server for BT Panel operations with scoped permissions and audited writes.

57 installs/wk local only
Obsidian MCP Secure
by dewtech-technologies

Secure MCP server for Obsidian with OWASP Top 10 controls and full audit logging.

40 installs/wk local only
Nandi Proxmox MCP
by papischolz

Open-source MCP server for secure Proxmox node, VM, and LXC operations.

143 installs/wk local only
Excalidraw
by debu-sinha

Security-hardened Excalidraw MCP server with auth, rate limiting, and 14 tools

849 installs/wk local only
MCP File Tools
by zoster81

Secure encoding-aware filesystem tools with atomic writes, legacy encodings, and typed errors

local only
MCP Server for OSCAL
by awslabs

AI agent tools for Open Security Controls Assessment Language (OSCAL)

156 installs/wk local only

Openfinance Br MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Openfinance Br MCP?
Openfinance Br MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package openfinance-br-mcp was installed 69 times last week.
How do I connect Openfinance Br MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls openfinance-br-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use Openfinance Br MCP?
The pypi package openfinance-br-mcp was installed 69 times in the last week. Week over week that is -20%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Openfinance Br MCP open source?
Yes — it is published under the MIT licence, written in Python and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.