polymarket-mcp-server
Related Servers
Alternatives to polymarket-mcp-server
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityDmaintenanceEnables access to Polymarket's prediction markets for analyzing market probabilities, trading activity, and event outcomes across politics, sports, crypto, and other categories through natural language queries.20 npm10MIT
- AlicenseNot gradedqualityDmaintenanceProvides real-time access to Polymarket prediction market data, enabling search, browsing, and analysis of prediction markets through natural language.20 npmMIT
- AlicenseBqualityDmaintenanceEnables comprehensive read access to Polymarket prediction market data, including live prices, order books, and market statistics. It allows AI assistants to analyze events, search markets, and monitor real-time signals without requiring API keys or authentication.221MIT
- AlicenseNot gradedqualityDmaintenanceEnables AI assistants to query Polymarket prediction markets, accessing real-time odds, market data, price history, order books, and trending markets across categories like politics, crypto, and sports through natural language.20 npm6MIT
- AlicenseAqualityDmaintenanceEnables AI assistants to interact with Polymarket prediction markets, including retrieving market data, user positions, and trading history.82 npm11Apache 2.0
- AlicenseNot gradedqualityCmaintenanceProvides access to Polymarket prediction-market data via Gamma and CLOB public APIs, enabling AI agents to query market information.4 npmMIT
TDQS
Scored across 6 tools
Each tool has a clearly distinct role: search for discovery, get_market for single-market detail, get_orderbook for token order book depth, get_price_history for token history, list_reward_markets for reward-ranked opportunities, and get_trader_activity for wallet activity. The only potential overlap—market-level pricing from get_market versus token-level order book data from get_orderbook—is explicitly differentiated by scope and intended use.
All tool names use consistent snake_case with a clear verb_noun pattern: search_markets, get_market, get_orderbook, get_price_history, list_reward_markets, get_trader_activity. The verbs are standard and predictable across the set.
Six tools is well-scoped for a read-only Polymarket data and analytics server, covering discovery, detail, order book, history, rewards, and wallet activity without bloating the surface. Each tool earns its place by supporting a distinct read-only workflow.
The surface covers the core public-data workflows: market discovery, market detail, token order books, price history, reward-market ranking, and wallet activity. Minor gaps exist, such as no dedicated event-detail endpoint beyond search results and no market-level trade history endpoint, but agents can work around these with the provided tools.