Server data from the Official MCP Registry
Search, analyze, and trade Kalshi prediction markets through Claude Desktop
Search, analyze, and trade Kalshi prediction markets through Claude Desktop
Valid MCP server (1 strong, 4 medium validity signals). 8 known CVEs in dependencies (0 critical, 5 high severity) Package registry verified. Imported from the Official MCP Registry.
4 files analyzed · 9 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: KALSHI_API_KEY
Environment variable: KALSHI_PRIVATE_KEY_PATH
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-yakub268-kalshi": {
"env": {
"KALSHI_API_KEY": "your-kalshi-api-key-here",
"KALSHI_PRIVATE_KEY_PATH": "your-kalshi-private-key-path-here"
},
"args": [
"kalshi-mcp"
],
"command": "uvx"
}
}
}From the project's GitHub README.
mcp-name: io.github.yakub268/kalshi
Model Context Protocol server for Kalshi prediction markets. Search, analyze, and trade prediction markets directly through Claude Desktop.
Built with production-grade authentication and rate limiting from a live trading system with 4+ months of uptime.
search_markets - Search by keyword, get prices/volumeget_market_details - Full market info + orderbook depthget_portfolio - Account balance + open positionsget_trending_markets - Top markets by 24h volumeplace_order - Execute limit ordersget_series_markets - All markets in a series (e.g., Fed events)kalshi://balance - Current account balancekalshi://positions - Open positions listKalshi API credentials: Get from kalshi.com/profile/api-keys
Python 3.10+
pip install kalshi-mcp
# Clone repository
git clone https://github.com/yakub268/kalshi-mcp.git
cd kalshi-mcp
# Install dependencies
pip install -e .
Add to your Claude Desktop config file:
macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"kalshi": {
"command": "python",
"args": ["-m", "kalshi_mcp"],
"env": {
"KALSHI_API_KEY": "your-api-key-here",
"KALSHI_PRIVATE_KEY_PATH": "C:\\Users\\YourName\\.trading_keys\\kalshi_private_key.pem"
}
}
}
}
Note:
your-api-key-here with your actual Kalshi API key.pem file\\) in pathsRestart Claude Desktop, then try:
What's my Kalshi balance?
or
Search for bitcoin prediction markets
Search for markets about the Federal Reserve
Show me details for ticker KXFED-26MAR19-B5.25
What's my current Kalshi portfolio?
Buy 10 contracts of KXHIGHNYC-26FEB20-B34.5 YES at 25 cents
This server uses RSA-PSS signature authentication:
Security: Your private key never leaves your machine. The server only signs requests locally.
Built on production code from a live Kalshi trading bot:
kalshi_client.py (4+ months uptime)scanner.pyIssues and PRs welcome! This is an open-source project built to fill a gap in the MCP ecosystem.
MIT License - see LICENSE file
Questions? Open an issue or reach out on GitHub.
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.
by Microsoft · Content & Media
Convert files (PDF, Word, Excel, images, audio) to Markdown for LLM consumption
by mcp-marketplace · Developer Tools
Scaffold, build, and publish TypeScript MCP servers to npm — conversationally
by mcp-marketplace · Finance
Free stock data and market news for any MCP-compatible AI assistant.