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 Command Palette

Press Cmd+Shift+P (Mac) or Ctrl+Shift+P (Windows).
2

Open MCP Settings

Type MCP and select Cursor Settings: Open MCP Settings.
3

Add the server

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

Reload

Open the Command Palette again, type MCP, and select Reload MCP Servers.
5

Use it

OpenFinance tools are now available in Cursor’s AI chat.