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.

Auto-install:
npx hive-rank
Manual:
claude mcp add --transport http hive-rank https://mcp.hive-rank.com/mcp

OpenCode

Query tools only — no capture hooks, no slash commands.

Auto-install:
npx hive-rank
Manual — add to ~/.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.

Auto-install:
npx hive-rank
Manual — add to ~/.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"

hive_rankings

Returns aggregated ranking positions from real AI agent searches across the network.

"What's the hive score for github.com?"

hive_score

Returns a 0-100 authority score computed from network-wide search data.

"What SEO queries are trending right now?"

hive_trending

Returns the most active queries across all network contributors.

Privacy

The hive is designed with privacy as a core principle.

Identity SHA-256 hash of a random UUID. No accounts, no emails.
Timestamps Bucketed to date-only (YYYY-MM-DD). No session correlation.
Data Only public search results — queries, URLs, positions, titles, snippets.
Contribution You give, you get. Every search helps the network grow.