web3-daily-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@web3-daily-mcpGive me today's Web3 public digest"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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 today's Web3 public digest (macro news + KOL sentiment + market data) |
| Get personalized digest based on wallet's on-chain behavior |
| Analyze wallet's on-chain behavior and investment style |
| Get current BTC/ETH prices and Fear & Greed Index |
Related MCP server: deeplook
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 startLicense
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseCqualityDmaintenanceProvides comprehensive analytics for Solana wallets, enabling real-time portfolio insights, cross-protocol DeFi position monitoring, behavioral analytics, and AI-powered investment strategy recommendations across the Solana ecosystem.Last updated3
- AlicenseAqualityCmaintenanceResearches any company in ~10 seconds using 10 data sources. Returns structured reports with bull/bear verdict for stocks, crypto, and private companies.Last updated212AGPL 3.0
- AlicenseBqualityFmaintenanceReal-time cryptocurrency news, analysis, and price predictions for AI agents. 5 tools to search 50,000+ articles across 12 categories, filter by 120+ asset tickers, and access content with built-in attribution. Free with attribution. SSE and Streamable HTTP transport.Last updated4MIT
- AlicenseAqualityBmaintenanceReal-time news with bias scoring, live market data, and AI-powered options pricing. 9 tools across news intelligence, media bias analysis, stock/crypto data, and meme search.Last updated9511MIT
Related MCP Connectors
Real-time curated crypto news for AI agents with sentiment, recaps, and search.
Paid MCP tools for onchain alpha research, X content analysis, and KOL distillation.
Narrative & signal intelligence for AI agents: crypto/AI/macro convergence & divergence.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/alexander10011/web3-daily-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server