@pincerpay/mcp 0.1.0 → 0.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 +5 -0
- package/package.json +13 -3
package/README.md
CHANGED
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
# @pincerpay/mcp
|
|
2
2
|
|
|
3
|
+
[](https://www.npmjs.com/package/@pincerpay/mcp)
|
|
4
|
+
[](https://www.npmjs.com/package/@pincerpay/mcp)
|
|
5
|
+
[](https://github.com/ds1/pincerpay/blob/master/LICENSE)
|
|
6
|
+
[](https://www.typescriptlang.org/)
|
|
7
|
+
|
|
3
8
|
MCP server for [PincerPay](https://pincerpay.com) — on-chain USDC payment gateway for AI agents using the [x402 protocol](https://x402.org).
|
|
4
9
|
|
|
5
10
|
Works with Claude, Cursor, Windsurf, GitHub Copilot, Replit, and any MCP-compatible client.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pincerpay/mcp",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "MCP server for PincerPay — on-chain USDC payment gateway for AI agents",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"dependencies": {
|
|
31
31
|
"@modelcontextprotocol/sdk": "^1.26",
|
|
32
32
|
"zod": "^3.24",
|
|
33
|
-
"@pincerpay/core": "0.1.
|
|
33
|
+
"@pincerpay/core": "0.1.1"
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {
|
|
36
36
|
"@types/node": "^22",
|
|
@@ -43,6 +43,7 @@
|
|
|
43
43
|
"README.md",
|
|
44
44
|
"LICENSE"
|
|
45
45
|
],
|
|
46
|
+
"mcpName": "pincerpay-mcp",
|
|
46
47
|
"keywords": [
|
|
47
48
|
"mcp",
|
|
48
49
|
"model-context-protocol",
|
|
@@ -53,7 +54,16 @@
|
|
|
53
54
|
"ai-agents",
|
|
54
55
|
"solana",
|
|
55
56
|
"payment-gateway",
|
|
56
|
-
"stablecoin"
|
|
57
|
+
"stablecoin",
|
|
58
|
+
"typescript",
|
|
59
|
+
"web3",
|
|
60
|
+
"crypto",
|
|
61
|
+
"on-chain",
|
|
62
|
+
"http-402",
|
|
63
|
+
"claude",
|
|
64
|
+
"cursor",
|
|
65
|
+
"copilot",
|
|
66
|
+
"ai-tools"
|
|
57
67
|
],
|
|
58
68
|
"license": "MIT",
|
|
59
69
|
"publishConfig": {
|