1. Conduid
  2. Agents
  3. Not Human Search
MCP server · Agents

Not Human Search

Search the agentic web. 960+ sites scored 0-100 on agentic readiness. Includes verify_mcp tool.

Unclaimed agents
34Low

Scored 4 months ago · breakdown

About Not Human Search

Not Human Search is an MCP server in the Agents category: search the agentic web. 960+ sites scored 0-100 on agentic readiness. Includes verify_mcp tool. It has been installed 0 times through Conduid.

Install

Clone
git clone https://github.com/unitedideas/nothumansearch-mcp

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about Not Human Search

Powered by Claude · Grounded in docs

I know everything about Not Human Search. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • ·Scoped permissionsNot checked yet.

README

Not Human Search — MCP server

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

Tool Purpose
search_agents Find agent-ready websites, APIs, and services by keyword, category, or minimum readiness score.
get_site_details Get the full 7-signal readiness report for a specific domain.
get_stats Index 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.

README mirrored from the source repository 4 months ago. The original is authoritative.

Questions

About Not Human Search

How do I install Not Human Search?

Run git clone https://github.com/unitedideas/nothumansearch-mcp, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is Not Human Search safe to use with an AI agent?

Its trust score is 34 out of 100 (low). Conduid hasn't run static security checks on this repository yet, so review the source yourself before granting it credentials. It has no ConduID identity yet, so agent calls to it are not receipted.

Is Not Human Search still maintained?

Conduid hasn't recorded a commit date for this repository yet. Check the repository directly for recent activity.