# Manifold (verified)

Prediction market platform for forecasting events. Browse markets, place predictions, and track forecasting accuracy.

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add manifold

# Browse available tools
npx -y @smithery/cli@latest tool list manifold

# Get full schema for a tool
npx -y @smithery/cli@latest tool get manifold search-markets

# Call a tool
npx -y @smithery/cli@latest tool call manifold search-markets '{}'
```

## Direct MCP Connection

Endpoint: `https://manifold.run.tools`

## 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

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get manifold <tool-name>
```
