Kalshi Multi-Agent Research MCP Server
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Kalshi Multi-Agent Research MCP ServerAnalyze the 'US GDP growth Q1' market and give a trade signal."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
# Kalshi Multi-Agent Research MCP Server
A Model Context Protocol (MCP) server that exposes Kalshi prediction market data as tools for Claude Cowork. Designed to power a multi-agent research pipeline where specialist sub-agents (trend, orderbook, news, base-rate, fundamentals) independently analyze markets and produce confidence-rated trade signals.
Architecture
Python MCP server built on FastMCP (streamable HTTP transport)
Read-only Kalshi API integration (RSA-PSS signed requests)
Deployed as a remote Claude connector via ngrok tunnel
Orchestrated by a Cowork prompt that spawns parallel specialist agents
Related MCP server: MCP Prediction Markets
Tools exposed
list_markets— filter open/closed/settled marketsget_market— detail on a single marketget_orderbook— bid/ask depthget_recent_trades— recent fill historyget_candlesticks— historical OHLC dataweb_research— scrape external context
Setup
Install dependencies:
uv syncCreate
.envwithKALSHI_KEY_IDandKALSHI_PRIVATE_KEY_PATHPlace your Kalshi private key at the path specified in
.envRun:
uv run python server.pyExpose via ngrok, add as a custom connector in Claude Desktop
Disclaimer
Research tool only. Not financial advice. Prediction markets carry real financial risk; AI-generated confidence scores are one signal, not a recommendation to trade.
This server cannot be deployed
Maintenance
Related MCP Connectors
Calibrated world model for AI agents. 40 tools: world state, markets, trading. Kalshi + Polymarket.
Kalshi MCP — US-regulated prediction-market data (no auth on public reads).
Hosted MCP for Kalshi prediction markets: search, odds, order books, settlement rules, and trading.
Live Kalshi + Polymarket prices, orderbooks, trades, results. Pay per result via Apify.
Related MCP Servers
- AlicenseNot gradedqualityFmaintenanceProvides access to Kalshi prediction market data with 23 tools for querying events, markets, trades, forecasts, candlesticks, and live data from the CFTC-regulated exchange for trading on real-world events.7-
- AlicenseAqualityDmaintenanceProvides search, trending, odds, arbitrage, and category browsing for prediction markets (Polymarket & Kalshi) via the Model Context Protocol, enabling AI agents to access live market data without API keys.51MIT
- AlicenseNot gradedqualityDmaintenanceGive Claude access to Kalshi prediction markets — browse live odds, analyze price history, and trade YES/NO contracts.MIT
- AlicenseBqualityBmaintenanceEnables AI assistants to trade on Kalshi through natural language, including placing orders, market data access, portfolio management, and paper trading with safety guardrails.603 npm2MIT