search_markets

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

Search Futuur prediction markets (politics, crypto, sports, science) by text. Returns open markets by default with per-outcome implied probabilities in both play-money (OOM) and real-money (USDC) modes. Keyless.

Parameters

NameTypeRequiredDescription
searchstringnoText query, e.g. “trump”, “bitcoin”, “world cup”. Omit to browse top markets.
currency_modestringnoWhich currency the per-outcome probabilities reflect: “real_money” (USDC) or “play_money” (OOM). Both are always returned; this just hints which to emphasize. Default “real_money”.
statusstringnoMarket status: “open” (default) or “resolved”.
limitnumbernoMax markets to return (default 10, max 25).

Example call

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

Connect

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

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

See Getting Started for client-specific install steps.

Regenerated from source · build June 11, 2026