Sdk
Freeby MCP Community
Official Agent SDK for the Agentic Name Service (ANS) — orchestrates MCP tool calls across Gateway and Guardian for trilateral authentication
v0.2.0Added Apr 12, 2026
agentic-name-serviceansmcpagent-authenticationtrilateral-handshake
Sdk MCP Server
Official Agent SDK for the Agentic Name Service (ANS) — orchestrates MCP tool calls across Gateway and Guardian for trilateral authentication
Installation
npx -y @agentic-name-service/sdk
Reviews
Installation
Quick install
npx -y @agentic-name-service/sdk
Add to claude_desktop_config.json
{
"mcpServers": {
"sdk": {
"command": "npx",
"args": ["-y", "@agentic-name-service/sdk"]
}
}
}