AI & Machine Learning
hiveintelligence.xyz
A remote MCP server for connecting to Hive's intelligence services.
ENDPOINT 1
https://mcp.hiveintelligence.xyz/mcp
MCP server metadata
- Name
- hive-mcp-server
- Version
- 1.5.2
Hive serves live crypto market data to AI agents over a compact 8-tool root. Loop: search_tools -> get_api_endpoint_schema -> invoke_api_endpoint for reads (invoke_stateful_endpoint only after explicit user approval; validate_task_result before structured answers). Every material response carries a _hive receipt (provider, fetched_at, runtime_status, _hive.receipt_id); cite it when answering. For the three dominant intents call the hero tools directly: get_token_price, check_token_safety, get_wallet_portfolio (response_format "concise" default, "detailed" available). Degraded providers are reported, not hidden: search_tools marks each tool's availability, and unavailable tools return runtime_status with cause and next_action instead of data. Follow next_action; never retry an unchanged failing call in a loop. Discovery is free and cheap: resources hive://toolsets, hive://providers, hive://tools; the 607-tool catalog stays reachable through search_tools or scoped category endpoints. Use limit/page/per_page to keep responses small; a material execution costs 1 credit on the hosted service.
Known tools 8
check_token_safetyToken security screen for a contract address: honeypot, taxes, ownership, and related GoPlus risk datapoints.
Inferred read-onlyget_wallet_portfolioToken holdings for a wallet with balances and USD values where available.
Inferred read-onlysearch_toolsSearch canonical task toolsets, compact user-intent routes, and the full Hive coverage catalog.
Inferred read-onlyget_api_endpoint_schemaReturns the full input schema, operation type, and correct root invoker for any Hive tool by name.
Inferred read-onlyinvoke_stateful_endpointInvokes a Hive-native state-changing endpoint after explicit user approval.
Inferred read-onlyvalidate_task_resultValidates a proposed workflow answer against Hive's typed task-output and evidence-receipt contract before it is shown to the user.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.hive-mcp-server]
url = "https://mcp.hiveintelligence.xyz/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"hive-mcp-server": {
"type": "http",
"url": "https://mcp.hiveintelligence.xyz/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: hive-mcp-server
Remote MCP URL: https://mcp.hiveintelligence.xyz/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"hive-mcp-server": {
"url": "https://mcp.hiveintelligence.xyz/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"hive-mcp-server": {
"type": "http",
"url": "https://mcp.hiveintelligence.xyz/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "hive-mcp-server",
"transport": "streamable-http",
"url": "https://mcp.hiveintelligence.xyz/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for hiveintelligence.xyz was fetched 2026-08-04T02:41:00.320Z and is being refreshed.
hiveintelligence.xyz is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.