Skip to main content
Glama

news-mcp-server

Server Details

Cross-source news (AP, BBC, NPR, HN, Google News) with topic filtering and dedup.

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

Glama MCP Gateway

Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.

MCP client
Glama
MCP server

Full call logging

Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.

Tool access control

Enable or disable individual tools per connector, so you decide what your agents can and cannot do.

Managed credentials

Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.

Usage analytics

See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.

100% free. Your data is private.
Tool DescriptionsA

Average 4.2/5 across 5 of 5 tools scored.

Server CoherenceA
Disambiguation5/5

Each tool targets a distinct source (AP, BBC, Hacker News, NPR) or a search function, with no overlapping purposes. Descriptions clearly differentiate them.

Naming Consistency5/5

All tool names follow a consistent get_<source> pattern (get_ap_news, get_bbc_news, etc.) and search_google_news matches the verb_noun style. No mixing of conventions.

Tool Count5/5

With 5 tools covering major news sources plus a search, the count is well-scoped for a news aggregation server. Each tool serves a clear purpose without redundancy.

Completeness4/5

The set covers multiple major sources and provides a search tool for broader coverage. Missing capabilities like category filtering across sources or fetching by date range are minor gaps.

Available Tools

5 tools
get_ap_news
Read-only
Inspect

Fetch breaking news and headlines from Associated Press (AP News), a leading global news agency. Returns article title, summary, canonical URL, publication timestamp, and journalist byline. Use for current events coverage, news monitoring, or building newsfeeds. Best for recent breaking stories published within 24 hours.

ParametersJSON Schema
NameRequiredDescriptionDefault
max_resultsNoNumber of recent articles to fetch (default 10, max 100 for pagination)
get_bbc_news
Read-only
Inspect

Retrieve latest news stories from BBC News covering global, regional, and domestic stories. Returns headline, synopsis, article URL, publish date, and section (world/uk/business/tech). Use for UK perspective on international news or UK-focused stories. Includes categories for targeted browsing.

ParametersJSON Schema
NameRequiredDescriptionDefault
max_resultsNoNumber of articles to retrieve (default 10, higher values may include older stories)
get_hacker_news
Read-only
Inspect

Pull top trending stories from Hacker News (Y Combinator community). Returns submission title, original URL, Hacker News discussion link, upvote count, comment count, and user who submitted. Use for tech news, startup stories, and developer-relevant content. Ranked by community engagement.

ParametersJSON Schema
NameRequiredDescriptionDefault
max_resultsNoNumber of top stories to fetch (default 20, captures trending and popular items)
get_npr_news
Read-only
Inspect

Access curated news stories from NPR (National Public Radio) with focus on US news, science, and culture. Returns article headline, brief summary, direct link to NPR story, and publication metadata. Use for journalistic depth and alternative perspectives on major news events.

ParametersJSON Schema
NameRequiredDescriptionDefault
max_resultsNoMaximum number of stories to return (default 10, recommended for fresh content)
search_google_news
Read-only
Inspect

Query Google News for articles matching specific keywords or topics across global news sources. Returns matching article headline, source publication name, article URL, publish date, and relevance score. Use for targeted research on specific topics, people, or events. Returns results sorted by recency.

ParametersJSON Schema
NameRequiredDescriptionDefault
queryYesSearch query to find articles (e.g. 'artificial intelligence', 'stock market crash', 'climate change')
max_resultsNoMaximum search results to return (default 10, higher values for comprehensive coverage)

Discussions

No comments yet. Be the first to start the discussion!

Try in Browser

Your Connectors

Sign in to create a connector for this server.

Resources