# Token Safety & Contract Risk API MCP server

Token safety check — honeypot, tax, proxy, blacklist, risk score. GoPlus-powered. x402.

## Links
- Registry page: https://www.getdrio.com/mcp/io-github-br0ski777-token-safety
- Repository: https://github.com/Br0ski777/token-safety-x402
- Website: https://github.com/Br0ski777/token-safety-x402

## Install
- Endpoint: https://token-safety.api.klymax402.com/mcp
- Auth: Not captured

## Setup notes
- Remote endpoint: https://token-safety.api.klymax402.com/mcp

## Tools
- token_check_safety - Use this when you need to check if a token is safe before buying or interacting with it. Returns a comprehensive safety report in JSON.

1. isHoneypot: whether the token traps buyers (cannot sell)
2. ownershipRenounced: whether the contract owner has renounced control
3. isProxy: whether the contract is upgradeable (proxy risk)
4. buyTax: percentage tax on buy transactions
5. sellTax: percentage tax on sell transactions
6. maxTxPercent: maximum transaction size as percent of supply
7. liquidityLocked: whether liquidity is locked
8. hasBlacklist: whether contract has a blacklist function
9. holderCount: total number of token holders
10. riskScore: overall risk score (0=safe, 100=dangerous)

Example output: {"isHoneypot":false,"ownershipRenounced":true,"isProxy":false,"buyTax":0,"sellTax":0,"maxTxPercent":100,"liquidityLocked":true,"hasBlacklist":false,"holderCount":15420,"riskScore":12}

Use this BEFORE buying any new or unknown token. Essential for rug-pull protection and due diligence.

Do NOT use for token prices -- use dex_get_swap_quote instead. Do NOT use for wallet balance -- use wallet_get_portfolio instead. Do NOT use for holder distribution -- use token_get_holder_analysis instead. Endpoint: https://token-safety.api.klymax402.com/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: io.github.Br0ski777
- Version: 1.1.0
- Runtime: Sse
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: May 16, 2026
- Source: https://registry.modelcontextprotocol.io
