← Back to Paper List

Agent Name Service (ANS): A Universal Directory for Secure AI Agent Discovery and Interoperability

Ken Huang, Vineeth Sai Narajala, I. Habler, Akram Sheriff
DistributedApps.ai, Amazon Web Services, Intuit, Cisco Systems
International Conference on Applied Informatics and Communication (2025)
Agent Benchmark

📝 Paper Summary

Agent discovery Agent interoperability Agent security
ANS provides a secure, DNS-like directory service for AI agents that binds human-readable names to cryptographic identities and capabilities, enabling trusted discovery across heterogeneous agent protocols.
Core Problem
Current service discovery mechanisms like DNS map names to addresses but lack the semantic granularity, identity verification, and lifecycle management required for autonomous AI agents to trust and interact with one another.
Why it matters:
  • Traditional DNS lacks built-in verification for agent capabilities or identities, creating security risks in automated agent-to-agent interactions.
  • Emerging protocols (A2A, MCP, ACP) are fragmented; without a universal registry, agents cannot securely discover counterparts across different ecosystems.
  • Autonomous agents need robust mechanisms to verify that a target agent actually possesses claimed capabilities before sharing sensitive data.
Concrete Example: An agent seeking a 'Sentiment Analysis' tool might find an endpoint via DNS, but cannot verify if the provider is legitimate or malicious. Without ANS, the agent blindly connects. With ANS, it verifies the target's PKI certificate and capability attestation before interaction.
Key Novelty
DNS-inspired Public Key Infrastructure for Agents
  • Introduces a 'Agent Name Service' (ANS) that maps human-readable names (e.g., `mcp://agent.provider.v1`) to verifiable endpoints containing cryptographic keys and capability metadata.
  • Integrates a Protocol Adapter Layer to translate diverse agent protocols (MCP, A2A, ACP) into a unified registry format, allowing cross-ecosystem discovery.
Architecture
Architecture Figure Figure 1
The high-level architecture of the ANS ecosystem.
Evaluation Highlights
  • Defines a formal `ANSName` schema combining Protocol, AgentID, Capability, Provider, and Version to ensure unique, resolvable identities.
  • Establishes a challenge-response verification mechanism where agents must prove capabilities (e.g., via Zero-Knowledge Proofs) during the resolution process.
  • Implements a caching strategy with a recommended default Time-To-Live (TTL) of 300 seconds to balance load and security.
Breakthrough Assessment
7/10
Provides a necessary infrastructure layer for the maturing agent ecosystem. While not an algorithmic breakthrough, it proposes a critical standard for interoperability and trust.
×