Web3 Research MCP

by aaronjmars
Verified

local-only server

The server can only run on the client’s local machine because it depends on local resources.

Integrations

  • Gathers detailed token information from CoinMarketCap to include in research reports about cryptocurrency tokens

  • Supports repository cloning for installation and setup of the Web3 Research MCP

  • Hosts preview images of the MCP interface shown in the README

Web3 研究 MCP

深入研究加密货币 - 免费且完全本地化🧠

🚀 预览

🧠 功能

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

📋 要求

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

🔧 安装和设置

通过 Smithery 安装

要通过Smithery自动为 Claude Desktop 安装 web3-research-mcp:

npx -y @smithery/cli install web3-research-mcp --client claude
  1. 克隆此存储库
git clone https://github.com/aaronjmars/web3-research-mcp.git cd web3-research-mcp
  1. 安装依赖项
npm install
  1. 构建项目
npm run build

可选:运行服务器(由 Claude 处理)

npm start

🔌 与 Claude Desktop 一起使用

编辑你的 Claude Desktop 配置文件

  • Windows:%APPDATA%\Claude\claude_desktop_config.json
  • macOS:〜/资源库/应用程序支持/Claude/claude_desktop_config.json

将其添加到您的 Claude Desktop 配置文件中:

{ "mcpServers": { "web3-research-mcp": { "command": "node", "args": [ "path/to/your/web3-research-mcp/dist/server.js" ] } } }

确保将路径替换为 server.js 文件的绝对路径。然后重启 Claude Desktop

🔌 与游标一起使用

前往:设置 -> Cursor 设置 -> MCP -> 添加新的全局 MCP 服务器。将此内容粘贴到 Cursor 的 ~/.cursor/mcp.json 文件中。更多信息,请参阅 Cursor MCP 文档。

{ "mcpServers": { "web3-research-mcp": { "command": "node", "args": [ "path/to/your/web3-research-mcp/dist/server.js" ] } } }

确保将路径替换为 server.js 文件的绝对路径。然后重新启动 Cursor

🛠️ 工具

制定研究计划

为令牌创建结构化的研究计划。

参数:

  • tokenName:代币的全名
  • tokenTicker:代币的股票代码

搜索

执行网络搜索并返回结果。

参数:

  • 查询:搜索查询
  • searchType:搜索类型(网页、新闻、图片、视频)

关键词研究

使用特定关键字搜索标记并保存结果。

参数:

  • tokenName:代币的名称
  • tokenTicker:股票代码
  • 关键词:要搜索的关键词数组

更新状态

更新研究部分的状态。

参数:

  • section:要更新的部分名称(例如,“projectInfo”、“technicalFundamentals”)
  • 状态:该部分的新状态(计划中、进行中、已完成)

获取内容

从 URL 获取内容并将其保存为资源。

参数:

  • url:获取内容的 URL
  • 格式:输出格式(文本、html、markdown、json)

列表资源

列出已保存的所有可用资源。

搜索源

从特定来源搜索有关令牌的信息。

参数:

  • tokenName:代币的名称
  • tokenTicker:股票代码
  • 来源:搜索来源(例如,“CoinGecko”,“DeFiLlama”,“新闻”)

📝 提示

代币研究

启动对加密货币代币的全面研究。

参数:

  • tokenName:加密货币代币的全名
  • tokenTicker:代币的股票代码(例如 BTC、ETH)

🧠 工作原理

  1. 当研究开始时,会创建一个涵盖代币各个方面的结构化计划
  2. 服务器在多个来源执行信息搜索
  3. 搜索结果存储为可引用的资源
  4. 研究通过不同的部分进行,并进行状态跟踪
  5. 生成一份涵盖代币各个方面的综合报告

⚠️ 限制

  • 某些网站会阻止网页抓取,因此直接获取内容可能会失败并出现 403 错误
  • 依赖于可能并不总是全面的搜索结果
  • 搜索操作可能适用速率限制

📄 许可证

该项目根据 Apache License 2.0 获得许可 - 有关详细信息,请参阅 LICENSE 文件。

ID: dxde8ycvom