web3-daily-mcp

web3-daily-mcp

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

Category
Visit Server

README

Web3 Daily MCP Server

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

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured