CCM
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Claude Code Marketplaces

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Skill index
  • MCP index
  • Marketplace index
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by mertbuilds.com

Independent project, not affiliated with Anthropic
br0ski777 avatar

Prediction Markets API

br0ski777/prediction-markets-x402
3 toolsSSEregistry active
Summary

Pulls real-time prediction market data from both Polymarket and Kalshi, giving Claude three tools: list active markets by category and platform, get detailed odds by ID or search query, and surface trending bets by volume. Useful when you need crowd-sourced probabilities on elections, crypto price targets, Fed decisions, or any major event where real money is on the line. Each call costs fractions of a cent via x402 micropayments on Base L2. The cross-platform merge is handy for comparing how crypto-native Polymarket odds stack up against CFTC-regulated Kalshi markets on the same question. No API keys, just pay per request as your agent queries.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
inference shell
inference shell
create and run specialised agents in minutes
build now →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
inference shell
inference shell
create and run specialised agents in minutes
build now →

Tools

Public tool metadata for what this MCP can expose to an agent.

3 tools
prediction_list_marketsUse this when you need to browse active prediction markets or find betting odds on real-world events. Returns a list of active markets from Polymarket and Kalshi with current probabilities, trading vo4 params

Use this when you need to browse active prediction markets or find betting odds on real-world events. Returns a list of active markets from Polymarket and Kalshi with current probabilities, trading vo

Parameters* required
categorystring
Filter markets by topic category. Omit for all categories.one of politics · crypto · sports · science · culture
limitnumber
Number of markets to return (1-50). Default: 20.
sortstring
Sort order. 'volume' = highest traded, 'newest' = recently created, 'closing_soon' = ending soonest. Default: volume.one of volume · newest · closing_soon
sourcestring
Filter by platform. Omit to get markets from both Polymarket and Kalshi.one of polymarket · kalshi
prediction_get_market_oddsUse this when you need detailed odds, probabilities, and trading data for a specific prediction market. Searches both Polymarket and Kalshi to find the best match by market ID or question text. 1. qu2 params

Use this when you need detailed odds, probabilities, and trading data for a specific prediction market. Searches both Polymarket and Kalshi to find the best match by market ID or question text. 1. qu

Parameters* required
marketIdstring
Polymarket condition ID or Kalshi ticker. Use this if you already know the market ID.
querystring
Search query to find a market by question text (e.g. 'bitcoin 100k', 'trump election'). Used when marketId is not known.
prediction_trending_marketsUse this when you need to see what prediction markets are trending right now. Returns the hottest markets from both Polymarket and Kalshi ranked by recent trading volume and activity. 1. question: th2 params

Use this when you need to see what prediction markets are trending right now. Returns the hottest markets from both Polymarket and Kalshi ranked by recent trading volume and activity. 1. question: th

Parameters* required
limitnumber
Number of trending markets to return (1-30). Default: 10.
sourcestring
Filter by platform. Omit to get trending markets from both Polymarket and Kalshi.one of polymarket · kalshi

Prediction Markets API

MCP Server x402 License: MIT

Real-time prediction market odds from Polymarket and Kalshi. Active markets, probabilities, volume, categories. The betting intelligence layer agents need for event forecasting. Pay-per-call via x402 (USDC on Base L2) -- no API key, no signup, no rate-limit wall.

Part of the klymax402 marketplace -- 100 x402 micropayment APIs for AI agents, one wallet, USDC on Base.

Quickstart -- MCP

Add to your MCP client config (Claude Desktop, Cursor, ElizaOS, etc.):

{
  "mcpServers": {
    "prediction-markets": {
      "url": "https://prediction-markets.api.klymax402.com/mcp"
    }
  }
}

Quickstart -- HTTP (x402)

curl -X POST "https://prediction-markets.api.klymax402.com/api/markets" \
  -H "Content-Type: application/json" \
  -d '{}'
# -> 402 Payment Required, with an x402 payment challenge in the response body

Any x402-aware client (@x402/fetch, x402-agent-tools, ATXP) handles the 402 -> sign -> retry cycle automatically.

Tools

ToolMethodPathPriceDescription
prediction_list_marketsPOST/api/markets$0.012List active prediction markets from Polymarket and Kalshi with current odds, volume, and categories. Filter by topic, platform, and sort by volume, newest, or closing soon.
prediction_get_market_oddsPOST/api/odds$0.012Get detailed odds and trading data for a specific prediction market by ID or search query. Searches both Polymarket and Kalshi.
prediction_trending_marketsPOST/api/trending$0.008Top trending prediction markets from Polymarket and Kalshi ranked by volume and engagement.

prediction_list_markets

Use this when you need to browse active prediction markets or find betting odds on real-world events. Returns a list of active markets from Polymarket and Kalshi with current probabilities, trading volume, and metadata.

Parameters

NameTypeRequiredDescription
categorystringnoFilter markets by topic category. Omit for all categories.
limitnumbernoNumber of markets to return (1-50). Default: 20.
sortstringnoSort order. 'volume' = highest traded, 'newest' = recently created, 'closing_soon' = ending soonest. Default: volume.
sourcestringnoFilter by platform. Omit to get markets from both Polymarket and Kalshi.

