From cad82ded522a3334a528ebf4a83046314917fc60 Mon Sep 17 00:00:00 2001 From: mrenzo20 Date: Thu, 23 Jul 2026 09:28:44 +0200 Subject: [PATCH] Add Desvela ARD Registry to agent-finders.json --- agent-finders.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/agent-finders.json b/agent-finders.json index 94fd5e1..4af90c2 100644 --- a/agent-finders.json +++ b/agent-finders.json @@ -15,6 +15,13 @@ "description": "Hugging Face's discovery service for agentic resources.", "search": "https://huggingface-hf-discover.hf.space/search", "mcp": "https://huggingface-hf-discover.hf.space/mcp" + }, + { + "id": "desvela", + "name": "Desvela ARD Registry", + "description": "Neutral registry of the agent-readable web, crawled from the Tranco top-100K. Not tied to a single vendor ecosystem.", + "search": "https://registry.desvela.dev/search", + "mcp": "https://registry.desvela.dev/mcp" } ] }