Honeypot Detector MCP
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., "@Honeypot Detector MCPIs 0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48 a honeypot?"
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.
Honeypot Detector MCP
An MCP server that detects potential honeypot tokens on Ethereum, BNB Smart Chain (BSC), and Base.
Honeypot is a type of fraudulent smart contract that allows users to buy tokens but prevents them from selling or makes selling extremely difficult.
Features
Honeypot Analysis: Check if a token address is a honeypot using the honeypot.is API.
Supported Chains: Analyzes tokens on Ethereum, Binance Smart Chain and Base.
Markdown Output: Returns detailed analysis in Markdown, including:
Token name
Address
Honeypot status
Risk level
Buy, sell, and transfer taxes
Contract code open-source status
Related MCP server: base-security-scanner-mcp
Installation
Prerequisites
Python 3.10 or higher
uv (recommended package manager)
Steps
Clone the Repository:
git clone https://github.com/kukapay/honeypot-detector-mcp.git cd honeypot-detector-mcpInstall Dependencies:
uv syncInstalling to Claude Desktop:
Install the server as a Claude Desktop application:
uv run mcp install main.py --name "Honeypot Detector"Configuration file as a reference:
{ "mcpServers": { "Honeypot Detector": { "command": "uv", "args": [ "--directory", "/path/to/honeypot-detector-mcp", "run", "main.py" ] } } }Replace
/path/to/honeypot-detector-mcpwith your actual installation path.
Tool
The check_honeypot tool takes a token address as input parameter.
Example Usage
Input Prompt:
Please check if the token at address 0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48 is a honeypot.Output Markdown:
# Honeypot Analysis for USDC
- **Address**: 0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48
- **Is Honeypot**: False
- **Risk Level**: Low
- **Buy Tax**: 0%
- **Sell Tax**: 0%
- **Transfer Tax**: 0%
- **Contract Code Open Source**: TrueLicense
This project is licensed under the MIT License. See the LICENSE file for details.
This server cannot be deployed
Maintenance
Related MCP Connectors
Honeypot detection & token risk scan for ERC-20s. Risk score 0-100, tax, source verification.
Crypto security, honeypot detection, wallet analysis, and token risk scoring across 31 blockchains.
Rug-check & launch radar for trading agents: composite honeypot score, EVM+Solana, keyless x402.
Solana token safety for AI agents — rug-pull, honeypot & Token-2022 trap detection before you buy.
Related MCP Servers
- AlicenseAqualityDmaintenanceAn MCP server that detects potential honeypot tokens on Ethereum, BNB Smart Chain (BSC), and Base.13MIT
- AlicenseAqualityCmaintenanceSmart contract security scanner for Base. Detect honeypots, rug pulls, hidden mints, proxy dangers, and generate audit reports.825 npm1MIT
- 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
- AlicenseAqualityBmaintenanceOn-chain rug-pull & honeypot risk screen for ERC-20 tokens, providing a SAFE / CAUTION / HIGH-RISK verdict based on live public RPC reads.2MIT