Skip to main content
Glama

rug-check-mcp

ラグチェックMCP

Solana ミーム トークンの潜在的なリスクを検出し、AI エージェントがラグ プルや安全でないプロジェクトを回避できるようにする MCP サーバー。

ライセンスPythonバージョン

特徴

  • トークン分析ツール: analysis_tokenツールは、Solsniffer API から Solana トークン データを取得して処理します。
  • 構造化出力: 名前、シンボル、Snif スコア、時価総額、価格、供給量、リスク、監査ステータスなどの詳細なトークン情報を返します。

前提条件

  • Python 3.10以上
  • Solsniffer API キー (取得するにはSolsnifferにサインアップしてください)

インストール

Smithery経由でインストール

Smithery経由で Claude Desktop 用の Rug Check を自動的にインストールするには:

npx -y @smithery/cli install @kukapay/rug-check-mcp --client claude

手動インストール

  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 : 監査ステータス(ミント/フリーズ無効、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

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

Solana ミーム トークンの潜在的なリスクを検出し、AI エージェントがラグ プルや安全でないプロジェクトを回避できるようにする MCP サーバー。

  1. 特徴
    1. 前提条件
      1. インストール
        1. Smithery経由でインストール
        2. 手動インストール
      2. ツール: analysis_token
        1. 出力例
        2. プロンプトの例
      3. ライセンス

        Related MCP Servers

        • A
          security
          A
          license
          A
          quality
          AiDD MCP Server provides a secure interface for AI agents to perform file system operations and code analysis, enhancing AI-assisted development workflows across multiple programming languages.
          Last updated -
          29
          60
          Python
          Apache 2.0
          • Apple
          • Linux
        • A
          security
          A
          license
          A
          quality
          An MCP server that generates AI agent tools from Postman collections and requests. This server integrates with the Postman API to convert API endpoints into type-safe code that can be used with various AI frameworks.
          Last updated -
          1
          7
          JavaScript
          MIT License
        • -
          security
          F
          license
          -
          quality
          An MCP server that integrates with mem0.ai to help users store, retrieve, and search coding preferences for more consistent programming practices.
          Last updated -
          222
          Python
        • -
          security
          A
          license
          -
          quality
          An MCP server that helps AI assistants access text content from websites that implement bot detection, bridging the gap between what you can see in your browser and what the AI can access.
          Last updated -
          1
          Python
          Apache 2.0

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

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