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 870+ 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/h
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:
/search:
get:
summary: Search for agent-ready sites
operationId: searchSites
parameters:
- name: q
in: query
schema: { type: string }
description: Search query (matches name,