kukapay/token-revoke-mcp
by Various
An MCP server for checking and revoking ERC-20 token allowances across multiple blockchains.
MCP
kukapay/token-revoke-mcp
Added 1 June 2026
Overview
An MCP server that checks and revokes ERC-20 token allowances across multiple blockchains. It provides a programmatic interface for managing token spending approvals, enabling automation of security audits and cleanup.
Best for
Best for
Developers needing automated token allowance management in MCP-enabled environments
Use cases
- Inspect token allowances on Ethereum and other EVM chains
- Revoke unused or excessive token approvals
- Integrate token allowance management into automated workflows
How to use
Install
npm install Tools exposed
node
Example client config
{\n "mcpServers": {\n "token-revoke-mcp": {\n "command": "node",\n "args": ["path/to/token-revoke-mcp/index.js"],\n "env": {\n "MORALIS_API_KEY": "your moralis api key",\n "PRIVATE_KEY": "your wallet private key"\n }\n }\n }\n} Notes
An MCP server that checks and revokes ERC-20 token allowances across multiple blockchains. It provides a programmatic interface for managing token spending approvals, enabling automation of security audits and cleanup.
3 stars on GitHub. Last updated 2025-03-28. Licensed MIT.
Use cases
- Inspect token allowances on Ethereum and other EVM chains
- Revoke unused or excessive token approvals
- Integrate token allowance management into automated workflows
Pros
- Supports multiple EVM-compatible blockchains
- Open source JavaScript implementation
- Addresses a key DeFi security concern
Cons
- Limited adoption reflected in 3 GitHub stars
- Requires an MCP-compatible client to operate
- Only supports ERC-20 token allowances
Indexed from awesome-mcp-servers-punkpeye and enriched against its public facts.
Pros
- Supports multiple EVM-compatible blockchains
- Open source JavaScript implementation
- Addresses a key DeFi security concern
Cons
- Limited adoption reflected in 3 GitHub stars
- Requires an MCP-compatible client to operate
- Only supports ERC-20 token allowances
Pairs with
Other entries in the index that connect to this one. Click through to see the chain.
Get the free Developer’s Field Guide
A 27-page field guide to the AI coding workflow with Claude. Claude Code, MCP servers, the prompt patterns that work, and what to delegate. Free.
Enter your work email. We send it straight over, plus a few short notes worth knowing. Unsubscribe any time.