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
| Field | Type | Description |
|---|---|---|
| category | string (ai-tools | developer | data | finance | ecommerce | jobs) | Filter by public category (ai-tools, developer, data, finance, ecommerce, jobs, security, |
| has_api | boolean | Only return sites with a documented structured API |
| has_llms_txt | boolean | Only return sites that publish an llms.txt file (LLM-first site summary) |
| has_mcp | boolean | Only return sites that expose an MCP server |
| has_openapi | boolean | Only return sites with a published OpenAPI / Swagger spec |
| limit | integer | Max results (default 10, max 20) |
| min_score | integer | Minimum agentic readiness score 0-100 (higher = more agent-ready) |
| query | string | Keyword 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.