Agent Chain
Web4 Blockchain AI Agent Ecosystem
12 Products. One API Key.
One Blockchain. Immutable L1 for agent verification, identification, protection, and commerce.
One Marketplace. Buy, sell, trade AI Agents, skills, tools, and more on chain.
Complete Agent Verification. Cryptographic NFT-based license identity verified on chain.
Full Threat Protection. Real-time agent scanning, firewall, honeypot defense, and threat intelligence on chain.
Simple, Transparent Pricing
Start free. Scale as you grow. 10% off annual billing. Crypto payments accepted.
✓ MCP + CLI + SDK
✓ 100 ACC credits/month
✓ 200 ACC credits/month
✓ $1.00 / 1K calls
✓ 300 ACC credits/month
✓ $0.75 / 1K calls
✓ 400 ACC credits/month
✓ $0.67 / 1K calls
✓ 500 ACC credits/month
✓ $0.67 / 1K calls
✓ 600 ACC credits/month
✓ $0.63 / 1K calls
✓ 1,000 ACC credits/month
✓ $0.50 / 1K calls
Start in 30 Seconds
One API key works across REST, SDK, MCP, and CLI
curl -X POST https://api.agent-chain.io/v1/verify \
-H "Authorization: Bearer ac_live_xxx" \
-d '{"did": "did:agent:abc123"}'
import { AgentChain } from '@agent-chain/sdk';
const ac = new AgentChain({ apiKey: 'ac_live_xxx' });
const result = await ac.verify('did:agent:abc123');
// full MCP toolset auto-available
"agentChain": {
"command": "npx",
"args": ["@agent-chain/mcp-server"]
}
$ npm i -g @agent-chain/cli
$ agc verify did:agent:abc123
$ agc scan "Check this Agent output"
$ agc full-check did:agent:abc123