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.

1

Open Cline

Open VS Code with the Cline extension installed. Click the Cline icon in the sidebar.
2

Open MCP settings

Click the MCP Servers button (gear icon) in the Cline panel, then Configure MCP Servers.
3

Add the server

Add the OpenFinance server:
{
  "mcpServers": {
    "openfinance-tech": {
      "type": "streamableHttp",
      "url": "https://api.openfinance.tech/agent/mcp",
      "headers": {
        "x-api-key": "open_xxxxx"
      }
    }
  }
}
Drop the headers object if you only need public tools.
4

Enable

Save the file. Back in the Cline MCP panel, OpenFinance should appear, toggle it on if needed.
5

Use it

OpenFinance tools are now available in Cline conversations.
Cline uses streamableHttp as the transport type, not http.