Skip to content
Claude Desktop

Financial Data API for Claude Desktop

com.financialdatapi/mcp

Point-in-time macro, central bank rates and sentiment, COT positioning, from official sources.

client:Claude Desktop transport:streamable-http

Install Financial Data API in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "mcp": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://mcp.financialdatapi.com"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

Financial Data API in other clients