Web3 Research Mcp

Web3 Research Mcp

🚀 Web3 研究 MCP

免费且完全本地化的加密货币深度研究工具,助你全面了解加密货币市场 🧠

smithery 徽章

🚀 快速开始

预览

预览 预览2

✨ 主要特性

  • 全面研究:获取任何加密货币代币的详细信息。
  • 多源分析:从CoinGecko、CoinMarketCap、DeFiLlama等多个来源进行研究。
  • 结构化报告:生成涵盖技术基础、市场数据、社会情绪等方面的详细报告。
  • 资源管理:自动保存搜索结果和内容以供参考。
  • 状态跟踪:通过不同阶段和部分跟踪研究进展。

📦 安装指南

要求

  • Node.js(v16或更高版本)

通过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  --blockchain 
  • analyze-token:分析代币
npx web3-research-mcp analyze-token --token-address 
  • generate-report:生成报告
npx web3-research-mcp generate-report --output-path 
高级命令
  • setup-environment:设置研究环境
npx web3-research-mcp setup-environment --blockchain 
  • monitor-updates:监控更新
npx web3-research-mcp monitor-updates --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
# 对代币进行详细分析并包含交易数据

📚 详细文档

如何工作

  1. 创建研究计划:首先使用create-research-plan命令为特定区块链上的代币设置研究环境。
  2. 收集数据:通过analyze-token命令从多个来源收集代币的相关信息。
  3. 生成报告:最后,使用generate-report命令将收集到的数据整理成结构化的报告。

限制

  • 搜索结果可能不完全涵盖所有相关信息。
  • 可能会遇到网页抓取被拒绝的情况。
  • 搜索操作可能会受到速率限制。

📄 许可证

该项目在Apache License 2.0下许可 - 有关详细信息,请参阅LICENSE文件。

  • 0 关注
  • 0 收藏,18 浏览
  • system 提出于 2025-09-22 04:09

相似服务问题

相关AI产品