Developer Tools
nothumansearch.ai
Indexes and evaluates websites for AI agent compatibility, providing agentic readiness scores and signal checks.
ENDPOINT 1
https://nothumansearch.ai/mcp
MCP server metadata
- Name
- nothumansearch
- Version
- 1.1.0
Search engine for AI agents. Use search_agents to find agent-ready tools, APIs, and services ranked by agentic readiness score (0-100). Use get_site_details with the returned search_id to inspect one result and record selection only. If and only if the principal explicitly currently wants one supported next step with that selected domain, use the returned action_interest.call_contract to call record_action_interest; never infer interest from search, rank, selection, or provider availability. Recording interest contacts no provider and creates no ticket, charge, rank change, or commercial proof.
Known tools 14
search_agentsSearch for websites, APIs, and services that AI agents can actually use.
Inferred read-onlyget_site_detailsGet the full agentic readiness report for a specific domain: score, category, all 7 signal checks (llms.txt, ai-plugin.json, OpenAPI, structured API, MCP server, robots.txt AI rules, Schema.org), plus any cached llms.txt content and OpenAPI summary.
Inferred read-onlyget_statsCurrent Not Human Search index stats: total sites, average agentic score, top category, sites added in the last 7 days, count of sites exposing an MCP server, and count scoring a perfect 100/100.
Inferred read-onlyverify_mcpActively probe any URL to check if it is a live, spec-compliant MCP server.
Inferred read-onlyregister_monitorRegister an email to get alerted when the indicated domain's agentic readiness score drops.
Potential side effectslist_categoriesList all categories in the Not Human Search index with site counts and average agentic scores.
Inferred read-onlyget_top_sitesGet the highest-scored agent-ready sites in the index, optionally filtered by category.
Inferred read-onlyrecent_additionsList agent-ready sites newly added to the Not Human Search index, sorted newest first.
Inferred read-onlyfind_mcp_serversList sites in the index that expose a live MCP server, ranked by agentic readiness.
Inferred read-onlyrecord_action_interestRecord the caller's attestation that its human or company principal currently wants one controlled next step with a site returned organically by a receipt-bearing NHS discovery tool.
Inferred read-onlyprepare_provider_actionPrepare a signed action ticket for a separately disclosed provider-funded offer returned beside a receipt-bearing NHS discovery result.
Inferred read-onlyhandoff_provider_actionPresent the exact ticket bearer returned by prepare_provider_action.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.nothumansearch]
url = "https://nothumansearch.ai/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"nothumansearch": {
"type": "http",
"url": "https://nothumansearch.ai/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: nothumansearch
Remote MCP URL: https://nothumansearch.ai/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"nothumansearch": {
"url": "https://nothumansearch.ai/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"nothumansearch": {
"type": "http",
"url": "https://nothumansearch.ai/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "nothumansearch",
"transport": "streamable-http",
"url": "https://nothumansearch.ai/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for nothumansearch.ai was fetched 2026-07-27T23:59:12.009Z and is being refreshed.
nothumansearch.ai is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.