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 |
Capabilities
Features and capabilities supported by this server
| 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 | |
Latest Blog Posts
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/6551Team/daily-news'
If you have feedback or need assistance with the MCP directory API, please join our Discord server