@profitabul/mcp
v0.1.1
Published
Connect AI assistants to Profitabul market intelligence via MCP
Maintainers
Readme
@profitabul/mcp
Connect AI assistants to Profitabul market intelligence via the Model Context Protocol.
Setup
Get your API key at profitabul.com/dashboard/settings/integrations (requires an active subscription)
Add to your MCP client config:
Claude Desktop
Add to ~/Library/Application Support/Claude/claude_desktop_config.json (Mac) or %APPDATA%\Claude\claude_desktop_config.json (Windows):
{
"mcpServers": {
"profitabul": {
"command": "npx",
"args": ["@profitabul/mcp"],
"env": {
"PROFITABUL_API_TOKEN": "pab_live_your_key_here"
}
}
}
}Claude Code
claude mcp add profitabul -- npx @profitabul/mcpThen set PROFITABUL_API_TOKEN in your environment.
Other MCP Clients
Use the HTTP endpoint directly at https://mcp.profitabul.ai with your API key as a Bearer token.
Available Tools
| Tool | Description | Plan |
|------|-------------|------|
| get_market_context | Current market overview with key levels and sentiment | All |
| get_history | Historical price data (candles) | All |
| get_statistics | Statistical analysis for any symbol | All |
| run_report | Generate market reports (IB, ORB, volume profile, etc.) | All |
| paper_trade | Execute paper trades for practice | All |
| run_backtest | Run strategy backtests | All |
| run_custom_backtest | Custom backtest with user-defined rules | All |
| get_confluence | Multi-factor confluence analysis | All |
| validate_orderflow | Orderflow validation and analysis | All |
| analyze_journal | AI analysis of your trading journal | All |
| get_signal | Real-time trading signals | Pro |
| get_key_levels | Key support/resistance levels | Pro |
Requirements
- Node.js 20+
- Active Profitabul subscription
