Model Context Protocol v1.0 server. Compatible with Claude Desktop, Cursor, OpenAI Agents SDK, and any MCP-enabled host. 4 tools exposed.
{
"mcpServers": {
"chartai": {
"url": "https://api.chartai.live/mcp/v1",
"apiKey": "sk-chartai-<YOUR_KEY>",
"transport": "http"
}
}
}# Cursor settings.json
{
"mcp": {
"servers": {
"chartai": {
"url": "https://api.chartai.live/mcp/v1",
"apiKey": "sk-chartai-<YOUR_KEY>"
}
}
}
}User: Scan BTC on 4h and tell me if there's a pattern
Claude: [calls chartai:scan_symbol({ symbol: "BTCUSDT", tf: "4h" })]
→ Found: Bullish Bat (harmonic) — entry 76,200, target 80,400, stop 73,800
Confidence: 0.87 | Detected 23 min agoscan_symbolScan a trading symbol for harmonic and chart patterns on a given timeframe.
{ patterns: PatternResult[], quota_remaining: number }list_patternsList all supported pattern types with descriptions and detection rules.
{ patterns: PatternMeta[] }get_recordRetrieve a historical signal record by ID, including entry, target, stop, and outcome.
{ record: SignalRecord }list_recordsList recent signal records with optional filters.
{ records: SignalRecord[], total: number }Pro plan required. 14-day free trial, cancel anytime.