Skip to content
Back to search
100
MCP live MCP 2025-06-18 streamable-http

Manifold

docker-mcp/manifold

Tools for accessing the Manifold Markets online prediction market platform.

Uptime
100.0%
1 direct probes · 30d
Response
728ms
last probe
Tools
5
callable
Resources
0
readable
Prompts
0
available

Tools · 5

search-markets

Search for prediction markets with optional filters

get-market

Get detailed information about a specific market

get-user

Get user information by username

get-bets

Get bets from markets or for users with various filtering options

search-users

Search for users by username or display name

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "manifold": {
      "url": "https://api.manifold.markets/v0/mcp",
      "transport": "streamable-http"
    }
  }
}