org.memoryapi/predict
Official3 toolsPrediction Markets
Prediction market data and crowd-sourced probability forecasts
Access prediction market data and crowd-sourced probability forecasts.
Captured live from the server via tools/list.
browse_prediction_markets
Browse prediction markets from Polymarket and Manifold. Filter by category (crypto, politics, sports, economics, science, entertainment, pop-culture) or search by keyword.
Parameters (4)
- sourcestring
polymarket, manifold, or all (default: all)
- tagstring
Category filter (crypto, politics, sports, economics, science, entertainment, pop-culture)
- qstring
Keyword search
- limitnumber
Number of results (default 20, max 50)
get_market_details
Get detailed information for a specific prediction market including prices, outcomes, and trading volume.
Parameters (2)
- idstring
Market ID or condition_id. If not provided, returns the highest volume active market.
- sourcestring
polymarket or manifold (default: polymarket)
get_trending_predictions
Get what the prediction markets are betting on right now. Fetches top markets by volume/liquidity.
Parameters (2)
- sourcestring
polymarket, manifold, or all (default: all)
- limitnumber
Number of results (default 10, max 50)
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"predict": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://predict.memoryapi.org/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.