MCP Server
MCP
io.github.yakub268/kalshi
Search, analyze, and trade Kalshi prediction markets through Claude Desktop
Install
uvx kalshi-mcp
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "pypi",
"identifier": "kalshi-mcp",
"version": "0.1.1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Your Kalshi API key ID",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "KALSHI_API_KEY"
},
{
"description": "Path to your Kalshi RSA private key file (.pem)",
"isRequired": true,
"format": "string",
"name": "KALSHI_PRIVATE_KEY_PATH"
}
]
}
]
}
mcp
model-context-protocol
pypi
By
Comments
Sign in to leave a comment