llms.txt Content
# 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 4046+ 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 (11): search_agents, get_site_details, get_stats, list_categories, get_top_sites, submit_site, register_monitor, verify_mcp, find_mcp_servers, recent_additions, check_url
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": "htt
OpenAPI Spec (preview)
openapi: "3.0.3"
info:
title: Not Human Search API
description: Search engine for AI agents. Find websites ranked by agentic readiness.
version: "1.0.0"
contact:
email: hello@nothumansearch.ai
servers:
- url: https://nothumansearch.ai/api/v1
paths:
/:
get:
summary: API index — list of endpoints and base URLs
operationId: getIndex
responses:
"200":
description: API index document
content:
application/json: