Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Honeypot Detector

БесплатноНе проверен

Detects honeypot tokens on Ethereum, BNB Smart Chain, and Base networks using the honeypot.is API to validate contract addresses and return detailed analysis in

GitHubEmbed

Описание

Detects honeypot tokens on Ethereum, BNB Smart Chain, and Base networks using the honeypot.is API to validate contract addresses and return detailed analysis including risk level, taxes, and verification status for safer DeFi trading.

README

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.

from github.com/kukapay/honeypot-detector-mcp

Установка Honeypot Detector

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/kukapay/honeypot-detector-mcp

FAQ

Honeypot Detector MCP бесплатный?

Да, Honeypot Detector MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Honeypot Detector?

Нет, Honeypot Detector работает без API-ключей и переменных окружения.

Honeypot Detector — hosted или self-hosted?

Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.

Как установить Honeypot Detector в Claude Desktop, Claude Code или Cursor?

Открой Honeypot Detector на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare Honeypot Detector with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории development