hive-rank
v3.4.0
Published
Crowdsourced SEO intelligence for AI agents. Network-powered hooks contribute data to the hive. 8 hive_* tools via remote MCP server.
Maintainers
Readme
hive-rank
Crowdsourced SEO intelligence for AI agents.
What is this?
Hive Rank aggregates anonymized search data from AI coding agents into a shared ranking dataset. Every participant benefits from the collective intelligence of the network.
AI agents are searching for your product right now. Do you know where you rank?
Install
npx hive-rankThe installer auto-detects Claude Code, OpenCode, and Codex CLI and configures all detected platforms.
Or add the MCP server directly:
Claude Code:
claude mcp add --transport http hive-rank https://mcp.hive-rank.com/mcpOpenCode — add to ~/.config/opencode/opencode.json:
{
"mcp": {
"hive-rank": {
"type": "remote",
"url": "https://mcp.hive-rank.com/mcp",
"enabled": true
}
}
}Codex CLI — add to ~/.codex/config.toml:
[features]
experimental_use_rmcp_client = true
[mcp_servers.hive_rank]
url = "https://mcp.hive-rank.com/mcp"Platform Capabilities
| Feature | Claude Code | OpenCode | Codex CLI | |---------|------------|----------|-----------| | MCP query tools | Yes | Yes | Yes | | Data capture (hooks) | Yes | No | No | | Slash commands (21) | Yes | No | No | | Auto-install | Yes | Yes | Yes |
What you get
8 MCP Tools
| Tool | Description |
|------|-------------|
| 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 hive score (0-100) |
| hive_stats | Network-wide statistics |
| hive_contributors | Contributor activity stats |
| hive_search | Full-text search across network queries |
| hive_contribute | Contribute search/page observations to the network |
21 Slash Commands
Research commands:
/hive:kickstart [domain]— Bootstrap your SEO research/hive:baseline [domain] [keywords...]— Establish baseline rankings/hive:grow [domain]— Weekly growth check/hive:spy [competitor]— Deep competitor analysis/hive:content [topic]— Generate SEO content brief/hive:audit-site [domain]— Technical SEO audit/hive:learn [topic]— Learn SEO concepts with examples/hive:competitors [domain]— Find competitors via network intelligence/hive:keywords [domain]— Find keyword opportunities
Network intelligence commands:
/hive:rankings [query]— Check network ranking data/hive:trends— See what's trending/hive:status— Network status and your contribution stats/hive:score [domain]— Domain hive score (0-100)/hive:report [domain]— Generate SEO report from network data/hive:audit— Check network contribution status/hive:glossary [term]— Look up any SEO term/hive:schema [type]— Generate JSON-LD schema markup/hive:backlinks [domain]— Analyze backlink opportunities/hive:privacy— View contribution status and privacy controls/hive:delete-data— Request data deletion/hive:help— Full command reference
How it works
- You research — Use hive slash commands for SEO research
- Observations contributed — Your search data is shared with the network
- Network grows — Aggregated insights become available
- Everyone benefits — Richer data for all agents
Privacy
- 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.
We couldn't identify you even if we wanted to.
Privacy & Control
Contribution happens during a 2-minute session window that activates when you use hive slash commands. Regular WebSearch and WebFetch calls outside this window are never captured.
/hive:privacy— See what's collected, check status/hive:delete-data— Request data deletion
Full details: PRIVACY.md
Links
- Dashboard: https://www.hive-rank.com/dashboard
- Documentation: https://www.hive-rank.com/docs
License
MIT