Returns

  • question -- the prediction market question (e.g. "Will Bitcoin reach $100k by December 2026?")
  • outcomePrices -- probability for each outcome as decimal (0.65 = 65% chance YES)
  • volume -- total trading volume in USD
  • liquidity -- current available liquidity in USD
  • endDate -- when the market resolves
  • category -- topic category (politics, crypto, sports, science, culture)
  • active -- whether the market is currently trading
  • source -- data source -- "polymarket" or "kalshi"

Example response:

{ markets: [{ question: "Will Trump win 2028?", outcomePrices: { "Yes": 0.42, "No": 0.58 }, volume: 15420000, liquidity: 890000, endDate: "2028-11-06", category: "politics", source: "polymarket" }] }

Not for: crypto price data (use token_get_price), crypto news (use crypto_get_news), stock prices (use stock_get_quote), DeFi yields (use defi_find_best_yields), Hyperliquid perp data (use hyperliquid_get_market_data).

prediction_get_market_odds

Use this when you need detailed odds, probabilities, and trading data for a specific prediction market. Searches both Polymarket and Kalshi to find the best match by market ID or question text.

Parameters

NameTypeRequiredDescription
marketIdstringnoPolymarket condition ID or Kalshi ticker. Use this if you already know the market ID.
querystringnoSearch query to find a market by question text (e.g. 'bitcoin 100k', 'trump election'). Used when marketId is not known.

Returns

  • question -- the full prediction market question text
  • outcomes -- array of possible outcomes with their current probabilities
  • outcomePrices -- decimal probabilities per outcome (0.72 = 72% implied probability)
  • volume -- total all-time trading volume in USD
  • volume24h -- trading volume in the last 24 hours
  • liquidity -- current depth of the order book in USD
  • endDate -- resolution date of the market
  • description -- detailed market description and resolution criteria
  • active -- whether the market is currently open for trading
  • source -- which platform the market is from -- "polymarket" or "kalshi"

Example response:

{ question: "Will ETH flip BTC by 2027?", outcomes: ["Yes", "No"], outcomePrices: { "Yes": 0.08, "No": 0.92 }, volume: 2340000, volume24h: 45000, liquidity: 120000, endDate: "2027-12-31", active: true, source: "polymarket" }

Not for: crypto price data (use token_get_price), crypto news (use crypto_get_news), stock prices (use stock_get_quote), DeFi yields (use defi_find_best_yields), Hyperliquid perp data (use hyperliquid_get_market_data).

prediction_trending_markets

Use this when you need to see what prediction markets are trending right now. Returns the hottest markets from both Polymarket and Kalshi ranked by recent trading volume and activity.

Parameters

NameTypeRequiredDescription
limitnumbernoNumber of trending markets to return (1-30). Default: 10.
sourcestringnoFilter by platform. Omit to get trending markets from both Polymarket and Kalshi.

Returns

  • question -- the market question
  • probability -- current implied probability for the leading outcome (decimal)
  • volume24h -- trading volume in the last 24 hours in USD
  • totalVolume -- all-time trading volume in USD
  • priceChange24h -- change in probability over the last 24 hours (e.g. +0.05 = probability rose 5%)
  • category -- topic category
  • endDate -- when the market resolves
  • source -- data source -- "polymarket" or "kalshi"

Example response:

{ trending: [{ question: "Will Fed cut rates in July 2026?", probability: 0.73, volume24h: 890000, totalVolume: 12500000, priceChange24h: 0.08, category: "politics", endDate: "2026-07-31", source: "polymarket" }] }

Not for: crypto price data (use token_get_price), crypto news (use crypto_get_news), stock prices (use stock_get_quote), DeFi yields (use defi_find_best_yields), Hyperliquid perp data (use hyperliquid_get_market_data).

Example agent prompts

  • "Browse active prediction markets or find betting odds on real-world events"
  • "Detailed odds, probabilities, and trading data for a specific prediction market"
  • "See what prediction markets are trending right now"

Payment

  • Protocol: x402 -- HTTP-native pay-per-call, no signup, no API key
  • Network: Base L2 (eip155:8453)
  • Asset: USDC
  • Facilitator: Coinbase CDP (primary), PayAI (fallback)
  • Also reachable via ATXP (OAuth-wrapped x402, RFC 9728 protected-resource metadata)

Part of klymax402

100 x402 micropayment APIs for AI agents -- one wallet, USDC on Base, zero signup.

  • Catalog: https://klymax402.com/llms.txt
  • Full API reference: https://klymax402.com/llms-full.txt
  • Live stats: https://klymax402.com/stats

License

MIT

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
inference shell
inference shell
create and run specialised agents in minutes
build now →
Registryactive
TransportSSE
UpdatedMay 16, 2026
View on GitHub

More from br0ski777

  • Research Report API
  • Screenshot & PDF Capture API
  • SSL Checker API
  • Trust Score API
  • CSV to JSON API
  • Diff Checker API
  • Fact Checker API
  • Gas Estimator API
  • Lorem Ipsum Generator API
  • Markdown Renderer API
  • NFT Metadata API
  • OCR Text Extraction API
  • Person Enrichment API
  • Text to Speech API
  • Word Counter API
  • Webhook Tester API
  • Stock Price API
  • AI Text Summarizer API
  • Airdrop Checker API
  • Base DeFi Yield Optimizer API
  • Crypto News Feed API
  • Currency Converter API
  • DEX Swap Quotes API
  • Domain Intelligence API