Tools Catalog
Prediction Markets Tools
19 categorized tools are available on this scoped endpoint.
Category Endpoint: POST /hive_prediction_markets/mcp
Providers represented here: Codex
Scope
This page documents the tools exposed by the category-scoped MCP endpoint above.
tools/liston this category endpoint returns these 19 tools directly.- The full Hive server also exposes hundreds of live direct tools through the root server and the REST catalog.
- For root-only direct tools that are not part of category-scoped
tools/list, see Live Catalog. - Upstream prediction-market coverage is powered by Codex/Defined. The current official Defined docs are labeled beta, so expect iterative schema changes upstream.
Included Tools
| Tool | Provider | Summary |
|---|---|---|
codex_prediction_market_stats | Codex | Retrieve prediction market stats data through Hive Intelligence. |
codex_prediction_event_stats | Codex | Retrieve prediction event stats data through Hive Intelligence. |
codex_prediction_trader_stats | Codex | Retrieve prediction trader stats data through Hive Intelligence. |
codex_prediction_trader_markets | Codex | Retrieve prediction trader markets data through Hive Intelligence. |
codex_prediction_trader_bars | Codex | Retrieve prediction trader bars data through Hive Intelligence. |
codex_prediction_market_bars | Codex | Retrieve prediction market bars data through Hive Intelligence. |
codex_prediction_event_bars | Codex | Retrieve prediction event bars data through Hive Intelligence. |
codex_prediction_event_top_markets | Codex | Retrieve prediction event top markets data through Hive Intelligence. |
codex_prediction_trades | Codex | Retrieve prediction trades data through Hive Intelligence. |
codex_prediction_markets | Codex | Retrieve prediction markets data through Hive Intelligence. |
codex_prediction_traders | Codex | Retrieve prediction traders data through Hive Intelligence. |
codex_prediction_token_holders | Codex | Retrieve prediction token holders data through Hive Intelligence. |
codex_filter_prediction_events | Codex | Retrieve filter prediction events data through Hive Intelligence. |
codex_prediction_categories | Codex | Retrieve prediction categories data through Hive Intelligence. |
codex_filter_prediction_markets | Codex | Retrieve filter prediction markets data through Hive Intelligence. |
codex_filter_prediction_trader_markets | Codex | Retrieve filter prediction trader markets data through Hive Intelligence. |
codex_filter_prediction_traders | Codex | Retrieve filter prediction traders data through Hive Intelligence. |
codex_prediction_market_price | Codex | Retrieve prediction market price data through Hive Intelligence. |
codex_prediction_trader_holdings | Codex | Retrieve prediction trader holdings data through Hive Intelligence. |
Response Examples
codex_prediction_markets
Request:
{"tool": "codex_prediction_markets", "args": {"limit": 5}}
Response:
{
"markets": [
{
"id": "0x...",
"title": "Will BTC exceed $100k by June 2026?",
"outcome_prices": [
{"outcome": "Yes", "price": 0.72},
{"outcome": "No", "price": 0.28}
],
"volume_usd": 4500000,
"liquidity_usd": 1200000,
"end_date": "2026-06-30T00:00:00Z",
"category": "Crypto",
"platform": "Polymarket"
}
],
"total_count": 1250
}
Discovery
Use these discovery surfaces when you need the current live catalog:
GET https://mcp.hiveintelligence.xyz/api/v1/toolsresources/read hive://toolsget_api_endpoint_schemaon the root/mcpendpoint