search_markets
Pack: manifold · Endpoint: https://gateway.pipeworx.io/manifold/mcp
Search Manifold Markets prediction markets by topic or question text. Returns markets with current probability (for binary), trading volume, liquidity, bettor count, and resolution status. Manifold is a play-money venue with tens of thousands of user-created markets on any topic. Keyless.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
term | string | yes | Topic or question text to search for, e.g. “2026 election”, “AGI”, “Bitcoin 100k”. |
filter | string | no | Market state filter: all | open | closed | resolved. Default “open”. |
sort | string | no | Sort order: score | newest | liquidity | most-popular. Default “score”. |
contract_type | string | no | Market type filter: ALL | BINARY | MULTIPLE_CHOICE. Default “ALL”. |
limit | number | no | Max markets to return (default 10, max 25). |
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":"search_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.