markitel
Query Markitel market data from Claude Desktop, Cursor, or Cline — live prices, market overview, and curated news as tools your AI calls directly.
Ask Markitel inside the AI you already use. The connector lives wherever you already work.
Built on the Model Context Protocol. The local connector runs in Claude Desktop, Cursor, and Cline.
Tools call the live Markitel API directly. What you see on the site is what your AI sees.
The read tools use public-market data only — nothing account-specific is exposed.
Claude Desktop, Cursor, and Cline connect through the source-build stdio path.
~/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": "node",
"args": ["/absolute/path/to/markitel-mcp-server/dist/index.js"]
}
}
}dist/index.js path.The connector is distributed as source — reach out for the build-from-source instructions.
The local stdio connector hits the Markitel public market layer — the same data the site serves.
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.