@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.
Files changed (2) hide show
  1. package/package.json +2 -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.1",
4
- "mcpName": "io.github.timwal78/mcp-x402",
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.timwal78/mcp-x402",
4
- "description": "43+ MCP tools covering SEC filings, squeeze signals, options flow, FTD data, XRPL/Base payments, agent identity, memecoin launchpad, copy-trading, web crawling, and BYOK LLM proxy. Pay per call via x402 micropayments — no API keys, no subscriptions.",
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
- "version_detail": {
10
- "version": "2.0.1"
11
- },
9
+ "version": "2.0.2",
12
10
  "packages": [
13
11
  {
14
- "registry_name": "npm",
15
- "name": "@scriptmasterlabs/mcp-x402",
16
- "version": "2.0.1",
17
- "runtime_hint": "node",
18
- "package_arguments": [],
19
- "environment_variables": [
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
- "required": false
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
- "required": false
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
- "required": false
33
+ "isRequired": false
34
34
  }
35
35
  ]
36
36
  }
37
37
  ],
38
38
  "remotes": [
39
39
  {
40
- "transport_type": "sse",
40
+ "type": "sse",
41
41
  "url": "https://mcp-x402.onrender.com/sse"
42
42
  },
43
43
  {
44
- "transport_type": "streamable_http",
44
+ "type": "streamable-http",
45
45
  "url": "https://mcp-x402.onrender.com/mcp"
46
46
  }
47
47
  ]