Token Revoke MCP

Check and revoke ERC-20 token allowances to secure wallets. Scan for risky unlimited approvals and generate revocation transactions.

yejiming 66217f0 2 files · 1.1 KB Updated

File contents

Token Revoke MCP

MCP server for checking and revoking ERC-20 token allowances.

Enables AI agents to scan wallet addresses for ERC-20 token allowances, identify risky unlimited approvals, and generate revocation transactions to secure user wallets. Helps protect against exploits targeting stale or excessive token approvals.

Installation

{
  "mcpServers": {
    "token-revoke": {
      "command": "npx",
      "args": ["-y", "token-revoke-mcp"]
    }
  }
}

Features

  • Scan all ERC-20 approvals for a wallet address
  • Identify unlimited and risky allowances
  • Generate revocation transactions
  • Multi-chain support (Ethereum, Polygon, Arbitrum, etc.)

Links

yejiming/web3-awesome-skills/tree/main/skills/community/defi/token-revoke-mcp commit 66217f0857

Frequently asked questions

npx skillmds@latest add yejiming/token-revoke-mcp