
honeypot-detector-mcp
An MCP server that detects potential honeypot tokens on Ethereum, BNB Smart Chain (BSC), and Base.
Tools
check_honeypot
Check if a token address is a honeypot using honeypot.is API Supports tokens on Ethereum, Binance Smart Chain (BSC) and Base. Args: address: Token address to check (e.g., 0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48) Returns: Markdown string containing honeypot analysis results
README
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
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-mcp
-
Install Dependencies:
uv sync
-
Installing 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-mcp
with 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**: True
License
This project is licensed under the MIT License. See the LICENSE file for details.
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.