MCP server for verifying EUDI/Talao wallet data via OIDC4VP (pull) for AI agents.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"com-wallet-connectors-wallet-verifier-mcp": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Wallet4Agent provides the trust layer that AI Agents need to operate safely in the real world. This document explains the technical components, standards, and identity mechanisms behind the platform.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in ai-ml / security
Dynamic problem-solving through sequential thought chains
Persistent memory using a knowledge graph
Workspace template + MCP server for Claude Code, Codex CLI, Cursor & Windsurf. Multi-agent knowledge engine (ag-refresh / ag-ask) that turns any codebase into a queryable AI assistant.
🌊 The leading agent orchestration platform for Claude. Deploy intelligent multi-agent swarms, coordinate autonomous workflows, and build conversational AI systems. Features enterprise-grade architecture, distributed swarm intelligence, RAG integration, and native Claude Code / Codex Integration
MCP Security Weekly
Get CVE alerts and security updates for com.wallet-connectors/wallet-verifier-mcp and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Wallet4Agent provides the trust layer that AI Agents need to operate safely in the real world.
This document explains the technical components, standards, and identity mechanisms behind the platform.
AI Agents increasingly take actions, access data, and collaborate.
To do this safely, they must be able to:
Wallet4Agent provides AI Agents with:
Everything is standards‑based and interoperable.
Wallet4Agent is built with three coordinated layers:
POST https://wallet4agent.com/mcpManages:
Supports:
All complex cryptographic and identity logic stays in Wallet4Agent.
Your agent simply calls MCP tools.
Each AI Agent receives a Decentralized Identifier (DID) compliant with the W3C DID Core specification.
Wallet4Agent supports two DID methods:
A DID anchored on a domain.
did:web:wallet4agent.com:<agent-id>
⭐ Characteristics:
https://wallet4agent.com/did/<agent-id>🔗 DID:web specification:
https://www.w3.org/TR/did-spec-registries/#did-method-web
A DID anchored on the Cheqd decentralized ledger.
did:cheqd:<network>:<identifier>
⭐ Characteristics:
🔗 DID:cheqd specification:
https://docs.cheqd.io/identity/
Regardless of DID method, the DID Document exposes:
DID Documents are automatically updated when:
External agents and services use the DID Document to verify signatures, credentials, and linked proofs.
Linked VP allows Wallet4Agent to publish verifiable credentials inside the DID Document as references.
Why this matters: