Add Not Human Search to Miscellaneous#22
Open
unitedideas wants to merge 1 commit intoagenticdevops:mainfrom
Open
Add Not Human Search to Miscellaneous#22unitedideas wants to merge 1 commit intoagenticdevops:mainfrom
unitedideas wants to merge 1 commit intoagenticdevops:mainfrom
Conversation
NHS is a search engine indexing 1,900+ agent-first tools (MCP servers, OpenAPI specs, llms.txt, ai-plugin manifests), scored by agentic readiness across 7 signals. For DevOps practitioners, it answers questions like "which MCP servers exist for my stack?" by searching across the indexed ecosystem. Also exposes verify_mcp — a live JSON-RPC probe that does the initialize + tools/list handshake to confirm a claimed MCP endpoint actually implements the protocol before wiring it in. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds Not Human Search to the Miscellaneous section.
NHS is a search engine and directory for agent-first tools — indexes 1,900+ MCP servers, OpenAPI specs, llms.txt endpoints, and ai-plugin manifests, scored by agentic readiness across 7 signals (llms.txt=25, ai-plugin=20, OpenAPI=20, structured API=15, MCP server=10, robots.txt=5, schema.org=5).
For DevOps practitioners the utility is: "what MCP servers exist for Kubernetes / Postgres / observability / my stack?" NHS answers via MCP or REST. Sits alongside Pipedream (which is listed in this section) as a discovery layer — Pipedream is the tool itself, NHS is the index.
Also exposes
verify_mcp— a live JSON-RPC probe that performsinitialize+tools/listhandshake to confirm a claimed MCP endpoint actually implements the protocol. Useful before wiring in a new server.Wire in:
Public, free, no login. Published to the official MCP registry as
ai.nothumansearch/search.