-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathserver.json
More file actions
43 lines (43 loc) · 1.19 KB
/
Copy pathserver.json
File metadata and controls
43 lines (43 loc) · 1.19 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
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.Evozim/m2mcent",
"description": "x402 payment wrapper for AI Agents and MCP Servers. USDC settlements on Base L2.",
"repository": {
"url": "https://github.com/Evozim/m2mcent-sdk",
"source": "github"
},
"version": "1.0.3",
"packages": [
{
"registryType": "npm",
"identifier": "m2mcent-sdk",
"version": "1.0.2",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Base Mainnet RPC endpoint URL",
"isRequired": true,
"format": "string",
"isSecret": false,
"name": "BASE_RPC_URL"
},
{
"description": "Relayer wallet private key for on-chain settlement",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "RELAYER_PRIVATE_KEY"
},
{
"description": "Treasury wallet address to receive payments",
"isRequired": true,
"format": "string",
"isSecret": false,
"name": "TREASURY_ADDRESS"
}
]
}
]
}