🚀 Web3 研究 MCP
免費且完全本地化的加密貨幣深度研究 🧠,能夠讓你獲取全面的加密貨幣信息並生成詳細報告。

🚀 快速開始
預覽

✨ 主要特性
- 全面研究:獲取任何加密貨幣代幣的詳細信息。
- 多源分析:從CoinGecko、CoinMarketCap、DeFiLlama等多個來源進行研究。
- 結構化報告:生成涵蓋技術基礎、市場數據、社會情緒等方面的詳細報告。
- 資源管理:自動保存搜索結果和內容以供參考。
- 狀態跟蹤:通過不同階段和部分跟蹤研究進展。
📦 安裝指南
要求
通過Smithery安裝
要通過Smithery自動為Claude Desktop安裝web3-research-mcp:
npx -y @smithery/cli install web3-research-mcp --client claude
💻 使用示例
與Claude Desktop一起使用
編輯你的Claude Desktop配置文件:
- Windows:%APPDATA%\Claude\claude_desktop_config.json
- macOS:~/Library/Application Support/Claude/claude_desktop_config.json
在配置文件中添加以下內容:
{
"mcpServers": {
"web3-research-mcp": {
"command": "npx",
"args": ["-y", "web3-research-mcp@latest"]
}
}
}
然後重新啟動Claude Desktop。
與Cursor一起使用
轉到:設置 -> Cursor 設置 -> MCP -> 添加新的全局MCP服務器。將以下內容粘貼到你的~/.cursor/mcp.json
文件中。有關更多詳細信息,請參閱Cursor文檔。
{
"mcpServers": {
"web3-research-mcp": {
"command": "npx",
"args": ["-y", "web3-research-mcp@latest"]
}
}
}
然後重新啟動你的終端以應用更改。
基本用法
npx web3-research-mcp --help
npx web3-research-mcp create-research-plan --token-address 0x123456789 --blockchain ethereum
高級用法
工具命令
以下是可用的命令及其參數:
- 基本命令
create-research-plan
:創建研究計劃
npx web3-research-mcp create-research-plan --token-address <TOKEN_ADDRESS> --blockchain <BLOCKCHAIN>
npx web3-research-mcp analyze-token --token-address <TOKEN_ADDRESS>
npx web3-research-mcp generate-report --output-path <OUTPUT_PATH>
- 高級命令
npx web3-research-mcp setup-environment --blockchain <BLOCKCHAIN>
npx web3-research-mcp monitor-updates --token-address <TOKEN_ADDRESS> --interval 60
提示命令
npx web3-research-mcp token-info --address 0x123456789
npx web3-research-mcp deep-analysis --token-address 0x123456789 --blockchain ethereum --include-transactions true
📚 詳細文檔
如何工作
- 創建研究計劃:首先使用
create-research-plan
命令為特定區塊鏈上的代幣設置研究環境。
- 收集數據:通過
analyze-token
命令從多個來源收集代幣的相關信息。
- 生成報告:最後,使用
generate-report
命令將收集到的數據整理成結構化的報告。
限制
- 搜索結果可能不完全涵蓋所有相關信息。
- 可能會遇到網頁抓取被拒絕的情況。
- 搜索操作可能會受到速率限制。
📄 許可證
該項目在Apache License 2.0下許可 - 有關詳細信息,請參閱LICENSE文件。