Skip to content
MCP-Bridge
Finance & Payments

1Forge Finance APIs Claude Desktop Config

Add the 1Forge Finance APIs MCP server to Claude Desktop with this ready-to-use configuration.

Setup Instructions

  1. Open Claude Desktop
  2. Go to Settings → Developer → Edit Config → claude_desktop_config.json
  3. Paste the JSON below into the file
  4. Set your credentials in the env section
  5. Restart Claude Desktop

Configuration JSON

Copy the entire block into your claude_desktop_config.json

{
  "mcpServers": {
    "1forge-com": {
      "command": "npx",
      "args": [
        "-y",
        "@mcp/1forge-com"
      ],
      "env": {
        "1FORGE_FINANCE_APIS_API_KEY": "your_1forge_finance_apis_api_key"
      }
    }
  }
}

Environment Variables

1FORGE_FINANCE_APIS_API_KEY

Replace your_1forge_finance_apis_api_key with your actual 1forge finance apis api key

Endpoints

GET/quotes

Get quotes for all symbols

GET/symbols

Get a list of symbols for which we provide real-time quotes