io.github.yakub268/kalshi✓
io.github.yakub268/kalshi · v0.1.1
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.yakub268/kalshi",
"description": "Search, analyze, and trade Kalshi prediction markets through Claude Desktop",
"repository": {
"url": "https://github.com/yakub268/kalshi-mcp",
"source": "github"
},
"version": "0.1.1",
"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"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}