kukapay/token-revoke-mcp
An MCP server for checking and revoking ERC-20 token allowances across multiple blockchains.
Quick Start
Clone the repository:
git clone https://github.com/kukapay/token-revoke-mcpClaude Desktop configuration example:
{
"mcpServers": {
"token-revoke-mcp": {
"command": "npx",
"args": [
"-y",
"kukapay/token-revoke-mcp"
]
}
}
}Check the repository README for specific installation and configuration instructions.