← hiveintelligence.xyz

INDIVIDUAL MCP TOOL

get_token_price

Current price for one token.

hiveintelligence.xyznone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.hiveintelligence.xyz/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_token_price and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • A tool name, description or schema mentions credentials.

Parent server

hiveintelligence.xyz

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

  • 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.
  • invoke_stateful_endpoint — Invokes a Hive-native state-changing endpoint after explicit user approval.
  • 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.