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.jsonConfiguration 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
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.jsonEnvironment Variables
1FORGE_FINANCE_APIS_API_KEYReplace your_1forge_finance_apis_api_key with your actual 1forge finance apis api key
Endpoints
GET
/quotesGet quotes for all symbols
GET
/symbolsGet a list of symbols for which we provide real-time quotes