not-human-search-mcp
Search AI-ready websites, inspect indexed site details, verify MCP endpoints, and discover tools and APIs using the Not Human Search MCP server
npx skills add sickn33/agentic-awesome-skills --skill not-human-search-mcp --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Not Human Search MCP ## Overview Not Human Search is a remote MCP server that lets AI agents search a curated index of 1,750+ AI-ready websites, inspect indexed site details, submit new sites for analysis, and verify live MCP endpoints via JSON-RPC probe. It is designed for AI agents that need to discover tools, APIs, and services at runtime without relying on hardcoded lists. ## When to Use This Skill - Use when an AI agent needs to discover tools, APIs, or MCP servers for a specific task - Use when you want to check whether a website exposes machine-readable endpoints (llms.txt, OpenAPI, MCP) - Use when verifying that an MCP endpoint is actually responding to JSON-RPC - Use when building agent workflows that need to find and connect to external services dynamically ## MCP Configuration Add the Not Human Search MCP server to your client configuration. The endpoint uses streamable HTTP and requires no authentication. ### Claude Desktop / Cursor / Windsurf ```json { "mcpServers": { "not-human-search": { "url": "https://nothumansearch.ai/mcp" } } } ``` No API key or authentication is required. ## Available Tools ### `search_agents` Search the index of 1,750+ AI-ready websites by ke
- Overview
- When to Use This Skill
- MCP Configuration
- Claude Desktop / Cursor / Windsurf
- Available Tools
- searchagents
- getsitedetails
- getstats
- submitsite
- verifymcp
- listcategories
- gettopsites
- registermonitor
- Examples
What does the not-human-search-mcp skill do?
Search AI-ready websites, inspect indexed site details, verify MCP endpoints, and discover tools and APIs using the Not Human Search MCP server
How do I install it?
Run `npx skills add sickn33/agentic-awesome-skills --skill not-human-search-mcp --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From sickn33/agentic-awesome-skills, a repository with 44,414 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.