RankCLI
v0.0.6
io.github.integrallis/rankcli-mcp-server
Free, local SEO + GEO audits for AI assistants - no signup, nothing leaves your machine.
io.github.andresdefi/zerodust · v0.3.1
Recover stranded native gas: empty a chain's balance to exactly zero on 25 EVM chains.
zerodust 是一个MCP Server,收录自 官方 MCP Registry。支持 streamable-http、stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。
选择你的平台查看安装方式
{
"mcpServers": {
"zerodust": {
"command": "npx",
"args": [
"-y",
"@zerodust/mcp-server"
]
}
}
}ZERODUST_API_URL可选Custom API URL (defaults to https://api.zerodust.xyz)
ZERODUST_API_KEY可选secretAPI key for higher rate limits. An agent can issue itself one with the zerodust_register_api_key tool, with no human signup step.
ZERODUST_ALLOW_EXECUTE可选Set to "true" to enable the sweep tools. Sweeping moves real funds, so it is off by default and also requires one of the four signing-key variables below.
ZERODUST_SIGNER_MODULE可选Path or specifier of a module whose default export returns a viem LocalAccount. This is how Turnkey, Privy, AWS KMS or any other custody service is used, without a raw key ever reaching this server. Preferred over ZERODUST_PRIVATE_KEY.
ZERODUST_KEYSTORE_FILE可选Path to an encrypted V3 keystore (as produced by `cast wallet import` or geth). Requires ZERODUST_KEYSTORE_PASSWORD_FILE or ZERODUST_KEYSTORE_PASSWORD.
ZERODUST_KEYSTORE_PASSWORD_FILE可选Path to a file containing the keystore password, so the password never enters the MCP config.
ZERODUST_KEYSTORE_PASSWORD可选secretKeystore password inline. Prefer ZERODUST_KEYSTORE_PASSWORD_FILE.
ZERODUST_PRIVATE_KEY_FILE可选Path to a file containing a hex private key, so the key stays out of the MCP config.
ZERODUST_PRIVATE_KEY可选secretPrivate key for the agent's own wallet, inline. Used locally to sign the EIP-7702 authorization and EIP-712 sweep intent; never transmitted, only the resulting signatures are sent. The signer-module, keystore and key-file options above keep it out of your config entirely.
ZERODUST_ALLOWED_DESTINATIONS可选Comma-separated allowlist of sweep destinations. When unset, funds can only be swept to the agent's own address.
v0.0.6
io.github.integrallis/rankcli-mcp-server
Free, local SEO + GEO audits for AI assistants - no signup, nothing leaves your machine.
v0.99.26
io.github.anulum/synapse-channel
Local-first multi-agent coordination for messages, leases, shared plans, status, and resources.
v1.8.0
io.github.wstierhout/ableton-live-mcp
Control Ableton Live with 156 typed tools for music production and offline .als analysis.
v0.10.0
finance.fibrous/fibx
Swap, transfer, portfolio and Aave V3 on Base, HyperEVM and Monad, with the FibX app as MCP Apps UI.
v0.3.5
io.github.JacobiusMakes/parlayapi
Sports odds, player props and source coverage for AI assistants. Connect with your own API key.
v0.1.139
io.github.r2cuerdame/codesamplex
Compatibility evidence from real builds: does this library API work on your versions and runtime?
{
"id": "io.github.andresdefi/zerodust",
"type": "mcp-server",
"version": "0.3.1",
"displayName": "zerodust",
"description": "Recover stranded native gas: empty a chain's balance to exactly zero on 25 EVM chains.",
"repository": {
"url": "https://github.com/andresdefi/zerodust",
"source": "github"
},
"distribution": {
"packages": [
{
"registryType": "npm",
"identifier": "@zerodust/mcp-server",
"version": "0.3.1",
"transport": "stdio",
"environmentVariables": [
{
"name": "ZERODUST_API_URL",
"description": "Custom API URL (defaults to https://api.zerodust.xyz)"
},
{
"name": "ZERODUST_API_KEY",
"description": "API key for higher rate limits. An agent can issue itself one with the zerodust_register_api_key tool, with no human signup step.",
"isSecret": true
},
{
"name": "ZERODUST_ALLOW_EXECUTE",
"description": "Set to \"true\" to enable the sweep tools. Sweeping moves real funds, so it is off by default and also requires one of the four signing-key variables below."
},
{
"name": "ZERODUST_SIGNER_MODULE",
"description": "Path or specifier of a module whose default export returns a viem LocalAccount. This is how Turnkey, Privy, AWS KMS or any other custody service is used, without a raw key ever reaching this server. Preferred over ZERODUST_PRIVATE_KEY."
},
{
"name": "ZERODUST_KEYSTORE_FILE",
"description": "Path to an encrypted V3 keystore (as produced by `cast wallet import` or geth). Requires ZERODUST_KEYSTORE_PASSWORD_FILE or ZERODUST_KEYSTORE_PASSWORD."
},
{
"name": "ZERODUST_KEYSTORE_PASSWORD_FILE",
"description": "Path to a file containing the keystore password, so the password never enters the MCP config."
},
{
"name": "ZERODUST_KEYSTORE_PASSWORD",
"description": "Keystore password inline. Prefer ZERODUST_KEYSTORE_PASSWORD_FILE.",
"isSecret": true
},
{
"name": "ZERODUST_PRIVATE_KEY_FILE",
"description": "Path to a file containing a hex private key, so the key stays out of the MCP config."
},
{
"name": "ZERODUST_PRIVATE_KEY",
"description": "Private key for the agent's own wallet, inline. Used locally to sign the EIP-7702 authorization and EIP-712 sweep intent; never transmitted, only the resulting signatures are sent. The signer-module, keystore and key-file options above keep it out of your config entirely.",
"isSecret": true
},
{
"name": "ZERODUST_ALLOWED_DESTINATIONS",
"description": "Comma-separated allowlist of sweep destinations. When unset, funds can only be swept to the agent's own address."
}
]
}
],
"remotes": [
{
"transport": "streamable-http",
"url": "https://api.zerodust.xyz/mcp"
}
]
},
"dependencies": [],
"installTargets": [
"claude-code",
"claude-desktop",
"cursor",
"vscode",
"trae",
"cherry-studio",
"lingma",
"windsurf",
"cline",
"workbuddy"
],
"keywords": [],
"provenance": {
"origin": "official-mcp-registry",
"originalId": "io.github.andresdefi/zerodust",
"originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.andresdefi%2Fzerodust/versions/latest",
"isOfficial": true,
"status": "active"
}
}