러그-체크-MCP
솔라나 밈 토큰의 잠재적 위험을 감지하는 MCP 서버로, AI 에이전트가 엉뚱한 방향으로 흘러가는 일과 안전하지 않은 프로젝트를 피할 수 있도록 도와줍니다.
특징
- 토큰 분석 도구 :
analysis_token
도구는 Solsniffer API에서 Solana 토큰 데이터를 검색하고 처리합니다. - 구조화된 출력 : 이름, 심볼, Snif 점수, 시가총액, 가격, 공급, 위험 및 감사 상태를 포함한 자세한 토큰 정보를 반환합니다.
필수 조건
- Python 3.10 이상
- Solsniffer API 키( Solsniffer 에 가입하여 키 획득)
설치
Smithery를 통해 설치
Smithery를 통해 Claude Desktop용 Rug Check를 자동으로 설치하려면:
지엑스피1
수동 설치
- 저장소 복제 :
- 종속성 설치 :
pip
설치되어 있는지 확인한 후 다음을 실행합니다. - 클라이언트 구성 :
도구: 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
의 경우:
프롬프트 예제
다음은 MCP 호환 클라이언트(예: Claude Desktop)에서 사용할 수 있는 프롬프트의 예와 analysis_token
도구를 호출한 후 예상되는 응답입니다.
즉각적인 :
"
9VxExA1iRPbuLLdSJ2rB3nyBxsyLReT4aqzZBMaBaY1p
주소에 있는 Solana 토큰을 분석해 주실 수 있나요?"
응답 :
즉각적인 :
"토큰
So11111111111111111111111111111111111111112
의 위험 프로필은 무엇입니까?"
응답 :
즉각적인 :
"토큰
4k3Dyjzvzp8eMZWUXbBCjEvwSkkk59S5iCNLY3QrkX6R
에 대해 알려주세요."
응답 :
특허
이 프로젝트는 MIT 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 라이선스를 참조하세요.
This server cannot be installed
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.
솔라나 밈 토큰의 잠재적 위험을 감지하는 MCP 서버로, AI 에이전트가 엉뚱한 방향으로 흘러가는 일과 안전하지 않은 프로젝트를 피할 수 있도록 도와줍니다.
Related MCP Servers
- -securityAlicense-qualitymcp server that allows to do actual actions related to solana first version adds knowledge about RPC methods and how to call themLast updated -22RustThe Unlicense
- -securityAlicense-qualityA simple MCP server implementation that provides AI models with basic Solana RPC methods and helpful development prompts.Last updated -33TypeScriptMIT License
- -securityAlicense-qualityA Model Context Protocol server that extends AI capabilities by providing tools to interact with the Solana blockchain, enabling operations like transactions, account queries, and wallet management.Last updated -1Apache 2.0
- -securityFlicense-qualityA secure Model Context Protocol server that enables AI assistants to interact with the Solana blockchain without direct access to private keys, supporting operations like balance checking, SOL transfers, and transaction history retrieval.Last updated -6Python