@pipeworx/polymarket
Connect: https://gateway.pipeworx.io/polymarket/mcp · Install: one-click buttons
Tools: 5
Tools
- polymarket_search — Keyword search across Polymarket events. Returns matching events with their child markets — question, current Yes/No prices, volume, end date. Use this for “what does the market think about X” queries
- polymarket_top_markets — Highest-volume open markets, sorted by trading volume in the chosen window. Useful for “what is the market focused on right now” queries.
- polymarket_market — Full detail for one market by slug or numeric id. Returns description (resolution criteria), Yes/No prices, volume, liquidity, end date, and the parent event.
- polymarket_event — Get one event with all of its child markets. Events group related markets (e.g., “2028 Democratic nominee” has one market per candidate). Useful when you want every option at once instead of one speci
- polymarket_price_history — Time series of Yes-token probability for one market. Returns array of {timestamp, price} where price is probability in [0,1]. Fetches the Yes side; the No side is simply 1 − Yes at each point.
Tools
-
polymarket_event— Get one event with all of its child markets. Events group related markets (e.g., 2028 Democratic nominee has one market per candidate). Useful when you want every option at once instead of one specifi -
polymarket_market— Full detail for one market by slug or numeric id. Returns description (resolution criteria), Yes/No prices, volume, liquidity, end date, and the parent event. -
polymarket_price_history— Time series of Yes-token probability for one market. Returns array of {timestamp, price} where price is probability in [0,1]. Fetches the Yes side; the No side is simply 1 − Yes at each point. -
polymarket_search— Keyword search across Polymarket events. Returns matching events with their child markets — question, current Yes/No prices, volume, end date. Use this for what does the market think about X queries. -
polymarket_top_markets— Highest-volume open markets, sorted by trading volume in the chosen window. Useful for what is the market focused on right now queries.