Agent skill · Backend & API

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

Nick44,086★ · +407/wk · 1 repos on radarProfile →
claude-codecodexcursorMIT
Install
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.

Facts
Files in the skill folder: 1
SKILL.md size: 5 KB
Bundled scripts: none
Declared author: unitedideas
Path: skills/not-human-search-mcp/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 44,414 · +328 this week
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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

What's inside
Steps it walks through
  1. Overview
  2. When to Use This Skill
  3. MCP Configuration
  4. Claude Desktop / Cursor / Windsurf
  5. Available Tools
  6. searchagents
  7. getsitedetails
  8. getstats
  9. submitsite
  10. verifymcp
  11. listcategories
  12. gettopsites
  13. registermonitor
  14. Examples
More from agentic-awesome-skills
All skills →
About this skill
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.

Keep going