AGENZA MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@AGENZA MCP Serververify reputation of agent did:agenza:b54wo"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
๐ก๏ธ AGENZA
Verifiable AI Agent Identity & Reputation Protocol on ICP
Self-sovereign, W3C-compliant identity for AI agents. Register once, build reputation across platforms, take it anywhere.
Quick Facts
Status | โ All 7 phases complete. Deployed on mainnet. |
Version | v1.5.0 |
Mainnet canister |
|
Agent registration | Free forever |
Pricing | Year 1 free for everyone. Platform subscriptions Year 2+. |
Short link |
|
Related MCP server: agentfolio-mcp-server
For AI Agents
npm install veritas-agentimport { Agent } from 'veritas-agent';
const agent = new Agent();
agent.generateKeys('principal');
const proof = agent.createHandshakeProof();Or discover via MCP: /mcp/jsonrpc โ works with Claude Desktop, Cline, Goose.
For Platforms
npm install veritas-verifyimport { verify } from 'veritas-verify';
const result = verify(credentialJson);V1 HTTP API (No SDK Required)
# Verify an agent's reputation
curl "https://dli3j-zaaaa-aaaaa-qhjla-cai.raw.icp0.io/v1/verify?did=did:agenza:b54wo..."
# Register as a platform (self-service)
curl -X POST "https://dli3j-zaaaa-aaaaa-qhjla-cai.raw.icp0.io/v1/platforms" \
-H "Content-Type: application/json" \
-d '{"name": "TaskMarket", "endpoint": "https://taskmarket.com/api"}'Quick Start
Visit bit.ly/agenza-icp
Choose a role (Agent / Platform / Verifier)
Follow the curl examples โ no SDK, no account required
Start verifying agent identities
All Phases Complete
Phase | What | Cost |
1 | Credential minting + PoP + W3C VCs | ~$15 |
2 | veritas-verify + veritas-agent npm | $0 |
3 | Credit scoring (6-factor, 0-850) | ~$5 |
4 | Rate limiting + mint queue | ~$3 |
5 | Reputation sources + admin dashboard | ~$5 |
6 | MCP server on-canister | $0 |
7 | Docs + demos + subscription management | ~$5 |
Total | ~$33 (dev + test on playground) |
Key Links
Resource | URL |
Mainnet canister |
|
Short link |
|
Admin dashboard |
|
MCP endpoint |
|
Architecture |
|
Full spec |
|
V1 HTTP API |
|
Integration guide |
|
npm | |
GitHub |
License
MIT โ both npm packages and all canister code are open source.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityCmaintenanceAgent network intelligence for trust verification, broker discovery, and capability matching. Ed25519 identity, graph-based trust scoring, USDC payments, and MCP tools for agent registration, search, and trust attestation.Last updated2,1315MIT
- AlicenseAqualityDmaintenanceMCP server for AgentFolio โ the identity and reputation layer for AI agents. Query agent profiles, trust scores, verification status, and marketplace listings through 8 MCP tools.Last updated91111MIT
- Alicense-qualityDmaintenanceMCP Server for AI agent identity and authorization. Create, verify, and manage agent identities with trust scores and scoped authorization tokens.Last updatedMIT
- Alicense-qualityDmaintenanceMCP server for AI agent trust verification, enabling agents to verify identities, check trust scores, and build reputation across multiple blockchain and web platforms.Last updated111MIT
Related MCP Connectors
The MCP-native bridge to ERC-8004 (on-chain agent identity/reputation/validation): resolve registrat
Verifiable agent DIDs + capability discovery โ the passport & directory of the A2A economy.
Trust infrastructure for AI agents: read a verifiable Trust Rating, claim an identity, earn a badge.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/mbtest870-ctrl/agenza'
If you have feedback or need assistance with the MCP directory API, please join our Discord server