-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathserver.json
More file actions
51 lines (51 loc) · 1.51 KB
/
server.json
File metadata and controls
51 lines (51 loc) · 1.51 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-10-17/server.schema.json",
"name": "com.wallet4agent/mcp-server",
"description": "Wallet4Agent is the identity layer for AI agents in the Agentic Web, aligned with the EUDI Wallet architecture. It enables AI agents to hold DIDs and Verifiable Credentials, receive cryptographic mandates, and act On-Behalf-Of humans and organizations through legally auditable delegation using SD-JWT VC, W3C JSON-LD, OIDC4VCI, OpenID4VP, and Linked Verifiable Presentations.",
"version": "1.4.0",
"homepage": "https://wallet4agent.com/",
"documentation": "https://wallet4agent.com/documentation/get_started",
"repository": {
"url": "https://github.com/TalaoDAO/connectors",
"source": "github"
},
"remotes": [
{
"type": "streamable-http",
"url": "https://wallet4agent.com/mcp",
"auth": {
"type": "bearer",
"scheme": "Bearer",
"header": "Authorization",
"description": "Send Authorization: Bearer <token> when calling the MCP endpoint."
}
}
],
"keywords": [
"Wallet4Agent",
"Agentic Web",
"A2A",
"MCP",
"DID",
"Verifiable Credentials",
"SD-JWT VC",
"JSON-LD",
"OIDC4VCI",
"OpenID4VP",
"Linked VP",
"eIDAS v2",
"identity",
"trust",
"verifier",
"data wallet",
"age verification",
"email verification",
"profile verification",
"QR",
"EUDI Wallet",
"Delegation",
"Mandate",
"On-Behalf-Of",
"Agent Identity"
]
}