A
licenseA
qualityD
maintenanceEnables AI assistants to interact with Polymarket prediction markets, including retrieving market data, user positions, and trading history.
8
7 npm
11
Apache 2.0
No user-submitted related servers found.
Scored across 6 tools
Each tool addresses a distinct function: market listing, market details, order details, portfolio overview, and two order types with clear differences. No overlaps.
All tools follow a consistent verbNoun camelCase pattern (getAllMarkets, getMarketDetails, getOrder, getPortfolio, placeLimitOrder, placeMarketOrder).
Six tools cover the essential operations for a prediction market server—browsing, querying, portfolio, and trading—without being excessive or insufficient.
Core functionalities are present, but missing order cancellation and trade history, which are common in trading APIs. Minor gap.