-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathserver.json
More file actions
36 lines (36 loc) · 1023 Bytes
/
Copy pathserver.json
File metadata and controls
36 lines (36 loc) · 1023 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
25
26
27
28
29
30
31
32
33
34
35
36
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.up2itnow0822/agentpay",
"description": "Non-custodial x402 payment MCP server for AI agents. Wallets and payments on 17 chains.",
"repository": {
"url": "https://github.com/up2itnow0822/agentpay-mcp",
"source": "github"
},
"version": "3.1.0",
"packages": [
{
"registryType": "npm",
"identifier": "agentpay-mcp",
"version": "3.1.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Private key for the agent wallet (hex string)",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "AGENT_PRIVATE_KEY"
},
{
"description": "Base RPC URL for on-chain operations",
"isRequired": false,
"format": "string",
"isSecret": false,
"name": "BASE_RPC_URL"
}
]
}
]
}