Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.openfinance.tech/llms.txt

Use this file to discover all available pages before exploring further.

If you skipped the Quick Install, you can wire the MCP server up by hand. Choose one of the two options below.

Option A, Project-level

Available in one project only.
1

Navigate to your project

cd into your project folder.
2

Create config file

Create .mcp.json in the project root.

Option B, Global

Available in all projects.
1

Edit global config

Edit ~/.claude.json (create it if it does not exist).

Configuration

Then paste this block.
{
  "mcpServers": {
    "openfinance-tech": {
      "type": "http",
      "url": "https://api.openfinance.tech/agent/mcp"
    }
  }
}
If ~/.claude.json already has a mcpServers object, add the "openfinance-tech": { ... } entry inside it rather than replacing the whole file.
Restart Claude Code, OpenFinance tools are now available.