Skip to main content
Glama
BACH-AI-Tools

Google News13 MCP Server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
HOSTNoNot applicable
PORTNoNot applicable
API_KEYYesAPI 密钥 (Required API key for accessing the Google News13 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

CapabilityDetails
tasks
{
  "list": {},
  "cancel": {},
  "requests": {
    "tools": {
      "call": {}
    },
    "prompts": {
      "get": {}
    },
    "resources": {
      "read": {}
    }
  }
}
tools
{
  "listChanged": true
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
businessC

This endpoint is used to get business news from Google News.

scienceC

This endpoint is used to get science news from Google News.

healthC

This endpoint is used to get health news from Google News.

worldC

This endpoint is used to get world news from Google News. The optional parameter that can be used is \

entertainmentB

This endpoint is used to get entertainment news from Google News.

latestB

This endpoint is used to get the latest news from Google News.

technologyC

This endpoint is used to get technology news from Google News.

sportC

This endpoint is used to get sport news from Google News.

supported_languages_and_regionsB

This endpoint is used to retrieve a list of supported languages and regions.

suggestC

This endpoint is used to get autocomplete suggestions or query predictions as a user types a search query. The endpoint requires the keyword parameter, which represents the partial text entered by the user. You can send a request with the partial text, and the request will generate a JSON response containing a list of relevant autocomplete suggestions for the search query.

searchC

This endpoint is used to search for news from Google News based on keywords. The mandatory parameter to be used is keyword to specify the search term

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.2/5.0

Scored across 11 tools

Disambiguation5/5

Every tool has a clearly distinct purpose with no ambiguity. The category-based tools (business, entertainment, health, etc.) each target a specific news domain, while 'search', 'suggest', and 'supported_languages_and_regions' serve unique functions like keyword searching, autocomplete suggestions, and metadata retrieval. There is no overlap in functionality.

Naming Consistency5/5

Tool names follow a consistent pattern throughout, using descriptive nouns or noun phrases that directly indicate their purpose (e.g., 'business', 'search', 'suggest'). There are no deviations in naming conventions, such as mixing verb_noun with other styles, making the set predictable and readable.

Tool Count5/5

With 11 tools, the count is well-scoped for a news server, covering various news categories and essential utilities like search and suggestions. Each tool earns its place by addressing a specific aspect of news retrieval, without being overly sparse or bloated.

Completeness4/5

The tool surface is nearly complete for a news domain, offering category-based news retrieval, keyword search, autocomplete suggestions, and language/region support. A minor gap is the lack of tools for advanced filtering (e.g., by date or source) or news aggregation features, but core workflows are well-covered.

Maintenance

ActivityInactive
ResponsivenessNo issues