MCP Directory
Back

ai-polymarket-agent

by kaktusesquire6rmu · ★ 223

Enable Claude, ChatGPT, and other AI agents to analyze markets, fetch real-time odds, and execute trades on Polymarket using the Model Context Protocol (MCP).

Install

git clone https://github.com/kaktusesquire6rmu/ai-polymarket-agent.git

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "ai-polymarket-agent": {
      "command": "npx",
      "args": [
        "-y",
        "github:kaktusesquire6rmu/ai-polymarket-agent"
      ]
    }
  }
}

From the README

Connect Polymarket to your AI. The official-like MCP implementation for real-time prediction market analysis, automated odds tracking, and AI-powered trading insights. --- * get_market_data: Fetch live odds for any Polymarket URL. * search_markets: Find trending markets by keywords. * execute_trade: (Optional/Advanced) Place orders via API. * Agents – AI decision-makers * Strategies – trading logic * Data Layer – market + external signals * API Layer – Polymarket integration * Core Engine – execution + risk control **Backend:** * Python * FastAPI * Web3.py **AI Layer:** * Open…
Read full README on GitHub →

Related ai & ml servers