Skip to main content
Glama
berlinbra

News API MCP Server

by berlinbra

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
NEWS_API_KEYYesYour News API key

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

CapabilityDetails
tools
{
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
search-newsC

Search for news articles on any topic

get-top-headlinesC

Get top headlines by country, category, or source

get-news-sourcesC

Get available news sources

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.4/5.0

Scored across 3 tools

Disambiguation5/5

Each tool has a clearly distinct purpose: retrieving sources, top headlines by criteria, and searching articles. No overlap.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern (get-news-sources, get-top-headlines, search-news), using snake_case.

Tool Count4/5

3 tools is slightly minimal but appropriate for a focused news API server. Could include more endpoints but not excessive.

Completeness4/5

Covers core news retrieval tasks (sources, headlines, search). Missing explicit article retrieval by ID, but still functional for typical use cases.

Maintenance

ActivityInactive
ResponsivenessNo issues