Polymarket

get_market

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

Remote polymarket/polymarket-mcp

Other tools also called get_market? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "slug": {
      "type": "string",
      "description": "Market slug (from URL or search results)"
    }
  }
}