Skip to main content
Glama
bads1de

GNews API MCP Server

by bads1de

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
GNEWS_API_KEYYesYour GNews 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
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
search-newsA

Search for news articles by keyword. Returns a list of articles matching the specified keyword, including title, publication date, link, and description.

get-top-headlinesB

Get the latest top headline news for the specified category. Returns a list of articles including title, publication date, link, and description.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.6/5.0

Scored across 2 tools

Disambiguation5/5

The two tools have clearly distinct purposes: one for top headlines by category and one for keyword search. No overlap in functionality.

Naming Consistency5/5

Both tool names follow a consistent verb-noun pattern using hyphens (get-top-headlines, search-news), making them predictable and easy to differentiate.

Tool Count3/5

With only 2 tools, the server feels thin for a news API, which typically includes more operations like retrieving specific articles or sources. However, the tools cover the core use cases of headline browsing and search.

Completeness4/5

The tools cover the primary news retrieval operations (headlines and search), but lack features like fetching article details by ID or filtering by source, which are minor gaps.

Maintenance

ActivityInactive
ResponsivenessNo issues