token-safety
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@token-safetyCheck safety of 0x1f9840a85d5aF5bf1D1762F925BDADdC4201F984"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Token Safety & Contract Risk API
Token contract safety scanner -- honeypot, tax, proxy, blacklist, ownership. Rug-pull protection for agents. Pay-per-call via x402 (USDC on Base L2) -- no API key, no signup, no rate-limit wall.
Part of the klymax402 marketplace -- 100 x402 micropayment APIs for AI agents, one wallet, USDC on Base.
Quickstart -- MCP
Add to your MCP client config (Claude Desktop, Cursor, ElizaOS, etc.):
{
"mcpServers": {
"token-safety": {
"url": "https://token-safety.api.klymax402.com/mcp"
}
}
}Related MCP server: Cabal-Hunter
Quickstart -- HTTP (x402)
curl "https://token-safety.api.klymax402.com/api/check?address=0x0000000000000000000000000000000000dEaD"
# -> 402 Payment Required, with an x402 payment challenge in the response bodyAny x402-aware client (@x402/fetch, x402-agent-tools, ATXP) handles the 402 -> sign -> retry cycle automatically.
Tools
Tool | Method | Path | Price | Description |
| GET |
| $0.008 | Check token contract safety and risk score |
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.
Parameters
Name | Type | Required | Description |
| string | yes | Token contract address (e.g. 0x...) |
| string | no | Chain to check on: 'ethereum' or 'base' (default: ethereum) |
Returns
isHoneypot-- whether the token traps buyers (cannot sell)ownershipRenounced-- whether the contract owner has renounced controlisProxy-- whether the contract is upgradeable (proxy risk)buyTax-- percentage tax on buy transactionssellTax-- percentage tax on sell transactionsmaxTxPercent-- maximum transaction size as percent of supplyliquidityLocked-- whether liquidity is lockedhasBlacklist-- whether contract has a blacklist functionholderCount-- total number of token holdersriskScore-- overall risk score (0=safe, 100=dangerous)
Example response:
{"isHoneypot":false,"ownershipRenounced":true,"isProxy":false,"buyTax":0,"sellTax":0,"maxTxPercent":100,"liquidityLocked":true,"hasBlacklist":false,"holderCount":15420,"riskScore":12}When to use: buying any new or unknown token. Essential for rug-pull protection and due diligence.
Not for: token prices (use dex_get_swap_quote), wallet balance (use wallet_get_portfolio), holder distribution (use token_get_holder_analysis).
Example agent prompts
"Check if a token is safe before buying or interacting with it"
Payment
Protocol: x402 -- HTTP-native pay-per-call, no signup, no API key
Network: Base L2 (
eip155:8453)Asset: USDC
Facilitator: Coinbase CDP (primary), PayAI (fallback)
Also reachable via ATXP (OAuth-wrapped x402, RFC 9728 protected-resource metadata)
Part of klymax402
100 x402 micropayment APIs for AI agents -- one wallet, USDC on Base, zero signup.
Catalog: https://klymax402.com/llms.txt
Full API reference: https://klymax402.com/llms-full.txt
Live stats: https://klymax402.com/stats
License
MIT
This server cannot be deployed
Maintenance
Related MCP Connectors
Pre-trade token safety checks for AI agents on Solana and Base. x402 USDC per call, no key.
Pre-transaction token risk checks for autonomous agents on six chains. Read-only; paid via x402.
Free token-safety scans + paid x402 verdicts, signals, radar & EVM swap quotes for AI agents.
Free token-safety scans + paid x402 verdicts, signals, radar & EVM swap quotes for AI agents.
Related MCP Servers
- AlicenseNot gradedqualityCmaintenanceToken safety oracle for AI agents. Honeypot detection, 17 scam pattern checks, LP lock verification across 6 EVM chains. Score 0-100 with risk flags. ERC Token Safety Score standard.1MIT
- AlicenseAqualityAmaintenanceOn-chain Solana token safety for trading agents — traces coordinated wallet funding, same-block Jito bundles, serial-rug deployers and live coordinated dumps into one Exit-Liquidity Risk verdict before a swap. Free tier, then $0.02 USDC/query via x402.117 npm1MIT
- FlicenseNot gradedqualityCmaintenanceProvides counterparty risk checks for any EVM address, returning malicious-history flags, tiered risk scoring, and plain-language summaries via x402 payment.-
- AlicenseNot gradedqualityCmaintenanceEnables AI agents to resolve tokens, get quotes, check for honeypots/rug pulls, build swaps, and retrieve receipts via x402 micropayments.1MIT