---
name: "xpay-polymarket"
description: "Prediction market data, events, and trading from Polymarket"
version: "1.0.0"
provider: "Polymarket"
tools: 7
---

# Polymarket

Prediction market data, events, and trading from Polymarket

## Polymarket

Prediction market data, events, and trading from Polymarket

### Available Tools (7)

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

### Quick Start

```json
{
  "mcpServers": {
    "polymarket": {
      "url": "https://polymarket.mcp.xpay.sh/mcp?key=YOUR_XPAY_KEY"
    }
  }
}
```

### Pricing

$0.01 per tool call. Pay per use from your XPay wallet. No subscriptions.

Get an API key at [xpay.tools](https://xpay.tools).


**Tools:** 7
**Category:** Finance & Markets

## When to Use

Use Polymarket tools when you need to prediction market data, events, and trading from polymarket. All tools are available through xpay✦'s single MCP connection.

## MCP Connection

```json
{
  "mcpServers": {
    "xpay": {
      "url": "https://mcp.xpay.sh/mcp?key=YOUR_API_KEY"
    }
  }
}
```

For Claude Code:
```bash
claude mcp add --transport http xpay "https://mcp.xpay.sh/mcp?key=YOUR_API_KEY"
```

## Available Tools

- **Search Markets** — Search Polymarket prediction markets with filters. Find active markets, filter by tags, volume, liquidity, and more. Perfect for market discovery and analysis. — $0.01/call — [SKILL.md](https://xpay.tools/skills/polymarket/search-markets/SKILL.md)
- **Get Market** — Get detailed information about a specific market by slug. Returns probabilities, volume, liquidity, outcomes, and full market data. — $0.01/call — [SKILL.md](https://xpay.tools/skills/polymarket/get-market/SKILL.md)
- **Search Events** — Search Polymarket events. Events group related markets together (e.g., 'Presidential Election 2024' contains multiple markets). Great for discovering market clusters. — $0.01/call — [SKILL.md](https://xpay.tools/skills/polymarket/search-events/SKILL.md)
- **Get Event** — Get detailed information about a specific event by slug, including all related markets. — $0.01/call — [SKILL.md](https://xpay.tools/skills/polymarket/get-event/SKILL.md)
- **List Tags** — List all available tags/categories for filtering markets and events. Use tag IDs with search_markets or search_events. — $0.01/call — [SKILL.md](https://xpay.tools/skills/polymarket/list-tags/SKILL.md)
- **Get Trades** — Get recent trade activity from Polymarket's Data API. Analyze trading patterns, volume, and market sentiment. — $0.01/call — [SKILL.md](https://xpay.tools/skills/polymarket/get-trades/SKILL.md)
- **Analyze Market** — Get comprehensive market analysis including probabilities, trading activity, and AI-friendly insights. Combines market data with recent trades. — $0.01/call — [SKILL.md](https://xpay.tools/skills/polymarket/analyze-market/SKILL.md)

## How to Execute

1. **`xpay_discover`** — Search for tools: `xpay_discover("polymarket")`
2. **`xpay_details`** — Get input schema: `xpay_details("polymarket/TOOL_NAME")`
3. **`xpay_run`** — Execute: `xpay_run("polymarket/TOOL_NAME", { ...inputs })`
4. **`xpay_balance`** — Check credits

## Links

- Provider page: https://xpay.tools/polymarket/
- All providers: https://xpay.tools/explore
- Docs: https://docs.xpay.sh
