Skip to main content
Glama
poly-orderbooks

PolyOrderbooks MCP Server

Related Servers

Alternatives to PolyOrderbooks MCP Server

No user-submitted related servers found.

    Related Servers

    • A
      license
      A
      quality
      A
      maintenance
      Historical Polymarket order book depth — full L2 bid/ask ladders at 1-second resolution on resolved markets, plus prices, spread and liquidity. Polymarket archives no order book history, so this serves depth captured live.
      5
      8
      17 npm
      MIT
    • A
      license
      A
      quality
      C
      maintenance
      A read-only MCP server exposing Polymarket's public prediction-market data. Search markets, read live odds and order books, pull historical probability time-series, and inspect public wallet positions.
      14
      MIT
    • A
      license
      A
      quality
      B
      maintenance
      Provides read-only access to Polymarket US public market data, including prices, order books, and spread/fee analytics, via MCP tools.
      16
      MIT
    • A
      license
      B
      quality
      D
      maintenance
      Enables 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.
      22
      1
      MIT
    • A
      license
      B
      quality
      C
      maintenance
      Enables AI agents to access real-time and historical market data for on-chain derivatives, including prices, orderbooks, trades, and analytics. Supports triggers, cohorts, and bulk export for advanced use cases.
      32
      71 npm
      MIT
    • A
      license
      Not graded
      quality
      C
      maintenance
      Provides prediction-market data as MCP tools, including live prices, keyword search, probability history, volume spikes, arbitrage gaps, and resolutions. Pay per call in USDC on Base with no API key or signup.
      11 npm
      MIT

    TDQS

    A4.3/5.0

    Scored across 8 tools

    Disambiguation5/5

    Each tool targets a distinct entity or data type: search_markets, search_series, and search_events operate at different granularities of Polymarket structure, and the get_* tools cleanly separate market detail, order book depth, price history, metrics, and usage info. The descriptions explicitly call out when to use one search tool over another, so an agent should not confuse them.

    Naming Consistency5/5

    All tool names follow a consistent snake_case verb_noun pattern: search_* for discovery and get_* for retrieval. There is no mixing of camelCase, bare verbs, or inconsistent naming styles.

    Tool Count5/5

    Eight tools is well-scoped for a read-only historical data server: three search tools for navigation, four retrieval tools for different data dimensions, and one usage/limits tool. Every tool has a clear role and none feels redundant.

    Completeness5/5

    The server covers the full exploration workflow: search series/events/markets, get market detail, then fetch order book history, price history, or derived metrics. It also includes a usage tool for rate-limit planning, and the search tools handle closed/resolved markets for historical analysis, leaving no obvious dead ends.