Web3 Daily MCP Server
name: web3-daily-mcp
by alexander10011 · published 2026-04-01
$ claw add gh:alexander10011/alexander10011-web3-daily-mcp---
name: web3-daily-mcp
type: mcp
description: >-
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
server that provides tools for AI agents to fetch real data from the J4Y backend.
runtime: node
command: node
args: ["dist/index.js"]
---
# 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:**
**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:**
**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:**
**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:
Why MCP Server?
Unlike prompt-based skills that rely on the host LLM to execute commands, this MCP server:
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
More tools from the same signal band
Order food/drinks (点餐) on an Android device paired as an OpenClaw node. Uses in-app menu and cart; add goods, view cart, submit order (demo, no real payment).
Sign plugins, rotate agent credentials without losing identity, and publicly attest to plugin behavior with verifiable claims and authenticated transfers.
The philosophical layer for AI agents. Maps behavior to Spinoza's 48 affects, calculates persistence scores, and generates geometric self-reports. Give your...