Not Human Search

April 15, 2026 · View on GitHub

A remote MCP server for searching the agentic web. Discover APIs, services, and tools AI agents can actually call — ranked by agentic readiness score (0-100).

Live endpoint: https://nothumansearch.ai/mcp (streamable-http transport, no install)

Registry listing: ai.nothumansearch/search

Install in one command

claude mcp add --transport http nothumansearch https://nothumansearch.ai/mcp

Any MCP-compatible client (Claude Code, Cline, Cursor, Zed, Goose, etc.) can connect to the same endpoint.

Tools

ToolPurpose
search_agentsFind agent-ready websites, APIs, and services by keyword, category, or minimum readiness score.
get_site_detailsGet the full 7-signal readiness report for a specific domain.
get_statsIndex statistics: total sites, average score, top category.

What "agentic readiness" means

Every site in the index is scored 0-100 based on 7 signals that determine how cleanly an AI agent can interact with it:

  • llms.txt (25 pts)
  • ai-plugin.json (20 pts)
  • OpenAPI spec (20 pts)
  • Structured API (15 pts)
  • MCP server (10 pts)
  • robots.txt AI bot rules (5 pts)
  • Schema.org markup (5 pts)

Other interfaces

  • Website: https://nothumansearch.ai
  • REST search API: GET https://nothumansearch.ai/api/v1/search?q=<query>
  • On-demand check (CI-friendly): POST https://nothumansearch.ai/api/v1/check
  • Embeddable badge: https://nothumansearch.ai/badge/{domain}.svg
  • Submit a site: POST https://nothumansearch.ai/api/v1/submit

Manifest

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "ai.nothumansearch/search",
  "title": "Not Human Search",
  "description": "Search engine for AI agents. Find websites and APIs ranked by agentic readiness.",
  "version": "1.0.0",
  "websiteUrl": "https://nothumansearch.ai",
  "remotes": [
    { "type": "streamable-http", "url": "https://nothumansearch.ai/mcp" }
  ]
}

Deeper docs

See USAGE.md for a practical guide: tool arguments, recipes ("find me an email API that agents can actually call"), scoring details, and design principles.

License

The MCP server source lives in a private repo. This README is MIT-licensed — use the claude mcp add command freely.