markitel
AI INTEGRATIONS

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.

WHY THIS EXISTS
MCP is the open standard from Anthropic for connecting AI models to external services. The Markitel MCP server exposes our market layer as tools your AI can call directly — so “what's NVDA doing” or “scan crypto setups” resolve against live Markitel data without leaving the chat.

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.

INSTALL

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.

Edit ~/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.
json
{
  "mcpServers": {
    "markitel": {
      "command": "npx",
      "args": ["-y", "markitel-mcp-server"]
    }
  }
}
If you use 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.

SHIPPED

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.
ROADMAP

What's next.

A staged rollout — every phase is shippable on its own.

Phase 1

Account-scoped reads

OAuth 2.1 against your Markitel login, then signals, watchlist, alerts, positions, and account summary become callable.

Phase 2

Tier gating + rate limits

Free, Pro, and Elite quotas enforced per-tool, with the same Redis-backed limiter the web app uses.

Phase 3

AI analysis

analyze_asset, scan_opportunities, multi_timeframe_confluence, forecast_event — wired to the same provider stack as Markitel chat.

Phase 4

Mutations

add_to_watchlist, create_alert, place_order (paper by default), close_position. Live trading scope opt-in only and behind a dashboard toggle.

Phase 5

Distribution

MCP registry listing, Cursor/Cline compatibility validation, telemetry dashboard.