1Forge Finance APIs Claude Desktop Config
Add the 1Forge Finance APIs MCP server to Claude Desktop with this ready-to-use configuration.
Setup Instructions
- Open Claude Desktop
- Go to Settings → Developer → Edit Config →
claude_desktop_config.json - Paste the JSON below into the file
- Set your credentials in the
envsection - 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_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