Skip to main content
Glama

Manifold Markets MCP Server

search_markets

Find prediction markets using filters, sorting, and search queries to locate relevant opportunities on the MCP platform. Supports results based on status, liquidity, and recency with customizable limits.

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" }
Install Server

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