MCP Catalogs
Homepolymarket-mcp screenshot

polymarket-mcp

by aryankeluskar·6·Score 37

A comprehensive MCP server for accessing Polymarket's prediction markets through Claude AI with market discovery, analysis tools, and real-time data.

financeai-llmproductivity
3
Forks
1
Open issues
6 mo ago
Last commit
2d ago
Indexed

Overview

The polymarket-mcp server provides extensive tools for accessing Polymarket's prediction markets data through Claude AI. It includes 7 tools for market discovery, analysis, and trading data, along with 4 prompts for common workflows and 3 resources exposing curated market data. The server uses Polymarket's public APIs without requiring authentication, making it accessible for building market analysis tools, trading assistants, and educational platforms. Built with TypeScript and the Smithery SDK, it offers comprehensive features like market search by tags/volume/liquidity, detailed market analysis, trading pattern insights, and event-based market grouping.

Try asking AI

After installing, here are 6 things you can ask your AI assistant:

you:Build market analysis tools to identify prediction market trends and probabilities
you:Create trading assistants to monitor high-volume markets and trading patterns
you:Develop educational platforms to explain prediction markets using real data examples
you:Is authentication required to use this MCP server?
you:What rate limits does Polymarket's API have?
you:Can I use this server with other AI assistants besides Claude?

When to choose this

Choose this server when you need to access prediction market data through Claude for market analysis, trading insights, or educational content creation.

When NOT to choose this

Don't choose this server if you need authenticated access to private market data or if you're looking for a solution with built-in trading capabilities rather than read-only market analysis.

Tools this server exposes

10 tools extracted from the README
  • search_markets

    Search Polymarket prediction markets with advanced filtering

  • get_market

    Get detailed information about a specific market by slug

  • search_events

    Search Polymarket events (collections of related markets)

  • get_event

    Get detailed information about a specific event

  • list_tags

    List all available tags/categories for markets

  • get_trades

    Get recent trade activity from Data API

  • analyze_market

    Comprehensive market analysis combining multiple data sources

  • find_trending

    Discover the most active prediction markets

  • compare_event

    Analyze and compare all markets within an event

  • market_discovery

    Explore markets in a specific category

Comparable tools

manifold-mcpprediction-market-apibetting-data-mcporacle-mcp

Installation

Installation

  1. Clone this repository:
git clone https://github.com/aryankeluskar/polymarket-mcp.git
cd polymarket-mcp
  1. Install dependencies:
npm install
  1. Build the server:
npm run build
  1. Add to Claude Desktop configuration:
{
  "mcpServers": {
    "polymarket": {
      "command": "node",
      "args": [".smithery/index.js"],
      "env": {
        "SMITHERY_API_KEY": "your_api_key_here"
      }
    }
  }
}

FAQ

Is authentication required to use this MCP server?
No, this server uses Polymarket's public APIs which do not require authentication for read-only access.
What rate limits does Polymarket's API have?
Polymarket's public APIs have generous rate limits of approximately 1,000 requests/hour for the Gamma API with no authentication required.
Can I use this server with other AI assistants besides Claude?
While designed for Claude AI through Smithery, the server implements standard MCP protocol and could potentially work with other MCP-compatible assistants.

Compare polymarket-mcp with

GitHub →

Last updated · Auto-generated from public README + GitHub signals.