← 返回
未分类 中文

Web3 Daily Mcp

MCP Server for Web3 Daily - Real-time Web3 research digest with macro news, KOL sentiment, market data, and personalized wallet analysis. This is an MCP serv...
Web3日常MCP服务器 - 实时Web3研究摘要,涵盖宏观新闻、KOL情绪、市场数据及个性化钱包分析。
alexander10011 alexander10011 来源
未分类 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 400
下载
💾 0
安装
1
版本
#latest

概述

Web3 Daily MCP Server

> This is an MCP Server - It provides tools that AI agents can call to fetch real-time Web3 data.

Available Tools

1. get_public_digest

Get today's Web3 public digest with macro news, KOL sentiment, and market data.

Parameters:

  • language (optional): "zh" (Chinese, default) or "en" (English)

Example:

User: 给我今天的 Web3 日报
Agent: [calls get_public_digest(language="zh")]

2. get_personalized_digest

Get personalized Web3 digest based on wallet's on-chain behavior.

Parameters:

  • wallet_address (required): EVM wallet address (0x + 40 hex characters)
  • language (optional): "zh" or "en"

Example:

User: My wallet is 0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045
Agent: [calls get_personalized_digest(wallet_address="0x...", language="en")]

3. get_wallet_profile

Analyze a wallet's on-chain behavior and generate an investor profile.

Parameters:

  • wallet_address (required): EVM wallet address
  • language (optional): "zh" or "en"
  • force_update (optional): true to bypass 24h cache

Example:

User: Analyze this wallet: 0x3a4e3c24720a1c11589289da99aa31de3f338bf9
Agent: [calls get_wallet_profile(wallet_address="0x...")]

4. get_market_overview

Get current BTC/ETH prices and Fear & Greed Index.

Parameters: None

Example:

User: What's the crypto market like today?
Agent: [calls get_market_overview()]

Data Sources

This MCP server connects to the J4Y backend which aggregates:

  • 170+ news sources (RSS feeds, The Block, CoinDesk, etc.)
  • 50+ KOL Twitter accounts (Chinese + English)
  • Real-time market data (CoinGecko, Fear & Greed Index)
  • On-chain data via DeBank API

Why MCP Server?

Unlike prompt-based skills that rely on the host LLM to execute commands, this MCP server:

  • Executes real API calls - Tools directly call the J4Y backend
  • Returns real data - BTC/ETH prices, Fear & Greed Index are from live sources
  • Works on any MCP-compatible platform - OpenClaw, Claude Desktop, Cursor, etc.

Installation

For OpenClaw

{
  "plugins": {
    "entries": {
      "web3-daily-mcp": {
        "enabled": true,
        "command": "npx",
        "args": ["web3-daily-mcp"]
      }
    }
  }
}

For Claude Desktop

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "web3-daily": {
      "command": "npx",
      "args": ["web3-daily-mcp"]
    }
  }
}

Privacy

  • Public digest: No personal data required
  • Personalized features: Wallet address is sent to backend for analysis
  • Data retention: Wallet profiles cached for 24 hours
  • No permanent storage: We do not permanently store or sell wallet data

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-05-03 10:22 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

dev-programming

Github

steipete
使用 `gh` CLI 与 GitHub 交互,通过 `gh issue`、`gh pr`、`gh run` 和 `gh api` 管理议题、PR、CI 运行及高级查询。
★ 677 📥 325,888
ai-agent

self-improving agent

pskoett
捕获经验教训、错误及修正内容,以实现持续改进。适用于以下场景:(1)命令或操作意外失败;(2)用户纠正Claude(如“不,那不对……”“实际上……”);(3)用户请求的功能不存在;(4)外部API或工具出现故障;(5)Claude发现自身
★ 4,086 📥 814,631
ai-agent

Self-Improving + Proactive Agent

ivangdavila
自我反思+自我批评+自我学习+自组织记忆。智能体评估自身工作、发现错误并持续改进。
★ 1,385 📥 320,995