Loading...
{
"mcpServers": {
"token-revoke-mcp": {
"command": "node",
"args": ["path/to/token-revoke-mcp/index.js"],
"env": {
"MORALIS_API_KEY": "your moralis api key",
"PRIVATE_KEY": "your wallet private key"
}
}
}
}fetch_token_approvalsRetrieves ERC20 token approvals for a wallet on a specified chain.
Read-only operation; no modification of blockchain state.
revoke_allowanceSubmits a transaction to revoke an ERC20 token allowance for a specific spender.
Writes to the blockchain, potentially incurring gas fees and altering token allowances.
check_transaction_statusVerifies the success or failure of a submitted transaction using its transaction hash.
Read-only operation; retrieves information about a transaction.
This server offers valuable token management features, but the risk associated with private key handling is significant. It's safe when used with strong key management practices and careful transaction verification. It's risky if the private key is exposed or transactions are executed without proper understanding.