Skip to main content
Glama

Manifold Markets MCP Server

search_markets

Search for prediction markets using customizable filters like status (open, closed, resolved) and sorting options (newest, score, liquidity). Retrieve relevant market data with a specified limit for efficient browsing.

Instructions

Search for prediction markets with optional filters

Input Schema

NameRequiredDescriptionDefault
filterNo
limitNoMax number of results (1-100)
sortNo
termNoSearch query

Input Schema (JSON Schema)

{ "properties": { "filter": { "enum": [ "all", "open", "closed", "resolved" ], "type": "string" }, "limit": { "description": "Max number of results (1-100)", "type": "number" }, "sort": { "enum": [ "newest", "score", "liquidity" ], "type": "string" }, "term": { "description": "Search query", "type": "string" } }, "type": "object" }

Other Tools from Manifold Markets MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/bmorphism/manifold-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server