AgentSearch
by Oratis Kamir
Find AI agents and MCP servers by natural-language query. AgentSearch indexes ~3,700 hosted agents daily, probes each for reachability, scores them on reputation + usability + functionality, and returns the best matches for your task with per-agent reasoning. Use it to answer 'is there an agent that does X?' or 'is this specific agent any good?'. Read-only, free, no auth.
Skills (5)
Browse the full index
browsePaginated list of every indexed agent, ranked by overall quality.
- βtop 50 agents by overall scoreβ
- βpage 5 of the indexβ
- βlist everything rankedβ
Get a scored agent profile
agent_detailsReturn the full scored profile for one named indexed agent: inventory data, layer-by-layer scores (Fame / Usability / Functionality / Call Graph), reasoning, and live blocker status.
- βdetails for upstash/context7β
- βhow does taylorwilsdon/google_workspace_mcp scoreβ
- βshow me the Fame breakdown for a2aproject/A2Aβ
Index summary stats
statsDistributions, top categories, and the agent-to-agent call graph for the whole index.
- βhow many agents are reachable right now?β
- βwhat are the top capability clusters?β
- βlicense breakdown across the indexβ
Live-score an arbitrary agent URL
found_agentCrawl + probe + LLM-score an arbitrary agent URL using the same rubric the batch pipeline uses. Works for agents not (yet) in the index.
- βscore https://github.com/example/new-mcp-serverβ
- βevaluate https://some-new-agent.com against the query 'edit calendar events'β
- βis https://acme.com/agent/api any good?β
Search the agent index
searchTake a natural-language query and return the top ranked agents/MCP servers from the index, with per-agent reasoning. Ranked by final_score = query_fit Γ agent_quality.
- βfind an agent that reads invoice PDFsβ
- βwhat MCP server lets me control a browserβ
- βagents for crypto price lookupβ