{"id":49130526,"url":"https://github.com/unitedideas/nothumansearch","last_synced_at":"2026-05-01T13:00:32.370Z","repository":{"id":351337529,"uuid":"1209942623","full_name":"unitedideas/nothumansearch","owner":"unitedideas","description":"Search engine for AI agents — ranks sites by agentic readiness (llms.txt, OpenAPI, MCP, ai-plugin). MCP server, REST API, full-text search. 8,000+ indexed sites.","archived":false,"fork":false,"pushed_at":"2026-04-24T00:23:00.000Z","size":641,"stargazers_count":0,"open_issues_count":1,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-24T02:26:01.594Z","etag":null,"topics":["agent-discovery","agentic-ai","ai-agents","ai-plugin","ai-tools","anthropic","claude","fly-io","go","llms-txt","mcp","mcp-server","model-context-protocol","openapi","postgres","search-engine"],"latest_commit_sha":null,"homepage":"https://nothumansearch.ai","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/unitedideas.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-04-14T00:01:12.000Z","updated_at":"2026-04-24T00:23:05.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/unitedideas/nothumansearch","commit_stats":null,"previous_names":["unitedideas/nothumansearch"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/unitedideas/nothumansearch","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unitedideas%2Fnothumansearch","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unitedideas%2Fnothumansearch/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unitedideas%2Fnothumansearch/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unitedideas%2Fnothumansearch/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/unitedideas","download_url":"https://codeload.github.com/unitedideas/nothumansearch/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unitedideas%2Fnothumansearch/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32497815,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"online","status_checked_at":"2026-05-01T02:00:05.856Z","response_time":64,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["agent-discovery","agentic-ai","ai-agents","ai-plugin","ai-tools","anthropic","claude","fly-io","go","llms-txt","mcp","mcp-server","model-context-protocol","openapi","postgres","search-engine"],"created_at":"2026-04-21T18:00:42.283Z","updated_at":"2026-05-01T13:00:32.365Z","avatar_url":"https://github.com/unitedideas.png","language":"Go","funding_links":[],"categories":["Server Implementations","CI/CD \u0026 DevOps Pipelines","Harnesses \u0026 orchestration","The latest additions 🎉","📦 Other"],"sub_categories":["🔎 \u003ca name=\"search-and-data-extraction\"\u003e\u003c/a\u003eSearch \u0026 Data Extraction","🔗 Aggregators","Agent infrastructure"],"readme":"# Not Human Search\n\n[![NHS Agentic Readiness](https://nothumansearch.ai/badge/nothumansearch.ai.svg)](https://nothumansearch.ai/site/nothumansearch.ai)\n\n**Search engine for AI agents.** Indexes sites ranked by *agentic readiness* — llms.txt, OpenAPI, ai-plugin, MCP servers, and structured APIs.\n\n🌐 **Live site:** [nothumansearch.ai](https://nothumansearch.ai)\n🔌 **MCP server:** `claude mcp add --transport http nothumansearch https://nothumansearch.ai/mcp`\n📊 **Live score:** [nothumansearch.ai/score](https://nothumansearch.ai/score) — check any URL\n🛠 **API:** [nothumansearch.ai/api/v1/search?q=](https://nothumansearch.ai/api/v1/search?q=)\n\n## Why\n\nLLM agents and autonomous systems can't \"browse the web\" efficiently the way humans do. They need machine-readable signals — llms.txt, OpenAPI schemas, MCP endpoints, ai-plugin manifests. NHS is the first search engine that explicitly ranks by *how agent-friendly a site actually is*, not by traditional SEO.\n\n## What's indexed\n\n- **1,900+ agent-first sites** scored across 7 agentic signals (see `/api/v1/stats` for current live count)\n- **500+ MCP servers** with live JSON-RPC probe verification\n- **Agent-first filter** — every indexed site has at least one strong agent signal (llms.txt, ai-plugin, OpenAPI, structured API, MCP server)\n- Continuously refreshed via daily recrawl + weekly auto-discovery pipeline\n\n## Scoring (max 100)\n\n| Signal         | Points |\n|----------------|--------|\n| llms.txt       | 25 |\n| ai-plugin.json | 20 |\n| OpenAPI spec   | 20 |\n| Structured API | 15 |\n| MCP server     | 10 |\n| robots.txt     | 5  |\n| Schema.org     | 5  |\n\n## How to use it\n\n**As an agent (MCP):**\n```\nclaude mcp add --transport http nothumansearch https://nothumansearch.ai/mcp\n```\nTools include `search_agents`, `find_mcp_servers`, `verify_mcp`, `check_url`, `recent_additions`, `list_categories`, `get_top_sites`, `get_site_details`, `get_stats`, `submit_site`, `register_monitor`. Current full list: `curl https://nothumansearch.ai/mcp -d '{\"jsonrpc\":\"2.0\",\"id\":1,\"method\":\"tools/list\"}'`.\n\n**As a developer (HTTP API):**\n```bash\ncurl \"https://nothumansearch.ai/api/v1/search?q=payments\u0026limit=10\"\n```\n\n**As a human:** just visit [nothumansearch.ai](https://nothumansearch.ai).\n\n**Scoring your own site:** [nothumansearch.ai/score](https://nothumansearch.ai/score) — paste a URL, get a breakdown + embed badge.\n\n## Stack\n\n- Go 1.25 + Postgres on Fly.io (sjc)\n- Single binary server + crawler\n- MCP over streamable-http at `/mcp`\n- IndexNow pings Bing/Yandex on every crawl cycle\n\n## Related\n\n- **[aidevboard.com](https://aidevboard.com)** — AI Dev Jobs board (REST API + MCP; live listing count at `/api/v1/stats`)\n- **[8bitconcepts.com](https://8bitconcepts.com)** — Research papers on enterprise AI adoption\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Funitedideas%2Fnothumansearch","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Funitedideas%2Fnothumansearch","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Funitedideas%2Fnothumansearch/lists"}