Manifold (verified)
Prediction market platform for forecasting events. Browse markets, place predictions, and track forecasting accuracy.
Quick Start
# Connect this server (installs CLI if needed)
npx -y smithery mcp add manifold
# Browse available tools
npx -y smithery tool list manifold
# Get full schema for a tool
npx -y smithery tool get manifold search-markets
# Call a tool
npx -y smithery tool call manifold search-markets '{}'Direct MCP Connection
Endpoint: https://manifold.run.tools
Tools (5)
search-markets— Search for prediction markets with optional filtersget-market— Get detailed information about a specific marketget-user— Get user information by usernameget-bets— Get bets from markets or for users with various filtering optionssearch-users— Search for users by username or display name
# Get full input/output schema for a tool
npx -y smithery tool get manifold