Markitel inside your AI.
Pipe Markitel signals, market data, and account state into Claude, ChatGPT, Cursor, or any MCP client. One install, no new tab.
No new tab
Ask Markitel inside the AI you already use. The connector lives wherever you already work.
Open protocol
Built on the Model Context Protocol — works in Claude Desktop, Claude.ai, ChatGPT, Cursor, Cline, and anything else MCP-compatible.
Same data, same engine
Tools call the live Markitel API directly. What you see on the site is what your AI sees.
Built for safety
Read tools are public. Mutations require explicit scopes. Live trading requires a dashboard toggle, mandatory SL, and the kill-switch.
Pick your client.
Claude Desktop, Cursor, and Cline are live today via stdio. Hosted Streamable HTTP for Claude.ai web and ChatGPT.com lands with Phase 1.
~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows). Add the mcpServers entry below, fully quit Claude Desktop (Cmd+Q), then relaunch. The Markitel tools appear in the connectors panel.{
"mcpServers": {
"markitel": {
"command": "npx",
"args": ["-y", "markitel-mcp-server"]
}
}
}nvm and npx resolves to the wrong node, replace "npx" with the absolute path to your node binary plus ["-y", "markitel-mcp-server"] as args.The npm package markitel-mcp-server is in pre-release. While it's being published, reach out for the build-from-source instructions.
Five tools. Read-only. Public.
No auth required for v1 — these all hit the Markitel public market layer. Account, signals, automation, and AI analysis tools land with the next phases below.
markitel_healthServer health + upstream reachability ping.markitel_list_assetsDiscover symbols by category — FX, crypto, indices, commodities.markitel_get_priceLive quote with 24h range, change, volume, source.markitel_get_market_overviewFear/greed index plus the next 24h of high-impact events.markitel_get_newsCurated headlines, optionally scoped to a symbol.What's next.
A staged rollout — every phase is shippable on its own.
Account-scoped reads
OAuth 2.1 against your Markitel login, then signals, watchlist, alerts, positions, and account summary become callable.
Tier gating + rate limits
Free, Pro, and Elite quotas enforced per-tool, with the same Redis-backed limiter the web app uses.
AI analysis
analyze_asset, scan_opportunities, multi_timeframe_confluence, forecast_event — wired to the same provider stack as Markitel chat.
Mutations
add_to_watchlist, create_alert, place_order (paper by default), close_position. Live trading scope opt-in only and behind a dashboard toggle.
Distribution
MCP registry listing, Cursor/Cline compatibility validation, telemetry dashboard.