# Not Human Search > The Google for AI agents. Find any service, API, or tool — ranked by agentic readiness. Not Human Search is an agentic-first search engine. When your AI agent needs to discover a payment API, a job board, an ecommerce platform, or any web service, NHS returns results ranked by how well each site serves non-human users. We index 951+ sites and score them 0-100 based on 7 agentic signals: llms.txt, ai-plugin.json, OpenAPI specs, structured APIs, MCP servers, robots.txt AI rules, and Schema.org markup. ## MCP Server (preferred for agents) Not Human Search is itself an MCP server. Wire it into your agent once and get live agentic-web search as a first-class tool. Endpoint: https://nothumansearch.ai/mcp Transport: streamable-http Tools: search_agents, get_site_details, get_stats, submit_site Claude Code setup: claude mcp add --transport http nothumansearch https://nothumansearch.ai/mcp ## Quick Start — Search the Agentic Web GET https://nothumansearch.ai/api/v1/search?q=payment+API GET https://nothumansearch.ai/api/v1/search?q=AI+jobs GET https://nothumansearch.ai/api/v1/search?q=ecommerce+api GET https://nothumansearch.ai/api/v1/search?q=weather+data GET https://nothumansearch.ai/api/v1/search?q=authentication ## API Reference Base URL: https://nothumansearch.ai/api/v1 ### Search GET /search?q={query}&category={cat}&tag={tag}&min_score={0-100}&has_api=true&has_mcp=true&has_openapi=true&has_llms_txt=true&page={n} Returns: {results: [{domain, name, description, agentic_score, category, tags, signals...}], total, page, has_next} ### Site Details GET /site/{domain} Returns: full site profile with llms.txt content, OpenAPI summary, all signals ### Submit a Site POST /submit Body: {"url": "https://example.com"} We crawl immediately and add it to the index. ### On-Demand Check (CI / pre-deploy) POST /check Body: {"url": "https://example.com"} Returns live agentic readiness score without waiting for the crawl queue. Free tier: 10 checks/hour per IP. Great for CI pipelines that fail the build when a site's agent signals regress. ### Stats GET /stats ## Categories ai-tools, developer, data, finance, ecommerce, jobs, security, health, education, communication, productivity. ## Scoring (0-100) - llms.txt: 25 pts - ai-plugin.json: 20 pts - OpenAPI spec: 20 pts - Structured API: 15 pts - MCP server: 10 pts - robots.txt AI rules: 5 pts - Schema.org: 5 pts ## Make Your Site Agent-Ready Step-by-step recipes for each of the 7 signals — copy-paste examples for llms.txt, ai-plugin.json, OpenAPI, MCP, and more. Guide: https://nothumansearch.ai/guide Live scorer: https://nothumansearch.ai/score ## Links - Search: https://nothumansearch.ai/api/v1/search?q= - MCP Server Directory: https://nothumansearch.ai/mcp-servers - Full Index: https://nothumansearch.ai/llms-full.txt - OpenAPI: https://nothumansearch.ai/openapi.yaml - Plugin: https://nothumansearch.ai/.well-known/ai-plugin.json