top_markets
Pack: manifold · Endpoint: https://gateway.pipeworx.io/manifold/mcp
Most-active open Manifold markets right now — a live attention/demand signal for what the prediction-market crowd is trading. Optionally narrow to a topic. Returns compact market records sorted by popularity. Keyless.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
limit | number | no | Max markets to return (default 15, max 25). |
term | string | no | Optional topic to narrow to, e.g. “politics”, “AI”. |
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":"top_markets","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.