token_risk_evm
Pack: token-risk · Endpoint: https://gateway.pipeworx.io/token-risk/mcp
Rug-pull / honeypot / scam RISK SCREENING for an EVM token (Ethereum, BSC, Base, Arbitrum, Polygon, Optimism, Avalanche, and more). Pass the token CONTRACT ADDRESS and the chain. Detects honeypots (can you actually sell?), buy/sell tax, mintable supply, hidden/renounceable owner, owner-can-change-balances, blacklist/whitelist controls, proxy/upgradeable code, unverified source, and holder concentration — the standard rug-pull red flags. Returns a computed red_flags[] list plus the raw GoPlus Security facts. Keyless, live on-chain. Use before buying/interacting with any token, or for “is $TOKEN a scam / honeypot / safe?”.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
contract_address | string | yes | The token contract address (0x…). |
chain | string | no | Chain name (ethereum, bsc, base, arbitrum, polygon, optimism, avalanche, …) or a numeric GoPlus chain_id. Default ethereum. |
Example call
curl -X POST https://gateway.pipeworx.io/token-risk/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"token_risk_evm","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"token-risk": {
"url": "https://gateway.pipeworx.io/token-risk/mcp"
}
}
}
See Getting Started for client-specific install steps.