Skip to main content
Glama
AllNewsAPI

AllNewsAPI MCP

Official

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
ALLNEWSAPI_KEYNoYour AllNewsAPI key. Can also be provided via --apikey command-line argument.

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": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
search-newsB

Search for news articles using various parameters including keywords, date ranges, and filters

headlinesB

Get top headlines with optional filtering by country, category, and language

usageA

Check your current API plan, usage limits, and remaining quota

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.5/5.0

Scored across 3 tools

Disambiguation4/5

search-news and headlines are clearly distinct in purpose—one returns filtered article search results, the other returns top headlines by source/category. usage is completely separate, so there is little risk of selecting the wrong tool.

Naming Consistency3/5

Tool names are readable but follow mixed conventions: search-news uses a verb-noun pattern, while headlines and usage are bare nouns. This is not chaotic, but the naming style is inconsistent across the set.

Tool Count4/5

Three tools is a reasonable minimal set for a news API server covering search, headlines, and account usage. It is slightly thin but appropriate for the apparent scope.

Completeness3/5

The core news retrieval operations are covered, and usage is a nice operational addition. However, a typical news API also exposes available sources or categories, and that capability is missing, leaving a notable gap for agents that need source metadata.

Maintenance

ActivityMaintained
ResponsivenessNo issues