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.
Navigate to your project
cd into your project folder.
Create config file
Create .mcp.json in the project root.
Option B, Global
Available in all projects.
Edit global config
Edit ~/.claude.json (create it if it does not exist).
Configuration
Then paste this block.
Public-only
With wallet tools
{
"mcpServers": {
"openfinance-tech": {
"type": "http",
"url": "https://api.openfinance.tech/agent/mcp"
}
}
}
{
"mcpServers": {
"openfinance-tech": {
"type": "http",
"url": "https://api.openfinance.tech/agent/mcp",
"headers": {
"x-api-key": "open_xxxxx"
}
}
}
}
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.