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

要通过Smithery自动为Claude Desktop安装web3-research-mcp:
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。
转到:设置 -> 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
# 对代币进行详细分析并包含交易数据
create-research-plan命令为特定区块链上的代币设置研究环境。analyze-token命令从多个来源收集代币的相关信息。generate-report命令将收集到的数据整理成结构化的报告。该项目在Apache License 2.0下许可 - 有关详细信息,请参阅LICENSE文件。