← nothumansearch.ai
INDIVIDUAL MCP TOOL
get_stats
Current 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.
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent endpoint
CONNECT 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.
Related tools
search_agents— Search for websites, APIs, and services that AI agents can actually use.get_site_details— Get the full agentic readiness report for a specific domain: score, category, all 7 signal checks (llms.submit_site— Submit a URL for NHS to crawl and score.check_url— On-demand agentic-readiness check for any URL.verify_mcp— Actively probe any URL to check if it is a live, spec-compliant MCP server.register_monitor— Register an email to get alerted when the indicated domain's agentic readiness score drops.list_categories— List all categories in the Not Human Search index with site counts and average agentic scores.get_top_sites— Get the highest-scored agent-ready sites in the index, optionally filtered by category.