返回顶部
w

web3-daily-mcp

>-

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
76
下载量
0
收藏
概述
安装方式
版本历史

web3-daily-mcp

# 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 ```json { "plugins": { "entries": { "web3-daily-mcp": { "enabled": true, "command": "npx", "args": ["web3-daily-mcp"] } } } } ``` ### For Claude Desktop Add to `claude_desktop_config.json`: ```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

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 web3-daily-mcp-1775968989 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 web3-daily-mcp-1775968989 技能

通过命令行安装

skillhub install web3-daily-mcp-1775968989

下载 Zip 包

⬇ 下载 web3-daily-mcp v1.0.0

文件大小: 20.73 KB | 发布时间: 2026-4-13 12:33

v1.0.0 最新 2026-4-13 12:33
Web3 Daily MCP v1.0.0 – Initial Release

- Provides an MCP server for real-time Web3 research, macro news, KOL sentiment, market data, and wallet analytics.
- Offers tools: get_public_digest, get_personalized_digest, get_wallet_profile, and get_market_overview.
- Integrates live data from J4Y backend, CoinGecko, DeBank API, and major news/KOL sources.
- Supports both public and personalized digest retrieval in Chinese and English.
- Designed for easy integration on platforms like OpenClaw and Claude Desktop.
- Emphasizes privacy: no permanent wallet data storage; profiles cached for 24 hours.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部