Skip to content
MCP-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://mcp-bridge.pages.dev/config/1forge-com.json

Configuration JSON

Use curl https://mcp-bridge.pages.dev/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://mcp-bridge.pages.dev/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