Kalshi Multi-Agent Research MCP Server
Click on "Install 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: telekash-mcp-server
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 installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/senshile/kalshi-mcp-research'
If you have feedback or need assistance with the MCP directory API, please join our Discord server