# Polymarket

Discover and filter Polymarket prediction markets and events by tags, volume, liquidity, and activity. Analyze individual markets with probabilities, market health, and recent trade insights to infor…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add aryankeluskar/polymarket-mcp

# Browse available tools
npx -y @smithery/cli@latest tool list aryankeluskar/polymarket-mcp

# Get full schema for a tool
npx -y @smithery/cli@latest tool get aryankeluskar/polymarket-mcp search_markets

# Call a tool
npx -y @smithery/cli@latest tool call aryankeluskar/polymarket-mcp search_markets '{}'
```

## Direct MCP Connection

Endpoint: `https://polymarket-mcp--aryankeluskar.run.tools`

**Optional config:**
- `debug` (query) — Enable debug logging

## Tools (7)

- `search_markets` — Search Polymarket prediction markets with filters. Find active markets, filter by tags, volume, liquidity, and more. Pe…
- `get_market` — Get detailed information about a specific market by slug. Returns probabilities, volume, liquidity, outcomes, and full …
- `search_events` — Search Polymarket events. Events group related markets together (e.g., 'Presidential Election 2024' contains multiple m…
- `get_event` — Get detailed information about a specific event by slug, including all related markets.
- `list_tags` — List all available tags/categories for filtering markets and events. Use tag IDs with search_markets or search_events.
- `get_trades` — Get recent trade activity from Polymarket's Data API. Analyze trading patterns, volume, and market sentiment.
- `analyze_market` — Get comprehensive market analysis including probabilities, trading activity, and AI-friendly insights. Combines market …

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get aryankeluskar/polymarket-mcp <tool-name>
```

## Resources

- `polymarket://trending` — Currently trending prediction markets with high volume and activity
- `polymarket://categories` — All available categories/tags for filtering Polymarket prediction markets
- `polymarket://featured` — Featured prediction market events with multiple related markets

## Prompts (4)

- `analyze_market` (market_slug) — Get comprehensive analysis of a specific Polymarket prediction market
- `find_trending` (category) — Discover the most active and high-volume prediction markets
- `compare_event` (event_slug) — Analyze and compare all markets within a specific event
- `market_discovery` (category) — Explore prediction markets in a specific category or topic

---

Source: https://github.com/aryankeluskar/polymarket-mcp
