← Back to Plugins
MCP Server MCP

io.github.brunovicco/openfinance-br-mcp

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

uvx openfinance-br-mcp

Configuration Example

{
  "remotes": [],
  "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"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...