mcp

kalashdotai/mcp

3.3

If you are the rightful owner of mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

Kalash.ai MCP Server is a platform for accessing and analyzing Kalshi prediction markets data.

Tools
4
Resources
0
Prompts
0

kalash.ai MCP

A Model Context Protocol (MCP) server for Kalshi markets, providing research and analysis tools specifically for kalshi.com prediction markets.

Features

  • Market Data Access: Retrieve Kalshi markets or browse with advanced filtering
  • Whale Tracking: Monitor large transactions and market movements on kalshi.com
  • Research Tools: Access news, context, and analysis for kalshi.com markets
  • Kalshi-Focused: Specialized tools designed specifically for kalshi.com prediction markets
  • Real-time Data: Live Kalshi market data and transaction monitoring

Installation

Prerequisites

  • Node.js 18+ or Python 3.8+
  • MCP-compatible client (Claude Desktop, etc.)

Setup

  1. Clone the repository:
git clone https://github.com/kalashdotai/mcp
cd mcp
  1. Install dependencies:
npm install
# or
pip install -r requirements.txt
  1. Configure your MCP client to connect to the kalash.ai server.

Configuration

Add the following to your MCP client configuration:

{
  "mcpServers": {
    "kalash": {
      "command": "node",
      "args": ["path/to/kalash-mcp/dist/index.js"],
      "env": {
        "KALSHI_API_KEY": "your_kalshi_key"
      }
    }
  }
}

Documentation

  • - Complete tool documentation

Support

License

MIT License - see for details.

Contributing

We welcome contributions!