Web3 Research MCP

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

🔌 与 Claude Desktop 一起使用

编辑你的 Claude Desktop 配置文件

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

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

{ "mcpServers": { "web3-research-mcp": { "command": "npx", "args": ["-y", "web3-research-mcp@latest"] } } }

然后重新启动Claude Desktop

🔌 与游标一起使用

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

{ "mcpServers": { "web3-research-mcp": { "command": "npx", "args": ["-y", "web3-research-mcp@latest"] } } }

然后重新启动 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 文件。

You must be authenticated.

A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

local-only server

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

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

  1. 🚀 Preview
    1. 🧠 Features
      1. 📋 Requirements
        1. 🔧 Installation & Setup
          1. Installing via Smithery
        2. 🔌 Using with Claude Desktop
          1. 🔌 Using with Cursor
            1. 🛠️ Tools
              1. create-research-plan
              2. search
              3. research-with-keywords
              4. update-status
              5. fetch-content
              6. list-resources
              7. search-source
            2. 📝 Prompts
              1. token-research
            3. 🧠 How It Works
              1. ⚠️ Limitations
                1. 📄 License

                  Related MCP Servers

                  • A
                    security
                    A
                    license
                    A
                    quality
                    A Model Context Protocol server that provides read-only access to Bybit's cryptocurrency exchange API, allowing users to query real-time cryptocurrency data using natural language.
                    Last updated -
                    9
                    5
                    TypeScript
                    MIT License
                  • A
                    security
                    A
                    license
                    A
                    quality
                    An MCP server implementation that integrates with Hyperliquid exchange, providing access to crypto market data including mid prices, historical candles, and L2 order books.
                    Last updated -
                    3
                    14
                    5
                    TypeScript
                    MIT License
                  • A
                    security
                    F
                    license
                    A
                    quality
                    A Model Context Protocol server that provides access to CoinMarketCap's cryptocurrency data, enabling AI applications to retrieve cryptocurrency listings, quotes, and detailed information.
                    Last updated -
                    3
                    10
                    Python
                    • Linux
                    • Apple
                  • -
                    security
                    A
                    license
                    -
                    quality
                    A mcp server that provides real-time and historical Crypto Fear & Greed Index data.
                    Last updated -
                    6
                    Python
                    MIT License

                  View all related MCP servers

                  ID: dxde8ycvom