x402-gateway-mcp 0.1.0 → 0.1.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/README.md +3 -0
- package/package.json +7 -2
package/README.md
CHANGED
|
@@ -41,6 +41,9 @@ new gateway endpoints appear automatically.
|
|
|
41
41
|
## Spend guardrails
|
|
42
42
|
|
|
43
43
|
- `MAX_PER_CALL_USD` (default **0.25**): tools priced above this are refused.
|
|
44
|
+
Note: the gateway's premium `/report/domain` dossier costs **$1.00** — set
|
|
45
|
+
`MAX_PER_CALL_USD=1.25` to enable it; the default deliberately keeps
|
|
46
|
+
premium tools opt-in.
|
|
44
47
|
- `MAX_SESSION_USD` (default **2.00**): cumulative settled spend per server
|
|
45
48
|
session; calls that would exceed it are refused with a clear message the
|
|
46
49
|
agent can relay. Restart the server to reset.
|
package/package.json
CHANGED
|
@@ -1,10 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "x402-gateway-mcp",
|
|
3
|
-
"version": "0.1.
|
|
4
|
-
"
|
|
3
|
+
"version": "0.1.2",
|
|
4
|
+
"mcpName": "io.github.Marysbrain/x402-gateway-mcp",
|
|
5
|
+
"description": "MCP server exposing every x402-gateway data endpoint as a tool, paying per call with a user-supplied wallet (USDC on Base via x402). Built-in per-call and per-session spend caps. Tools: crypto prices, DeFi TVL, on-chain DEX pools, gas, FX rates, US Treasury yields, US weather, WHOIS, DNS, email validation, web-to-markdown extraction, Hacker News, Wikipedia, npm/PyPI package health, token risk scoring, $1 domain dossier reports.",
|
|
5
6
|
"license": "MIT",
|
|
6
7
|
"type": "module",
|
|
7
8
|
"homepage": "https://gateway.stride20k.com",
|
|
9
|
+
"repository": {
|
|
10
|
+
"type": "git",
|
|
11
|
+
"url": "git+https://github.com/Marysbrain/x402-gateway-mcp.git"
|
|
12
|
+
},
|
|
8
13
|
"keywords": [
|
|
9
14
|
"mcp",
|
|
10
15
|
"mcp-server",
|