Skip to main content
Glama

honeypot-detector-mcp

by kukapay
MIT License

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.

GitHub License Python Version Status

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

  1. Clone the Repository:
    git clone https://github.com/kukapay/honeypot-detector-mcp.git cd honeypot-detector-mcp
  2. Install Dependencies:
    uv sync
  3. 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.

You must be authenticated.

A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

An MCP server that detects potential honeypot tokens on Ethereum, BNB Smart Chain (BSC), and Base.

  1. Features
    1. Installation
      1. Prerequisites
      2. Steps
    2. Honeypot Analysis for USDC
      1. License

    Related MCP Servers

    • A
      security
      A
      license
      A
      quality
      An API server that implements the Model Completion Protocol (MCP) for Cryo blockchain data extraction, allowing users to query Ethereum blockchain data through any MCP-compatible client.
      Last updated -
      5
      86
      Python
      MIT License
      • Linux
      • Apple
    • A
      security
      A
      license
      A
      quality
      A Model Context Protocol (MCP) server that provides comprehensive cryptocurrency analysis using the CoinCap API. This server offers real-time price data, market analysis, and historical trends through an easy-to-use interface. Updated to use Coin Cap API v3
      Last updated -
      3
      29
      TypeScript
      MIT License
      • Apple
    • A
      security
      A
      license
      A
      quality
      A MCP server offering tools for cryptocurrency research and Ethereum-based automation.
      Last updated -
      113
      6
      37
      TypeScript
      AGPL 3.0
    • -
      security
      A
      license
      -
      quality
      An MCP server providing a range of cryptocurrency technical analysis indicators and strategies.
      Last updated -
      64
      JavaScript
      MIT License

    View all related MCP servers

    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/kukapay/honeypot-detector-mcp'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server