-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathagentpay-paid-proxy-discovery-listing.json
More file actions
42 lines (42 loc) · 1.52 KB
/
agentpay-paid-proxy-discovery-listing.json
File metadata and controls
42 lines (42 loc) · 1.52 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
{
"name": "agentpay-mcp",
"title": "AgentPay MCP",
"role": "buyer-side x402 payment-control layer for paid MCP tools",
"package": "agentpay-mcp",
"mcp_name": "io.github.up2itnow0822/agentpay",
"repository": "https://github.com/up2itnow0822/agentpay-mcp",
"npm": "https://www.npmjs.com/package/agentpay-mcp",
"install": {
"command": "npx",
"args": ["agentpay-mcp"],
"required_env": ["AGENT_PRIVATE_KEY", "AGENT_WALLET_ADDRESS", "CHAIN_ID", "RPC_URL"]
},
"supports": [
"MCP",
"x402 payment execution",
"human approval",
"per-transaction spend caps",
"daily spend caps",
"receipt logging",
"manifest freshness checks",
"provider-health checks",
"quality-threshold checks"
],
"does_not_provide": [
"managed custody",
"pooled SaaS token custody",
"automatic non-EVM signing",
"task outcome verification",
"reputation scoring as payment approval"
],
"proofs": [
"docs/agentpay-five-tool-parity-proof.md",
"docs/agentpay-escrow-reputation-boundary.md",
"docs/paid-mcp-proxy-discovery-readiness.md",
"docs/agentpay-machine-payment-directory-listing.json",
"docs/x402-dynamic-paid-mcp-manifest-drift.md",
"docs/paid-provider-health-proof.md",
"docs/paid-tool-quality-thresholds.md"
],
"settlement_wording": "Buyer-side x402 payment controls with local non-custodial signing. Base/USDC-oriented production signing; unsupported non-EVM rails fail closed until signer, asset, receipt, refund, and settlement semantics are implemented."
}