From 47e7d258d9eb6d9f83671eca5d8465e78bc5ccf6 Mon Sep 17 00:00:00 2001 From: Owl Date: Sat, 18 Apr 2026 07:59:02 -0700 Subject: [PATCH] Add Not Human Search to Miscellaneous MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ddfd4b1..c1900c2 100644 --- a/README.md +++ b/README.md @@ -161,6 +161,7 @@ Other useful servers for DevOps practitioners. - [semgrep/mcp-security-audit](https://github.com/semgrep/mcp-security-audit) - Scan code for security vulnerabilities using Semgrep - [mrexodia/ida-pro-mcp](https://github.com/mrexodia/ida-pro-mcp) - IDA Pro integration for binary analysis, disassembly, and malware report generation - [PipedreamHQ/pipedream](https://github.com/PipedreamHQ/pipedream/tree/master/modelcontextprotocol) - Connect with 2,500+ APIs with 8,000+ prebuilt tools +- [unitedideas/nothumansearch](https://nothumansearch.ai/mcp) - Search engine for agent-first tools. Indexes 1,900+ MCP servers, OpenAPI specs, and llms.txt endpoints scored by agentic readiness. Tools include `search_sites`, `verify_mcp` (live JSON-RPC probe to validate a URL actually implements MCP), and `list_categories`. Useful for DevOps folks picking MCP servers for a given stack. ## 🗄️ Databases