Skip to content

Add Not Human Search to MCP Servers & Plugins#44

Open
unitedideas wants to merge 1 commit intoLangGPT:mainfrom
unitedideas:add-not-human-search
Open

Add Not Human Search to MCP Servers & Plugins#44
unitedideas wants to merge 1 commit intoLangGPT:mainfrom
unitedideas:add-not-human-search

Conversation

@unitedideas
Copy link
Copy Markdown

Summary

Adds Not Human Search (unitedideas/nothumansearch) to the MCP Servers & Plugins section.

NHS is an agent-first search engine exposed as an MCP server at https://nothumansearch.ai/mcp. It helps Claude Code (and other MCP-speaking agents) discover 8,000+ indexed MCP servers and agent-readable sites, ranked across 7 agentic-readiness signals (llms.txt, ai-plugin.json, OpenAPI, MCP manifest, JSON-RPC probe, robots.txt AI-bot allowlist, schema.org).

Why it fits this list

  • Claude Code users frequently need to find the right MCP server for a task. NHS is the tool-discovery layer for MCP.
  • The MCP server exposes 8 tools including search_sites, verify_mcp (live JSON-RPC probe), list_categories, and get_top_sites.
  • MIT licensed, no auth required, REST fallback at /api/v1/search.
  • Listed in the official MCP registry as ai.nothumansearch/search.

Entry

|[nothumansearch](https://github.com/unitedideas/nothumansearch) | ![GitHub Repo stars](https://badgen.net/github/stars/unitedideas/nothumansearch) | Agent-first search engine — MCP server that helps Claude Code discover 8,000+ MCP servers and agent-readable sites, ranked across 7 agentic-readiness signals | Tool/MCP discovery|

Test plan

  • Entry follows existing table format (Name | Stars badge | Description | Notes)
  • Link targets a real, active MIT-licensed repo
  • Live MCP endpoint: curl -X POST https://nothumansearch.ai/mcp -H 'Content-Type: application/json' -d '{"jsonrpc":"2.0","id":1,"method":"tools/list"}'
  • Live REST endpoint: curl https://nothumansearch.ai/api/v1/search?q=mcp

Not Human Search (nothumansearch.ai) is an agent-first search engine exposed as an MCP server. Helps Claude Code discover 8,000+ indexed MCP servers and agent-readable sites, ranked across 7 agentic-readiness signals. MIT licensed, no auth required.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant