AGENZA MCP Server
Click on "Deploy 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 deployed
Maintenance
Related MCP Connectors
Hosted MCP server for AI agent identity, permissions, verification, and reusable proof.
MCP-native Trust Infrastructure for AI Agents. Persistent encrypted memory with Trust Quotient.
Tamper-evident proof creation and verification for AI agents via MCP, A2A, and REST.
AI agent registry โ search, discover, register, and connect agents via MCP.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceAgent 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.7715MIT
- AlicenseAqualityCmaintenanceMCP 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.9881MIT
- AlicenseNot gradedqualityDmaintenanceMCP Server for AI agent identity and authorization. Create, verify, and manage agent identities with trust scores and scoped authorization tokens.MIT
- AlicenseAqualityDmaintenanceMCP server for AI agent trust verification, enabling agents to verify identities, check trust scores, and build reputation across multiple blockchain and web platforms.1251MIT