Daily News MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DAILY_NEWS_API_BASE | No | Override REST API URL | https://ai.6551.io |
| DAILY_NEWS_MAX_ROWS | No | Max results per query | 100 |
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": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_news_categoriesA | Get all available news categories and subcategories. Returns a list of categories, each containing subcategories, for use with the get_hot_news tool. |
| get_hot_newsA | Get hot news and tweets by category. Args: category: Category key (required). Use get_news_categories to list available keys. subcategory: Subcategory key (optional). Returns: Combined news articles and tweets for the given category. |
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 2 tools
The two tools have clearly distinct purposes: one retrieves hot news by category, the other lists available categories. No ambiguity exists.
Both tools follow a consistent 'get_' prefix pattern, making it easy for an agent to infer their functionality.
With only 2 tools, the server feels minimal for a 'Daily News' purpose, missing typical operations like search or individual article retrieval, but it is not extreme.
The server covers only listing categories and fetching hot news, lacking search, filtering, or any write capabilities, leaving significant gaps for a news domain.