地毯检查-MCP
MCP 服务器可检测 Solana meme 代币中的潜在风险,帮助 AI 代理避免欺诈和不安全的项目。
特征
令牌分析工具:
analysis_token工具从 Solsniffer API 检索并处理 Solana 令牌数据。结构化输出:返回详细的代币信息,包括名称、符号、Snif 分数、市值、价格、供应、风险和审计状态。
先决条件
Python 3.10 或更高版本
Solsniffer API 密钥(在Solsniffer注册以获取)
安装
通过 Smithery 安装
要通过Smithery自动为 Claude Desktop 安装 Rug Check:
手动安装
克隆存储库:
git clone https://github.com/kukapay/rug-check-mcp.git cd rug-check-mcp安装依赖项:确保已安装
pip,然后运行:pip install mcp[cli] requests python-dotenv客户端配置:
"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:代币价格(美元)supply_amount:代币的总供应量risks:高、中、低风险详情,包括计数和描述audit_risk:审计状态(铸造/冻结已禁用、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 服务器可检测 Solana meme 代币中的潜在风险,帮助 AI 代理避免欺诈和不安全的项目。
Related MCP Servers
- -security-license-qualitymcp server that allows to do actual actions related to solana first version adds knowledge about RPC methods and how to call themLast updated -23The Unlicense
- -security-license-qualityA simple MCP server implementation that provides AI models with basic Solana RPC methods and helpful development prompts.Last updated -38MIT License
- -security-license-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 -2Apache 2.0
- -security-license-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 -6