xpay tools logo
  • Tools
  • Collections
  • Skills
  • Docs
  • xpay.sh
  1. Home
  2. ›
  3. Providers
  4. ›
  5. Polymarket

Polymarket logo

Polymarket

7 tools

$0.01/call

Prediction market data, events, and trading from Polymarket

​
​
How it works ↓
Search Markets
search_markets

Search Polymarket prediction markets with filters. Find active markets, filter by tags, volume, liquidity, and more. Perfect for market discovery and analysis.


flat

$0.01/call

Get Market
get_market

Get detailed information about a specific market by slug. Returns probabilities, volume, liquidity, outcomes, and full market data.


flat

$0.01/call

Search Events
search_events

Search Polymarket events. Events group related markets together (e.g., 'Presidential Election 2024' contains multiple markets). Great for discovering market clusters.


flat

$0.01/call

Get Event
get_event

Get detailed information about a specific event by slug, including all related markets.


flat

$0.01/call

List Tags
list_tags

List all available tags/categories for filtering markets and events. Use tag IDs with search_markets or search_events.


flat

$0.01/call

Get Trades
get_trades

Get recent trade activity from Polymarket's Data API. Analyze trading patterns, volume, and market sentiment.


flat

$0.01/call

Analyze Market
analyze_market

Get comprehensive market analysis including probabilities, trading activity, and AI-friendly insights. Combines market data with recent trades.


flat

$0.01/call

Connect Polymarket tools
​
​

Cursor

Claude Code

Claude Desktop

Windsurf

VS Code

Cline

Roo Code

ChatGPT

Gemini CLI

Amazon Q

Goose

Augment

n8n

API / cURL

AI SDK

TypeScript SDK

Add to ~/.cursor/mcp.json
{
  "mcpServers": {
    "polymarket": {
      "url": "https://polymarket.mcp.xpay.sh/mcp?key=YOUR_API_KEY"
    }
  }
}
Or connect all tools

Access all tools (including Polymarket) through a single MCP connection.

https://mcp.xpay.sh/mcp?key=***
{
  "mcpServers": {
    "xpay": {
      "url": "https://mcp.xpay.sh/mcp?key=YOUR_API_KEY"
    }
  }
}
Agent Discovery

Machine-readable catalogs for LLM agents and automation.

llms.txt — Human-readable tool catalog
curl https://xpay.tools/llms.txt
agents.txt — Structured JSON for agents
curl https://xpay.tools/agents.txt
skill.md — Claude Code skill
curl https://xpay.tools/skill.md
Pricing

Pay per tool call. No subscriptions.

7 Polymarket tools available
About Polymarket

Polymarket on xpay — Real-time prediction market data without the signup friction

Polymarket is a leading decentralized prediction market platform where users trade on the outcomes of real-world events. Developers integrate Polymarket to surface market probabilities, discover trending events, analyze trading activity, and build prediction-driven applications—from financial dashboards to event-tracking bots to AI agents that reason about future outcomes.

xpay wraps Polymarket's API as MCP-callable tools with transparent per-call pricing. You authenticate once with your xpay key; xpay handles the upstream Polymarket credentials. No separate Polymarket account, no subscription, no rate-limit surprises—just call what you need and pay $0.01 per call.

What's available

  • search_markets — Find prediction markets by keyword, tag, volume, liquidity, and other filters. Discover active markets and filter results for market research or discovery workflows.
  • get_market — Retrieve full details for a specific market: probabilities, trading volume, liquidity, outcomes, and metadata. The foundation for market analysis and monitoring.
  • search_events — Search Polymarket events (thematic groupings of related markets, e.g., "2024 Presidential Election"). Ideal for discovering market clusters around major topics.
  • get_event — Get comprehensive event data including all related markets, probabilities, and trading activity.
  • list_tags — Enumerate all available tags and categories. Use tag IDs to filter search_markets and search_events for targeted queries.
  • get_trades — Fetch recent trade activity and order flow. Analyze sentiment, volume spikes, and trader behavior in real time.
  • analyze_market — One-call market intelligence combining probabilities, recent trades, and AI-friendly insights. Perfect for agents that need to reason about market state.

When Polymarket is the right tool

  • You're building a prediction-driven dashboard or alert system that monitors market probabilities and trading activity.
  • You need real-time event discovery and want to surface trending markets or specific event clusters to users.
  • You're developing an AI agent that reasons about future outcomes, geopolitical events, or financial markets and needs live probability data.
  • You're running quantitative analysis on trading patterns, order flow, or market microstructure.
  • You want to embed market data into a bot, workflow, or application without managing your own Polymarket infrastructure or API keys.

When to choose something else

  • You need historical market data spanning months or years; Polymarket's API is optimized for current and recent data.
  • You're building a high-frequency trading system that requires sub-millisecond latency; MCP is a request-response protocol and may introduce latency.
  • You need on-chain transaction details beyond market probabilities; consider querying the blockchain directly or using a dedicated on-chain indexer.
  • Your use case is internal only and you already have a Polymarket API key; direct API calls may be simpler than routing through xpay.

Pricing snapshot

