MCP Catalogs
首页web3-research-mcp screenshot

web3-research-mcp

by aaronjmars·153·综合分 49

本地MCP服务器,可全面研究多种加密货币来源。

financeweb-scrapingai-llm
51
Forks
0
活跃 Issue
本月
最近提交
2 天前
收录于

概述

Web3 Research MCP 是一个完全本地的加密货币研究工具,可从CoinGecko、CoinMarketCap和DeFiLlama等多个来源收集信息。该服务器支持结构化研究,具有状态跟踪、资源管理和全面报告功能。它提供直接API访问以避免抓取限制,并包含创建研究计划、执行搜索、获取内容和更新研究状态的工具。

试试问 AI

装完之后,这里有 5 个你可以让 AI 做的事:

:对加密货币投资进行深度尽职调查
:生成代币的全面研究报告
:跟踪多种加密货币的市场数据和基本面
:这需要API密钥吗?
:研究真的完全本地且私密吗?

什么时候选它

当您需要全面的加密货币研究功能,不希望支付持续 API 费用,并希望对代币和 DeFi 协议进行结构化分析时,选择此服务器。

什么时候不要选它

如果您需要实时交易数据或需要访问中心化交易所的 API,请避免使用此服务器,因为其专注于研究而非交易功能。

此 server 暴露的工具

从 README 抽取出 12 个工具
  • create-research-plan

    Creates a structured research plan for a token.

  • search

    Performs a web search and returns the results.

  • research-with-keywords

    Searches for a token with specific keywords and saves the results.

  • update-status

    Updates the status of a research section.

  • fetch-content

    Fetches content from a URL and saves it as a resource.

  • list-resources

    Lists all available resources that have been saved.

  • search-source

    Searches for information about a token from a specific source.

  • coingecko-data

    Fetches live market data from CoinGecko public API.

  • coingecko-search

    Searches CoinGecko's coin index for candidate matches.

  • defillama-data

    Fetches protocol data from DeFiLlama public API.

  • defillama-search

    Searches DeFiLlama's protocol index for candidate matches.

  • token-research

    Initiates comprehensive research on a cryptocurrency token.

可对比工具

crypto-mcpdefillama-mcpcoin-gecko-mcp

安装

安装

使用 Smithery

npx -y @smithery/cli install web3-research-mcp --client claude

手动安装

将以下内容添加到您的 Claude Desktop 配置文件中:

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

然后重新启动 Claude Desktop。

FAQ

这需要API密钥吗?
不需要API密钥,因为它使用CoinGecko和DeFiLlama的免费公共API。但是,您可以可选地设置COINGECKO_API_KEY以获得更高的速率限制。
研究真的完全本地且私密吗?
是的,所有研究都在您的本地机器上执行,不会将数据发送到外部服务器进行处理。

web3-research-mcp 对比

GitHub →

最后更新于 · 由 README + GitHub 公开数据自动生成。