
web3-research-mcp
by aaronjmars·★ 153·综合分 49
本地MCP服务器,可全面研究多种加密货币来源。
概述
Web3 Research MCP 是一个完全本地的加密货币研究工具,可从CoinGecko、CoinMarketCap和DeFiLlama等多个来源收集信息。该服务器支持结构化研究,具有状态跟踪、资源管理和全面报告功能。它提供直接API访问以避免抓取限制,并包含创建研究计划、执行搜索、获取内容和更新研究状态的工具。
试试问 AI
装完之后,这里有 5 个你可以让 AI 做的事:
什么时候选它
当您需要全面的加密货币研究功能,不希望支付持续 API 费用,并希望对代币和 DeFi 协议进行结构化分析时,选择此服务器。
什么时候不要选它
如果您需要实时交易数据或需要访问中心化交易所的 API,请避免使用此服务器,因为其专注于研究而非交易功能。
此 server 暴露的工具
从 README 抽取出 12 个工具create-research-planCreates a structured research plan for a token.
searchPerforms a web search and returns the results.
research-with-keywordsSearches for a token with specific keywords and saves the results.
update-statusUpdates the status of a research section.
fetch-contentFetches content from a URL and saves it as a resource.
list-resourcesLists all available resources that have been saved.
search-sourceSearches for information about a token from a specific source.
coingecko-dataFetches live market data from CoinGecko public API.
coingecko-searchSearches CoinGecko's coin index for candidate matches.
defillama-dataFetches protocol data from DeFiLlama public API.
defillama-searchSearches DeFiLlama's protocol index for candidate matches.
token-researchInitiates comprehensive research on a cryptocurrency token.
可对比工具
安装
安装
使用 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 对比
最后更新于 · 由 README + GitHub 公开数据自动生成。