MCP Directory

PaulieB14/graph-polymarket-mcp

GitHub
Productivity

Polymarket prediction market data via The Graph — markets, positions, orders, user activity, and real-time odds.

Direct install

Run the underlying MCP server directly — without Agent-CoreX routing.

npx -y graph-polymarket-mcp

Use with Agent-CoreX

Agent-CoreX intelligently routes which tools from PaulieB14/graph-polymarket-mcp your AI agent actually needs per request — reducing token usage and cost.

agent-corex.json

{
  "mcpServers": {
    "graph-polymarket-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "graph-polymarket-mcp"
      ]
    }
  }
}

Route PaulieB14/graph-polymarket-mcp intelligently

Connect in 2 minutes. Only pay for the tools your agent actually uses.

Installation Guide

Use with Agent-CoreX

Recommended: intelligent tool routing, lower costs

uvx agent-corex mcp add graph-polymarket-mcp

Agent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.

Direct Install

Use PaulieB14/graph-polymarket-mcp directly without routing

npx -y graph-polymarket-mcp

New to Agent-CoreX? View setup guide →

PaulieB14/graph-polymarket-mcp MCP Server — Agent-CoreX