get_market

Pack: manifold · Endpoint: https://gateway.pipeworx.io/manifold/mcp

Get full detail for a single Manifold market by its URL slug or id. Provide exactly one of slug/id. For multiple-choice markets, returns each answer with its probability (top 12). Includes plain-text description, creator, volume, liquidity, and resolution. Keyless.

Parameters

NameTypeRequiredDescription
slugstringnoMarket URL slug — the part after manifold.markets/{user}/, e.g. “who-will-win-the-2026-california-gu”.
idstringnoMarket id, e.g. “KmbNYfuOrUnI1w1GSHdb”.

Example call

curl -X POST https://gateway.pipeworx.io/manifold/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"get_market","arguments":{}}}'

Connect

Add this to your MCP client config, or use one-click install buttons:

{
  "mcpServers": {
    "manifold": {
      "url": "https://gateway.pipeworx.io/manifold/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build June 11, 2026