Not Human Search
NH
Not Human Search
/search_agents

Search the Agentic Web

Search for websites, APIs, and services that AI agents can actually use. Results are ranked by agentic readiness score (0-100) based on llms.txt, OpenAPI specs,

liveverifiedunknown~5s typical
mcpprobednothumansearch
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-ai-nothumansearch-search /search_agents for me.

Input

FieldTypeDescription
categorystring (ai-tools | developer | data | finance | ecommerce | jobs)Filter by public category (ai-tools, developer, data, finance, ecommerce, jobs, security,
has_apibooleanOnly return sites with a documented structured API
has_llms_txtbooleanOnly return sites that publish an llms.txt file (LLM-first site summary)
has_mcpbooleanOnly return sites that expose an MCP server
has_openapibooleanOnly return sites with a published OpenAPI / Swagger spec
limitintegerMax results (default 10, max 20)
min_scoreintegerMinimum agentic readiness score 0-100 (higher = more agent-ready)
querystringKeyword query (e.g. 'payment API', 'weather data', 'job board')

Call it

curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
  -H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
  -d '{"provider":"mcp-ai-nothumansearch-search","endpoint":"/search_agents","input":{}}'
cli
npx cracked-ai run -p mcp-ai-nothumansearch-search -e /search_agents -i '{}'
mcp
run_tool({ provider: "mcp-ai-nothumansearch-search", endpoint: "/search_agents", input: {} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.