> ## Documentation Index
> Fetch the complete documentation index at: https://docs.hiveintelligence.xyz/llms.txt
> Use this file to discover all available pages before exploring further.

# Token & Contract Data

> Token metadata, holders, top traders, analytics. 40 tools on a dedicated Hive endpoint.

Token metadata, holders, top traders, analytics.

## Endpoint

Connect here to expose only this category to your agent:

```
https://mcp.hiveintelligence.xyz/hive_token_contract/mcp
```

40 tools live behind it. The root endpoint reaches the same tools through
[discovery](/concepts/how-it-works), so use this narrower endpoint when an agent works only
in this domain.

## Finding a specific tool

Rather than listing every tool here, ask Hive:

```
search_tools("<what you are trying to do>")
```

The catalog changes as providers add coverage, so discovery gives you the current answer
where a static list would go stale. [The live catalog](/tools/live-catalog) shows exactly what
is deployed.

## From the CLI

```bash theme={null}
hive tools search "<keyword>"
hive tools info <tool_name>
```

<Note>
  The CLI matches literal text against tool names and descriptions, so search for a keyword
  like `funding` or `holders`. `search_tools` above understands intent; `hive tools search`
  does not, and a full phrase returns nothing.
</Note>
