INDIVIDUAL MCP TOOL
invoke_stateful_endpoint
Invokes a Hive-native state-changing endpoint after explicit user approval.
LIVE ENDPOINT
https://mcp.hiveintelligence.xyz/mcp
Connect to this endpoint to inspect the live schema for invoke_stateful_endpoint and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT 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.
Related tools
get_token_price— Current price for one token.check_token_safety— Token security screen for a contract address: honeypot, taxes, ownership, and related GoPlus risk datapoints.get_wallet_portfolio— Token holdings for a wallet with balances and USD values where available.search_tools— Search canonical task toolsets, compact user-intent routes, and the full Hive coverage catalog.get_api_endpoint_schema— Returns the full input schema, operation type, and correct root invoker for any Hive tool by name.invoke_api_endpoint— Invokes only read-only Hive endpoints by name.validate_task_result— Validates a proposed workflow answer against Hive's typed task-output and evidence-receipt contract before it is shown to the user.