News Api14 MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| API_KEY | Yes | API 密钥 |
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
} |
| logging | {} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| extensions | {
"io.modelcontextprotocol/ui": {}
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_publishersA | Find a list of publishers with details like descriptions, logos, languages, categories, and links to their social media. |
| get_article_contentC | This API endpoint provides access to the comprehensive metadata and content of a specific article. |
| search_articlesB | Find articles by keywords and allows you to filter by country, language, publisher, and date to get specific result. |
| get_random_articleC | This endpoint gives you the ability to find new and engaging content by randomly selecting an article, with the option to filter by country or language. |
| trending_topicsB | This endpoint lets you find the most popular news article for a specific country, language, and topic (like sports or entertainment). |
| supported_countriesA | This endpoint provides a list of supported countries along with their respective languages. |
| supported_languagesA | This endpoint provides a list of supported languages. |
| supported_topicsB | This endpoint provides information about the supported topics. Access to the specific topics may be restricted based on your subscription plan. |
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 8 tools
Each tool serves a distinct purpose: retrieving article content, random selection, keyword search, publisher search, and various metadata lookups. No two tools overlap significantly.
All names use snake_case and are descriptive. However, not all follow a strict verb_noun pattern (e.g., supported_countries, trending_topics are adjective_noun), causing minor inconsistency.
With 8 tools, the set is well-scoped for a news API covering search, retrieval, and metadata. Each tool earns its place without being excessive or too few.
The set covers core news operations: search, random, content, publishers, and supported metadata. Missing direct topic-based article listing (aside from trending) and publisher filtering, but overall coverage is solid.