Skip to content
MCP-BridgeMCP-Bridge
Finance & Payments

1Forge Finance APIs MCP Config

Stock and Forex Data and Realtime Quotes

Config URL

Use this URL in any MCP-compatible client to fetch the config automatically.

https://mcpbridge.org/config/1forge-com.json

One-Click Install

Copy the snippet for your MCP client and paste it in — zero editing required.

Claude Desktop

Add to 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"
      }
    }
  }
}

Cursor

Settings → MCP Servers → Add

{
  "mcpServers": {
    "1forge-com": {
      "url": "https://mcpbridge.org/config/1forge-com.json"
    }
  }
}

VS Code

Use with MCP extension

{
  "mcpServers": {
    "1forge-com": {
      "url": "https://mcpbridge.org/config/1forge-com.json"
    }
  }
}

Configuration JSON

Use curl https://mcpbridge.org/config/1forge-com.json to fetch programmatically.

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

How to Use

Claude Desktop

Paste the config JSON into your claude_desktop_config.json.

Full instructions →

Cursor

Go to Cursor Settings → MCP Servers → Add with the JSON above.

CLI / curl

Fetch the config programmatically:

curl https://mcpbridge.org/config/1forge-com.json

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