Skip to main content
Glama
Franzferdinan51

Polymarket MCP Server

Polymarket MCP Server

MCP server for Polymarket prediction markets — powered by the official polymarket-us TypeScript SDK.

Features

  • 6 MCP tools for reading market data, searching, and analyzing bets

  • Public data — no API key needed for reading markets

  • Trading ready — supports authenticated endpoints with API key

  • Dual mode — runs as stdio MCP (DuckHive/OpenClaw) or HTTP server

Related MCP server: Polymarket MCP Server

Installation

cd polymarket-mcp
npm install

DuckHive / OpenClaw Setup

Add to ~/.duckhive.json:

{
  "mcpServers": {
    "polymarket": {
      "command": "node",
      "args": ["/path/to/polymarket-mcp.mjs"]
    }
  }
}

For trading (optional), add your API key:

{
  "mcpServers": {
    "polymarket": {
      "command": "node",
      "args": ["/path/to/polymarket-mcp.mjs"],
      "env": {
        "POLYMARKET_KEY_ID": "your_key_id",
        "POLYMARKET_SECRET_KEY": "your_secret_key"
      }
    }
  }
}

Get your API key at: https://app.polymarket.com/api-keys

Tools

Tool

Description

search_polymarket

Search markets by keyword

get_polymarket_market

Full market details by slug

get_polymarket_trending

Trending events by volume

get_polymarket_price

Current odds + best bid/ask

get_polymarket_bet_analysis

Odds, profit calc, vig, value rating

get_polymarket_events

Browse events by category

HTTP Mode (testing)

node polymarket-mcp.mjs --http
curl http://localhost:3457/health

Known 2026 Midterm Slugs

Market

Slug

Senate GOP win

paccc-usse-midterms-2026-11-03-rep

Senate Democrat win

paccc-usse-midterms-2026-11-03-dem

House Democrat win

paccc-usho-midterms-2026-11-03-dem

House GOP win

paccc-usho-midterms-2026-11-03-rep

Docs

Install Server
A
license - permissive license
A
quality
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    -
    quality
    D
    maintenance
    A Model Context Protocol server that enables seamless integration with Polymarket, providing tools to search markets, fetch events, analyze leaderboards, query user activity, and more via MCP-compatible clients like Claude.
    25
    MIT
  • A
    license
    C
    quality
    D
    maintenance
    MCP server exposing 47 Polymarket API tools for AI assistants. Covers the full Gamma, CLOB, and Data APIs plus a fluent MarketBuilder for multi-source queries.
    47
    22
    2
    MIT

View all related MCP servers

Related MCP Connectors

  • Read-only MCP server for live Polymarket, Kalshi, Limitless odds; Manifold sentiment.

  • Polymarket MCP — prediction-market data via Gamma + CLOB public APIs.

  • market-spread MCP — cross-venue prediction-market landscape scanner.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Franzferdinan51/polymarket-MCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server