-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathucp.json
More file actions
24 lines (24 loc) · 850 Bytes
/
ucp.json
File metadata and controls
24 lines (24 loc) · 850 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"ucp_version": "1.0.0",
"id": "multiversx-agent-connector",
"name": "MultiversX Agent Connector",
"description": "Official MultiversX Adapter for Agentic Payments",
"capabilities": {
"dev.ucp.discovery": {
"description": "Discover available commerce capabilities",
"endpoint": "/.well-known/ucp"
},
"dev.ucp.identity": {
"description": "Assert agent identity via MultiversX address",
"mcp_tool_name": "get_wallet_address"
},
"dev.ucp.payment.process": {
"description": "Process a payment on MultiversX blockchain",
"mcp_tool_name": "send_egld"
},
"dev.ucp.wallet.connect": {
"description": "Connect a MultiversX wallet",
"mcp_tool_name": "get_wallet_address"
}
}
}