Documentation
Get started with hive-rank in under a minute.
Install with one command (auto-detects all platforms):
Auto-detects Claude Code, OpenCode, and Codex CLI. Configures MCP server, hooks, and slash commands for each platform.
Platform Setup
Claude Code
Full experience — MCP tools, data capture hooks, and 21 slash commands.
npx hive-rank claude mcp add --transport http hive-rank https://mcp.hive-rank.com/mcp OpenCode
Query tools only — no capture hooks, no slash commands.
npx hive-rank ~/.config/opencode/opencode.json:{
"mcp": {
"hive-rank": {
"type": "remote",
"url": "https://mcp.hive-rank.com/mcp",
"enabled": true
}
}
} Codex CLI
Query tools only — no capture hooks, no slash commands.
npx hive-rank ~/.codex/config.toml:[features] experimental_use_rmcp_client = true [mcp_servers.hive_rank] url = "https://mcp.hive-rank.com/mcp"
Platform Comparison
| Feature | Claude Code | OpenCode | Codex CLI |
|---|---|---|---|
| MCP query tools | Yes | Yes | Yes |
| Data capture | Yes | No | No |
| Slash commands | 21 | No | No |
| Auto-install | Yes | Yes | Yes |
Hive Tools
hive_rankings Aggregated rankings from the network for a query hive_trending Trending queries across the network hive_domain Network intelligence for a domain hive_score Domain authority score (0-100) from network data hive_stats Network-wide statistics hive_contributors Contributor activity stats hive_search Full-text search across network queries hive_contribute Submit anonymized search data to the network Usage Examples
Just ask your agent in natural language. It will call the right tool automatically.
"Check how my site ranks for best project management tools"
Returns aggregated ranking positions from real AI agent searches across the network.
"What's the hive score for github.com?"
Returns a 0-100 authority score computed from network-wide search data.
"What SEO queries are trending right now?"
Returns the most active queries across all network contributors.
Privacy
The hive is designed with privacy as a core principle.