top_markets
Pack: futuur · Endpoint: https://gateway.pipeworx.io/futuur/mcp
Most-active open Futuur markets (attention signal), ranked by trading volume. Returns each market with per-outcome implied probabilities (OOM play-money + USDC real-money). Keyless.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
limit | number | no | Max markets to return (default 15, max 25). |
currency_mode | string | no | Which currency to rank volume by and emphasize: “real_money” (USDC, default) or “play_money” (OOM). |
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":"top_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.