Technical
MCP Features
Beyond direct tool calls, the current Hive server exposes MCP discovery resources and prompt helpers.
Resources
hive://providers
Returns the runtime provider inventory and whether optional provider-backed integrations are available.
hive://categories
Returns the 14 category-scoped MCP endpoints and their categorized tool counts.
hive://tools
Returns the full live wrapped tool catalog, which is broader than the category-scoped tools/list surfaces.
Prompts
The current server exposes these prompts:
analyze_tokencompare_protocolsportfolio_audit
These are reusable prompt templates returned by prompts/list and prompts/get.
Schema Discovery
Use get_api_endpoint_schema on the root /mcp endpoint when you need the exact input schema for a tool before calling it.
This is the most reliable way to discover tool parameters from the live server.
Scoped vs Root Behavior
Category endpoints
- Direct
tools/list - Smaller prompt surface
- Good when you already know the category you want
Root endpoint
- Recommended for discovery-heavy LLM workflows
- Compact
tools/list - Full live inventory available through
hive://tools - Supports direct tool execution by name