ToolPrice per call
search_markets$0.01
get_market$0.01
search_events$0.01
get_event$0.01
list_tags$0.01
get_trades$0.01
analyze_market$0.01

All Polymarket tools on xpay cost $0.01 per call. No subscription, no monthly minimums. You receive $5 free credit on signup to explore.

Quickstart

Install the per-provider endpoint (recommended for Polymarket alone):

claude mcp add --transport http polymarket "https://polymarket.mcp.xpay.sh/mcp?key=YOUR_XPAY_KEY"

Replace YOUR_XPAY_KEY with your xpay API key (get it free at https://xpay.tools after email or Google signup).

Once connected, Claude Code will recognize Polymarket tools by their native names. Ask Claude to "search for markets about the 2024 election" and it will invoke search_markets with the appropriate filters.

Alternatively, connect all xpay providers in one endpoint:

claude mcp add --transport http xpay "https://mcp.xpay.sh/mcp?key=YOUR_XPAY_KEY"

With the unified endpoint, use xpay_discover("polymarket") to find tools, then call them via xpay_run("polymarket/search_markets", {...}). This approach is useful if you're also using other xpay providers (e.g., Tavily, Apollo, NewsAPI).

For Cursor, Windsurf, Cline, or VS Code (Copilot): Add a server entry to your mcp.json file:

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

Why route Polymarket through xpay?

  • No Polymarket signup. xpay holds the upstream credentials; you authenticate once with your xpay key and immediately access Polymarket's full API.
  • Transparent per-call pricing. Every call costs $0.01. No hidden fees, no subscription lock-in, no rate-limit overages. You see exactly what you spend.
  • MCP-native integration. Call Polymarket tools directly from Claude Code, Cursor, Cline, and other MCP-compatible agents. No custom HTTP client or SDK needed.
  • Unified billing across providers. If you also use Tavily, Apollo, NewsAPI, or other xpay providers, one invoice covers everything.
  • Instant access. Start querying markets in seconds. No API key management, no waiting for Polymarket approval.
Frequently Asked Questions

Polymarket is a decentralized prediction market platform where users trade on the outcomes of real-world events—elections, sports, weather, crypto prices, and more. Developers use Polymarket's API to access live market probabilities, trading activity, and event data for dashboards, bots, and AI agents that reason about future outcomes.

Every Polymarket tool costs $0.01 per call on xpay. There is no subscription, no monthly minimum, and no rate-limit overages. You receive $5 free credit on signup to explore. Billing is transparent and per-call.

No. xpay holds the upstream Polymarket credentials on your behalf. You authenticate once with your xpay API key (free signup at https://xpay.tools) and immediately access Polymarket's full API. You never sign up for Polymarket directly.

You can build prediction dashboards that monitor market probabilities in real time, event-discovery bots that surface trending markets, AI agents that reason about future outcomes using live probability data, quantitative analysis tools that study trading patterns, and applications that embed market data without managing your own API infrastructure.

Run `claude mcp add --transport http polymarket "https://polymarket.mcp.xpay.sh/mcp?key=YOUR_XPAY_KEY"` in your terminal, replacing `YOUR_XPAY_KEY` with your xpay API key. Once connected, Claude Code will recognize Polymarket tools by name and invoke them when you ask it to search markets or analyze events.

Yes. Add a server entry to your `mcp.json` file with the URL `https://polymarket.mcp.xpay.sh/mcp?key=YOUR_XPAY_KEY`. Cursor, Windsurf, Cline, and VS Code (with Copilot) will recognize the Polymarket tools and allow your agent to call them directly.

`search_markets` finds markets by keyword and filters; `get_market` retrieves full details for a specific market; `search_events` discovers event clusters; `get_event` returns event data and related markets; `list_tags` enumerates available categories; `get_trades` shows recent trading activity; and `analyze_market` combines probabilities and trade data into AI-friendly insights.

Yes. xpay offers a unified MCP endpoint at `https://mcp.xpay.sh/mcp?key=YOUR_XPAY_KEY` that exposes every xpay provider (Polymarket, Tavily, Apollo, NewsAPI, and more) through one connection. Use `xpay_discover()` to find tools and `xpay_run()` to invoke them. This is useful if you're combining multiple data sources.

xpay tools logo

Marketplace for AI Capabilities. Run agents, tools & prompts with pay-per-use micropayments.

or ask your AI app
Popular Tools
FirecrawlTavilyExaHunterPerplexityRecraftIdeogramFlux
Collections
AI Image & MediaContent & ResearchDev ToolsFinanceLead GenWeb ScrapingCompetitive Intel
Developers
DocumentationAPI ReferenceQuickstartSDKsSkillsskill.mdllms.txt
Resources
The Agentic EconomyAgentic CommerceAgent Frameworksx402 ProtocolBlog
Company
About xpayxpay.shGitHubDiscordTwitter / X

© 2026 Agentically Inc. All rights reserved.
Privacy PolicyTerms of Service
✦
xpay Assistant
Polymarket Tools

Ask me about tools, pricing, or how to connect

What tools does Polymarket offer?
How do I connect via MCP?
Show me pricing
DocsCollectionsExplore