Skip to main content
Glama

러그-체크-MCP

솔라나 밈 토큰의 잠재적 위험을 감지하는 MCP 서버로, AI 에이전트가 엉뚱한 방향으로 흘러가는 일과 안전하지 않은 프로젝트를 피할 수 있도록 도와줍니다.

특허파이썬 버전 대장간 배지

특징

  • 토큰 분석 도구 : analysis_token 도구는 Solsniffer API에서 Solana 토큰 데이터를 검색하고 처리합니다.

  • 구조화된 출력 : 이름, 심볼, Snif 점수, 시가총액, 가격, 공급, 위험 및 감사 상태를 포함한 자세한 토큰 정보를 반환합니다.

Related MCP server: Solana Model Context Protocol (MCP) Demo

필수 조건

  • Python 3.10 이상

  • Solsniffer API 키( Solsniffer 에 가입하여 키 획득)

설치

Smithery를 통해 설치

Smithery를 통해 Claude Desktop용 Rug Check를 자동으로 설치하려면:

지엑스피1

수동 설치

  1. 저장소 복제 :

    git clone https://github.com/kukapay/rug-check-mcp.git
    cd rug-check-mcp
  2. 종속성 설치 : pip 설치되어 있는지 확인한 후 다음을 실행합니다.

    pip install mcp[cli] requests python-dotenv
  3. 클라이언트 구성 :

    "mcpServers": { 
      "rug-check-mcp": { 
        "command": "python", 
        "args": ["path/to/rug-check-mcp/main.py"], 
        "env": { 
          "SOLSNIFFER_API_KEY": "your_solsniffer_api_key_here" 
        } 
      } 
    }

도구: analysis_token

  • 설명 : 주소를 기반으로 Solana 토큰을 분석합니다.

  • 입력 : token_address (문자열) - 분석할 Solana 토큰 주소입니다.

  • 출력 : 다음을 포함하는 사전:

    • token_address : 토큰 주소

    • token_name : 토큰 이름

    • token_symbol : 토큰 심볼

    • snif_score : Solsniffer 위험 점수(0-100)

    • market_cap : 미국 달러 기준 시가총액

    • price : USD로 표시된 토큰 가격

    • supply_amount : 토큰의 총 공급량

    • risks : 높음, 보통, 낮음 위험 세부 정보(개수 및 설명 포함)

    • audit_risk : 감사 상태(mint/freeze 비활성화, LP 소각, 상위 10개 보유자)

출력 예

토큰 주소 9VxExA1iRPbuLLdSJ2rB3nyBxsyLReT4aqzZBMaBaY1p 의 경우:

{
  'token_address': '9VxExA1iRPbuLLdSJ2rB3nyBxsyLReT4aqzZBMaBaY1p',
  'token_name': 'REVSHARE',
  'token_symbol': 'REVS',
  'snif_score': 55,
  'market_cap': 271893.9423965262,
  'price': 0.000280011574,
  'supply_amount': 971009656.8955618,
  'risks': {
    'high': {
      'count': 3,
      'details': {
        'Mintable risks found': True,
        'Freeze risks found': True,
        'A private wallet owns a significant share of the supply': False,
        'Tokens auto-freeze risks found': True,
        'Significant ownership by top 10 wallets': False,
        'Significant ownership by top 20 wallets': False,
        'Permanent control risks found': True,
        'Presence of token metadata': True,
        'High locked supply risks found': None,
        'Sufficient liquidity detected': None,
        'Very low liquidity': None
      }
    },
    'moderate': {
      'count': 3,
      'details': {
        'Token metadata are immutable': False,
        'Token operates without custom fees': False,
        'Token has recent user activity': True,
        'Unknown liquidity pools': False,
        'Low count of LP providers': True
      }
    },
    'low': {
      'count': 1,
      'details': {
        'Contract was not recently deployed': False
      }
    }
  },
  'audit_risk': {
    'mint_disabled': True,
    'freeze_disabled': True,
    'lp_burned': False,
    'top_10_holders_significant': False
  }
}

프롬프트 예제

다음은 MCP 호환 클라이언트(예: Claude Desktop)에서 사용할 수 있는 프롬프트의 예와 analysis_token 도구를 호출한 후 예상되는 응답입니다.

즉각적인 :

" 9VxExA1iRPbuLLdSJ2rB3nyBxsyLReT4aqzZBMaBaY1p 주소에 있는 Solana 토큰을 분석해 주실 수 있나요?"

응답 :

I've analyzed the token at address 9VxExA1iRPbuLLdSJ2rB3nyBxsyLReT4aqzZBMaBaY1p. Here's the summary:

- Token Name: REVSHARE (Symbol: REVS)
- Snif Score: 55/100 (Moderate risk)
- Market Cap: $288,875.29
- Price: $0.000297
- Total Supply: 971,266,696.90 tokens
- Risks:
  - High (3 risks):
    - Mintable risks found: True
    - Freeze risks found: True
    - Permanent control risks found: True
    - (Other factors: False)
  - Moderate (1 risk):
    - Low count of LP providers: True
    - (Other factors: False)
  - Low (0 risks):
    - (All factors: False)
- Audit Status:
  - Mint Disabled: Yes
  - Freeze Disabled: Yes
  - LP Burned: No
  - Top 10 Holders Significant: No

This token has moderate risks due to potential control issues and liquidity concerns, but minting and freezing are disabled for added safety.     

즉각적인 :

"토큰 So11111111111111111111111111111111111111112 의 위험 프로필은 무엇입니까?"

응답 :

Here's the risk profile for the token at address So11111111111111111111111111111111111111112:

- Token Name: Wrapped SOL (Symbol: SOL)
- Snif Score: 92/100 (Low risk)
- Market Cap: $82,345,678.90
- Price: $176.54
- Total Supply: 466,567,890.12 tokens
- Risks:
  - High (0 risks):
    - (All factors: False)
  - Moderate (0 risks):
    - (All factors: False)
  - Low (1 risk):
    - Minor liquidity concentration: True
    - (Other factors: False)
- Audit Status:
  - Mint Disabled: Yes
  - Freeze Disabled: Yes
  - LP Burned: Yes
  - Top 10 Holders Significant: No

Wrapped SOL is a low-risk token with strong audit protections and only a minor liquidity concern, typical for a well-established asset.     

즉각적인 :

"토큰 4k3Dyjzvzp8eMZWUXbBCjEvwSkkk59S5iCNLY3QrkX6R 에 대해 알려주세요."

응답 :

Here's the analysis for the token at address 4k3Dyjzvzp8eMZWUXbBCjEvwSkkk59S5iCNLY3QrkX6R:

- Token Name: Raydium (Symbol: RAY)
- Snif Score: 85/100 (Low risk)
- Market Cap: $1,234,567.89
- Price: $4.72
- Total Supply: 261,567,890.12 tokens
- Risks:
  - High (0 risks):
    - (All factors: False)
  - Moderate (1 risk):
    - Moderate holder concentration: True
    - (Other factors: False)
  - Low (0 risks):
    - (All factors: False)
- Audit Status:
  - Mint Disabled: Yes
  - Freeze Disabled: Yes
  - LP Burned: Yes
  - Top 10 Holders Significant: No

Raydium is a low-risk token with solid audit protections. The moderate holder concentration indicates some centralization, but it’s not a major issue.     

특허

이 프로젝트는 MIT 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 라이선스를 참조하세요.

-
security - not tested
A
license - permissive license
-
quality - not tested

Latest Blog Posts

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/rug-check-mcp'

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