Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Web3 Daily

FreeNot checked

Provides real-time Web3 research digest with macro news, KOL sentiment, market data, and personalized on-chain wallet analysis through four AI tools.

GitHubEmbed

About

Provides real-time Web3 research digest with macro news, KOL sentiment, market data, and personalized on-chain wallet analysis through four AI tools.

README

MCP (Model Context Protocol) server for Web3 Daily - providing real-time Web3 research digest through standardized AI tool interface.

Features

This MCP server exposes 4 tools:

Tool Description
get_public_digest Get today's Web3 public digest (macro news + KOL sentiment + market data)
get_personalized_digest Get personalized digest based on wallet's on-chain behavior
get_wallet_profile Analyze wallet's on-chain behavior and investment style
get_market_overview Get current BTC/ETH prices and Fear & Greed Index

Installation

For OpenClaw

Add to your openclaw.json:

{
  "plugins": {
    "entries": {
      "web3-daily": {
        "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"]
    }
  }
}

For Cursor

Add to MCP settings:

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

Usage Examples

Get Public Digest (Chinese)

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

Get Public Digest (English)

User: Give me today's Web3 digest
Agent: [calls get_public_digest with language="en"]

Get Personalized Digest

User: My wallet is 0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045, give me personalized digest
Agent: [calls get_personalized_digest with wallet_address and language]

Analyze Wallet Profile

User: Analyze this wallet: 0x3a4e3c24720a1c11589289da99aa31de3f338bf9
Agent: [calls get_wallet_profile with wallet_address]

Data Sources

The 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

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, then refreshed
  • No permanent storage: We do not permanently store or sell wallet data

Development

# Install dependencies
npm install

# Run in development mode
npm run dev

# Build for production
npm run build

# Start production server
npm start

License

MIT

from github.com/alexander10011/web3-daily-mcp

Install Web3 Daily in Claude Desktop, Claude Code & Cursor

Recommended · one command, every IDE
unyly install web3-daily-mcp

Installs into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.

First time? Get the CLI: curl -fsSL https://unyly.org/install | sh

Or configure manually

Run in your terminal:

claude mcp add web3-daily-mcp -- npx -y github:alexander10011/web3-daily-mcp

FAQ

Is Web3 Daily MCP free?

Yes, Web3 Daily MCP is free — one-click install via Unyly at no cost.

Does Web3 Daily need an API key?

No, Web3 Daily runs without API keys or environment variables.

Is Web3 Daily hosted or self-hosted?

A hosted option is available: Unyly runs the server in the cloud, no local setup required.

How do I install Web3 Daily in Claude Desktop, Claude Code or Cursor?

Open Web3 Daily on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Web3 Daily with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All ai MCPs