@arispay/payagent-mcp 3.1.0 → 3.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -108,6 +108,7 @@ Or invoke directly via `npx @arispay/payagent-mcp` from an MCP client config —
|
|
|
108
108
|
## Related
|
|
109
109
|
|
|
110
110
|
- [payagent](https://www.npmjs.com/package/payagent) — the SDK for programmatic use
|
|
111
|
+
- [facilitator.arispay.app](https://facilitator.arispay.app) — ArisPay's open x402 facilitator (USDC + EURC on Base), where paid 402s settle
|
|
111
112
|
- [x402 protocol](https://github.com/coinbase/x402) — HTTP 402 payment standard
|
|
112
113
|
|
|
113
114
|
## License
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@arispay/payagent-mcp",
|
|
3
|
-
"version": "3.1.
|
|
3
|
+
"version": "3.1.1",
|
|
4
4
|
"description": "MCP server that gives AI agents a wallet: pay x402 APIs (USD + EUR), check balances, self-onboard with one tool call. Use with Claude, Cursor, or any MCP client — delegated custody, no private keys on the agent.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|