forgealpha-mcp
v0.1.2
Published
ForgeAlpha MCP server — connect Claude and other AI assistants to your ForgeAlpha trading account
Maintainers
Readme
forgealpha-mcp
MCP server for ForgeAlpha — connect Claude and other AI assistants to your algorithmic trading account.
Quick Start
Claude Desktop / claude.ai (recommended)
Add to your Claude Desktop config (Settings > Developer > Edit Config):
{
"mcpServers": {
"forgealpha": {
"command": "npx",
"args": ["-y", "forgealpha-mcp"],
"env": {
"FORGEALPHA_API_KEY": "your-api-key-here",
"FORGEALPHA_API_URL": "https://beta.api.forgealpha.cloud"
}
}
}
}Get your API key from Settings > API Keys in the ForgeAlpha dashboard.
Remote MCP (no install)
Add as a remote MCP server in Claude.ai settings:
https://beta.api.forgealpha.cloud/mcpUses OAuth — just sign in and authorize.
What It Does
19 tools across 5 categories:
| Category | Tools | |----------|-------| | Strategies | Create, view, edit, publish, archive strategies | | Backtesting | Run backtests with custom parameters | | Bots | Create, start, stop, monitor trading bots | | Accounts | View MT5 accounts, check capital, list symbols | | Analysis | Upload and analyze trade history |
Example
"Create an RSI mean reversion strategy for XAUUSD. Buy when RSI drops below 30, sell above 70. Backtest it over 60 days with $10,000."
Claude will build the strategy, run the backtest, and show you the results.
Documentation
Full docs: forgealpha.cloud/docs/mcp
