The full upstream README, mirrored here for reference. Install config, tool schemas, adoption signals, and an original overview live on the Not Human Search listing page.
A remote MCP server for searching the agentic web. Discover APIs, services, and tools AI agents can actually call — ranked by agentic readiness score (0-100).
Live endpoint: https://nothumansearch.ai/mcp (streamable-http transport, no install)
Registry listing: ai.nothumansearch/search
Any MCP-compatible client (Claude Code, Cline, Cursor, Zed, Goose, etc.) can connect to the same endpoint.
| Tool | Purpose |
|---|---|
search_agents | Find agent-ready websites, APIs, and services by keyword, category, or minimum readiness score. |
get_site_details | Get the full 7-signal readiness report for a specific domain. |
get_stats | Index statistics: total sites, average score, top category. |
Every site in the index is scored 0-100 based on 7 signals that determine how cleanly an AI agent can interact with it:
llms.txt (25 pts)ai-plugin.json (20 pts)robots.txt AI bot rules (5 pts)GET https://nothumansearch.ai/api/v1/search?q=<query>POST https://nothumansearch.ai/api/v1/checkhttps://nothumansearch.ai/badge/{domain}.svgPOST https://nothumansearch.ai/api/v1/submitSee USAGE.md for a practical guide: tool arguments, recipes ("find me an email API that agents can actually call"), scoring details, and design principles.
The MCP server source lives in a private repo. This README is MIT-licensed — use the claude mcp add command freely.