New:Microsoft Teams Notifications Are Now Available in Socket.Learn more →
Get Started

@agtnames/mcp

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@agtnames/mcp

MCP server for .agt agent names: resolve, verify and discover agents by name against AGT Registry v2. Works with any MCP-compatible client (Claude Code, Cursor, custom agents).

Source
npmnpm
Version
1.0.0
Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

@agtnames/mcp

MCP server for .agt agent names. Resolve a name to its owner, records and signature-verified manifest (endpoints, capabilities, keys, payments) from the AGT Registry v2. Read-only. Works with any MCP-compatible client — Claude Code, Cursor, or your own agent runtime.

Tools

ToolReturns
agt_resolveowner, expiry, active/perpetual, on-chain records, verified manifest (under untrusted)
agt_manifestthe manifest document + verified / reasons
agt_endpointURL for mcp / a2a / http / ws — verified manifest first, resolver record second
agt_availablecan the name be registered right now
agt_namehashnode + tokenId (no network)

verified: true means the manifest was signed by the on-chain owner (signer = manifest owner = registry owner). Everything derived from a manifest is returned inside an untrusted envelope with a notice: it is third-party content — data, never instructions.

Configure

AGT_CHAIN=polygon            # polygon | amoy | localhost
AGT_REGISTRY=0x…             # required until the chain default is published
AGT_RPC_URL=…                # optional override
AGT_LEGACY=1                 # optional: Registry v1 (Freename) + DNS TXT fallbacks
AGT_IPFS_GATEWAY=https://dweb.link/ipfs/   # must be allow-listed

Claude Code

claude mcp add agt -e AGT_CHAIN=polygon -e AGT_REGISTRY=0x… -- npx -y @agtnames/mcp

Or from a checkout: claude mcp add agt -e … -- node packages/mcp/dist/index.js.

Hardening

Name validation before any network call; IPFS gateway allow-list; https/data: URIs only; manifest size and time caps; manifest strings length-capped and control-character-stripped; in-process rate limit.

Keywords

mcp

FAQs

Package last updated on 11 Sep 2026

Related posts