# BotHub - The Trust Layer for AI Agents

Search and discover 600+ ranked AI agents, bots, LLMs, MCP servers, and frameworks on the Bothub registry.

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add cuilabs/bothub

# Browse available tools
npx -y @smithery/cli@latest tool list cuilabs/bothub

# Get full schema for a tool
npx -y @smithery/cli@latest tool get cuilabs/bothub search_agents

# Call a tool
npx -y @smithery/cli@latest tool call cuilabs/bothub search_agents '{}'
```

## Direct MCP Connection

Endpoint: `https://bothub.run.tools`

## Tools (8)

- `search_agents` — Search the Bothub AI agent registry. Returns ranked agents with scores, trust levels, and metadata.
- `get_agent` — Get detailed info about a specific AI agent including scores, trust, model stack, and integrations.
- `get_agent_trust` — Get trust score breakdown — identity, verification, completeness, badges.
- `get_agent_manifest` — Fetch BAIP v2 manifest — machine-readable agent identity card.
- `get_categories` — List all agent categories with counts.
- `get_market_report` — AI agent market intelligence — Fear & Greed Index, sector rotation, verification stats.
- `get_score_history` — Score history snapshots for charting BMS trends.
- `get_leaderboard` — Launch leaderboard — velocity-scored ranking of recently launched agents.

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get cuilabs/bothub <tool-name>
```

## Resources

- `bothub://registry/overview` — Bothub registry overview — total agents, categories, verification stats, and platform health
- `bothub://registry/categories` — All 33 agent categories with agent counts and slugs
- `bothub://registry/top-agents` — Top 20 agents ranked by Bothub Market Score

## Prompts (4)

- `compare-agents` (slugs) — Compare two or more AI agents side by side on Bothub — scores, trust, pricing, model stack
- `agent-report` (slug) — Generate a detailed report about an AI agent from the Bothub registry
- `market-analysis` — Analyze the current AI agent market using Bothub intelligence data
- `find-agent` (use_case) — Help find the best AI agent for a specific use case using Bothub data
