Honeypot Detector MCP
Click on "Install 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 installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityDmaintenanceAn MCP server that detects potential honeypot tokens on Ethereum, BNB Smart Chain (BSC), and Base.13MIT
- AlicenseAqualityDmaintenanceSmart contract security scanner for Base. Detect honeypots, rug pulls, hidden mints, proxy dangers, and generate audit reports.8331MIT
- Alicense-qualityCmaintenanceToken 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
Related MCP Connectors
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.
Read-only crypto safety: token honeypot checks, EIP-712 signature decode, approval scans.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/catwhisperingninja/honeypot-detector-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server