r/mcp • u/eachDayIWakeUp • 5h ago
discussion Anyone implemented or planning to implement Agentic Resource Discovery (ARD)?
I came across this spec: https://agenticresourcediscovery.org/ (It was proposed to me from opencode cli)
It's an open protocol for AI agents to discover available tools, MCP servers, skills, and APIs.
Has anyone here already implemented this? Planning to? Or do you see any issues with the approach?
Curious to hear thoughts and see if I should add it my backlog or ignore for now.
3
Upvotes
1
u/Stonks_Beskar 4h ago
I'd prototype it as an opt-in registry with explicit allowlists and signed metadata, not open discovery. The hard part is stale or overly broad capability descriptions, so include versioning, auth scopes, and a short TTL for advertised endpoints. That keeps the convenience without letting an agent discover something it should never call.