@scriptmasterlabs/mcp-x402 2.0.1 → 2.0.2
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/package.json +2 -2
- package/server.json +16 -16
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@scriptmasterlabs/mcp-x402",
|
|
3
|
-
"version": "2.0.
|
|
4
|
-
"mcpName": "io.github.
|
|
3
|
+
"version": "2.0.2",
|
|
4
|
+
"mcpName": "io.github.Timwal78/mcp-x402",
|
|
5
5
|
"description": "The first MCP server that pays for itself. AI agents pay for ScriptMasterLabs data autonomously via x402.",
|
|
6
6
|
"main": "dist/server/index.js",
|
|
7
7
|
"types": "dist/server/index.d.ts",
|
package/server.json
CHANGED
|
@@ -1,47 +1,47 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
|
|
3
|
-
"name": "io.github.
|
|
4
|
-
"description": "43+ MCP tools
|
|
3
|
+
"name": "io.github.Timwal78/mcp-x402",
|
|
4
|
+
"description": "The x402 Amazon: 43+ MCP tools, pay-per-call. SEC, squeeze, options, FTD, XRPL/Base payments.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"url": "https://github.com/timwal78/SML_Portfolio",
|
|
7
7
|
"source": "github"
|
|
8
8
|
},
|
|
9
|
-
"
|
|
10
|
-
"version": "2.0.1"
|
|
11
|
-
},
|
|
9
|
+
"version": "2.0.2",
|
|
12
10
|
"packages": [
|
|
13
11
|
{
|
|
14
|
-
"
|
|
15
|
-
"
|
|
16
|
-
"version": "2.0.
|
|
17
|
-
"
|
|
18
|
-
"
|
|
19
|
-
|
|
12
|
+
"registryType": "npm",
|
|
13
|
+
"identifier": "@scriptmasterlabs/mcp-x402",
|
|
14
|
+
"version": "2.0.2",
|
|
15
|
+
"runtimeHint": "node",
|
|
16
|
+
"transport": {
|
|
17
|
+
"type": "stdio"
|
|
18
|
+
},
|
|
19
|
+
"environmentVariables": [
|
|
20
20
|
{
|
|
21
21
|
"name": "MCP_TRANSPORT",
|
|
22
22
|
"description": "Transport mode. Use 'sse' for HTTP server mode.",
|
|
23
|
-
"
|
|
23
|
+
"isRequired": false
|
|
24
24
|
},
|
|
25
25
|
{
|
|
26
26
|
"name": "SML_PAYMENT_RECEIVER",
|
|
27
27
|
"description": "USDC Base address to receive payments from agent tool calls.",
|
|
28
|
-
"
|
|
28
|
+
"isRequired": false
|
|
29
29
|
},
|
|
30
30
|
{
|
|
31
31
|
"name": "WALLET_SEED",
|
|
32
32
|
"description": "BIP-39 mnemonic for the server wallet. Auto-generated if not set.",
|
|
33
|
-
"
|
|
33
|
+
"isRequired": false
|
|
34
34
|
}
|
|
35
35
|
]
|
|
36
36
|
}
|
|
37
37
|
],
|
|
38
38
|
"remotes": [
|
|
39
39
|
{
|
|
40
|
-
"
|
|
40
|
+
"type": "sse",
|
|
41
41
|
"url": "https://mcp-x402.onrender.com/sse"
|
|
42
42
|
},
|
|
43
43
|
{
|
|
44
|
-
"
|
|
44
|
+
"type": "streamable-http",
|
|
45
45
|
"url": "https://mcp-x402.onrender.com/mcp"
|
|
46
46
|
}
|
|
47
47
|
]
|