Skip to main content
Finance & FintechTypeScript

JamesANZ/prediction-market-mcp

An MCP server that provides real-time prediction market data from multiple platforms including Polymarket, PredictIt, and Kalshi. Enables AI assistants to query current odds, prices, and market information through a unified interface.

finance-fintechcloud-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/JamesANZ/prediction-market-mcp

Claude Desktop configuration example:

{
  "mcpServers": {
    "prediction-market-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "JamesANZ/prediction-market-mcp"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Finance & Fintech
Language
TypeScript
Author
JamesANZ