Token Revoke MCP

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

jiayaoqijia 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

jiayaoqijia/cryptoskill/tree/main/skills/defi/token-revoke-mcp commit 66217f0857

Frequently asked questions

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