AI News MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| OPENAI_MODEL | No | The OpenAI model to use for summaries. | gpt-5.4-mini |
| OPENAI_API_KEY | Yes | Your OpenAI API key for generating summaries. |
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 |
|---|---|
| list_ai_news_sourcesD | – |
| get_cached_ai_newsD | – |
| get_latest_ai_newsD | – |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| daily_ai_news_briefing | Create a daily technical briefing from the latest AI news. |
| topic_watch | Track recent AI news for a specific topic. |
| compare_ai_sources | Compare how selected AI news sources covered recent stories. |
| executive_ai_digest | Create a business-focused digest from recent AI news. |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| source_errors_resource | Feed errors from the latest cached AI news refresh. |
TDQS
Scored across 3 tools
Each tool targets a distinct action: one retrieves cached news, one gets latest news, one lists sources. No overlap.
All tool names follow a consistent verb_noun pattern in snake_case: get_cached_ai_news, get_latest_ai_news, list_ai_news_sources.
Three tools is appropriate for a focused news server; not too few or too many.
Covers cached and latest news retrieval and source listing, but lacks search or other advanced features. Minor gap.