web3-daily-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_public_digestA | Get today's Web3 public digest with macro news, KOL sentiment, and market data. No personal data required. |
| get_personalized_digestA | Get personalized Web3 digest based on your wallet's on-chain behavior. Includes holdings analysis, relevant news, and tailored recommendations. |
| get_wallet_profileA | Analyze a wallet's on-chain behavior and generate an investor profile. Includes holdings, transaction patterns, and investment style. |
| get_market_overviewA | Get current crypto market overview including BTC/ETH prices and Fear & Greed Index. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 4 tools
Tools are mostly distinct, but get_public_digest and get_market_overview both include market data, which could cause minor confusion. However, each tool has a clearly different primary purpose (daily summary vs. specific market snapshot).
All tools follow a consistent get_<noun> pattern, making the API predictable and easy to navigate.
Four tools is a well-scoped size for a Web3 digest service, providing enough variety without overwhelming the agent.
The tool surface covers public and personalized digests, wallet analysis, and market overview. A minor gap is the lack of historical digests or detailed coin-specific data, but the core domain is well covered.