@zerodust/mcp-server 0.2.0 → 0.2.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/package.json +18 -3
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zerodust/mcp-server",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.1",
|
|
4
4
|
"mcpName": "io.github.andresdefi/zerodust",
|
|
5
|
-
"description": "MCP server
|
|
5
|
+
"description": "MCP server that lets an AI agent sweep its own wallet to exactly zero on 25+ EVM chains, with no gas left stranded.",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"bin": {
|
|
8
8
|
"zerodust-mcp": "dist/index.js"
|
|
@@ -28,7 +28,22 @@
|
|
|
28
28
|
"ethereum",
|
|
29
29
|
"eip-7702",
|
|
30
30
|
"sweep",
|
|
31
|
-
"blockchain"
|
|
31
|
+
"blockchain",
|
|
32
|
+
"ai-agent-tools",
|
|
33
|
+
"agent-wallet",
|
|
34
|
+
"autonomous-agent",
|
|
35
|
+
"onchain-agent",
|
|
36
|
+
"agent-tools",
|
|
37
|
+
"dust",
|
|
38
|
+
"gas",
|
|
39
|
+
"gas-token",
|
|
40
|
+
"multichain",
|
|
41
|
+
"cross-chain",
|
|
42
|
+
"evm",
|
|
43
|
+
"wallet",
|
|
44
|
+
"mcp-server",
|
|
45
|
+
"claude",
|
|
46
|
+
"claude-code"
|
|
32
47
|
],
|
|
33
48
|
"author": "",
|
|
34
49
|
"license": "MIT",
|