kalshi
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., "@kalshiWhat's my Kalshi account balance and open positions?"
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 Prediction Markets Plugin for Cursor
A Cursor marketplace plugin that connects to the Kalshi prediction markets API, enabling AI agents to read markets and place trades with user approval.
Features
Read Market Data: Browse markets, check prices, view orderbooks
Portfolio Management: Check balance and view positions
Order Placement: Place and cancel orders (only with explicit user approval)
Demo & Production: Supports both demo and production environments
Secure Authentication: RSA-PSS signature-based authentication
Related MCP server: Kalshi MCP Server
Installation
1. Create API Keys
Visit https://kalshi.com/account/profile and:
Click "Create New API Key"
Save your Key ID (KALSHI_ACCESS_KEY)
Download and save your Private Key (KALSHI_PRIVATE_KEY) - you won't be able to retrieve it again!
For testing, you can also create keys on the demo environment at https://demo.kalshi.com/account/profile.
2. Install the Plugin
Open Cursor
Go to Settings → Plugins → Marketplace
Search for "kalshi"
Click Install
Or clone this repository and install locally:
git clone https://github.com/evanparrott/kalshi3. Configure Variables
In Cursor, go to Settings → Plugins → kalshi and set:
KALSHI_ACCESS_KEY: Your API Key ID from Kalshi
KALSHI_PRIVATE_KEY: Your RSA private key (entire PEM file contents)
KALSHI_BASE_URL (optional):
Production:
https://external-api.kalshi.com(default)Demo:
https://external-api.demo.kalshi.co
Available Tools
Read-Only Tools (Safe)
kalshi_get_balance- Check account balance and portfolio valuekalshi_list_markets- Browse available prediction marketskalshi_get_market- Get details about a specific marketkalshi_get_orderbook- View current orderbook with priceskalshi_get_positions- View your current positionskalshi_list_orders- View your current orders
Write Tools (Require User Approval)
kalshi_create_order- Place a new orderkalshi_cancel_order- Cancel an existing order
Usage Examples
Browse Markets
"What prediction markets are available on Kalshi?"Check Balance
"What's my Kalshi account balance?"Get Market Info
"Show me details about the market HIGHNY-24JAN01-T60"Place an Order (Requires Confirmation)
"Buy 10 YES contracts on HIGHNY-24JAN01-T60 at 56 cents"The agent will:
Show you the market details
Display the current orderbook
Ask for your explicit confirmation
Only then place the order
Safety Features
Skill File: The plugin includes a skill file that agents must read before trading
Explicit Approval Required: Orders are never placed without user confirmation
No Price Guessing: Agents must use actual orderbook prices
Clear Confirmations: All trade parameters are confirmed before execution
Demo Mode: Test safely with fake money on the demo environment
Demo vs Production
Demo Environment
Base URL:
https://external-api.demo.kalshi.coUses fake money for testing
Separate account and API keys
Perfect for testing the plugin
Production Environment
Base URL:
https://external-api.kalshi.comUses real money
Default if KALSHI_BASE_URL is not set
Always test with demo first!
Development
Prerequisites
Node.js 18 or higher
npm
Local Development
# Clone the repository
git clone https://github.com/evanparrott/kalshi
cd kalshi
# Install dependencies
npm install
# Set environment variables
export KALSHI_ACCESS_KEY="your-key-id"
export KALSHI_PRIVATE_KEY="$(cat path/to/your/private-key.pem)"
export KALSHI_BASE_URL="https://external-api.demo.kalshi.co"
# Run the server
npm startTesting
The MCP server communicates via stdio. You can test it with the MCP Inspector or integrate it directly into Cursor.
Publishing to Cursor Marketplace
This plugin is designed to be submitted to the Cursor marketplace:
Ensure all requirements are met:
Public GitHub repository
Valid
.cursor-plugin/plugin.jsonValid
.cursor-plugin/mcp.jsonSkill file at
skills/kalshi-trading/SKILL.mdWorking MCP server
No secrets in the repository
Submit at: https://cursor.com/marketplace/publish
Provide:
Repository URL
Plugin description
Usage examples
Any special installation notes
API Reference
For full Kalshi API documentation, visit:
Security Notes
Never commit your API keys or private key to version control
Store private keys securely
Use demo environment for testing
Private keys cannot be recovered - save them immediately when generated
The plugin uses RSA-PSS SHA256 signatures for authentication
Troubleshooting
"Failed to parse KALSHI_PRIVATE_KEY"
Ensure your private key is in PEM format and includes the full key with headers:
-----BEGIN PRIVATE KEY-----
...
-----END PRIVATE KEY-----"Unauthorized" errors
Verify your KALSHI_ACCESS_KEY is correct
Ensure KALSHI_PRIVATE_KEY matches the key for your KALSHI_ACCESS_KEY
Check you're using the right base URL (demo vs production)
"Market not found" errors
Verify the ticker symbol is correct
Check the market status with
kalshi_get_marketMarkets may be closed or settled
License
MIT License - see LICENSE file for details.
Author
Evan Parrott
Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
Disclaimer
This is an unofficial plugin. Use at your own risk. Trading prediction markets involves financial risk. Always understand what you're trading and never trade more than you can afford to lose.
Links
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.
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.7The Unlicense
- AlicenseNot gradedqualityDmaintenanceGive Claude access to Kalshi prediction markets — browse live odds, analyze price history, and trade YES/NO contracts.MIT
- AlicenseNot gradedqualityCmaintenanceMCP server that exposes Kalshi prediction markets as tools for AI agents, enabling conversational trading with safety features like demo mode, preview-before-place, and hard caps.MIT
- FlicenseNot gradedqualityCmaintenanceExposes Kalshi prediction market data as tools for Claude, enabling multi-agent research pipelines that analyze markets and produce confidence-rated trade signals.
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).
Connect AI agents to bank accounts, transactions, balances, and investments.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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/evan-thedev/kalshi'
If you have feedback or need assistance with the MCP directory API, please join our Discord server