Skip to main content
Glama
BACH-AI-Tools

Newsnow MCP Server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
API_KEYYesAPI key for authentication

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
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
top_news_pwered_by_googleC

TOP NEWS ( pwered by Google)

top_news_by_locationpowered_by_googleC

get top news by locations

top_news_by_site_powered_by_googleC

set more_information: true to get more detailed news , top_images etc get top news by site

news_api_v2_powered_by_googleC

To get news between 'from date' to 'To date' set 'time_bounded parameter true Dates are in dd/mm/yyyy format set 'time_bounded' false to get only latest news Categories ( all categories are supported eg - finance, sports and more , Can be removed) Location - ( Use country codes such as uk, us, in , Can be removed ) for any queries and bug report contact at api.prlabs@gmail.com

ping_testC

ping

top_news_powered_by_duck_duck_goC

Get Top News

top_news_by_category_powered_by_googleC

Categories- WORLD, NATION, BUSINESS, TECHNOLOGY, ENTERTAINMENT, SPORTS, SCIENCE, HEALTH. get top news by category

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

C2.3/5.0

Scored across 7 tools

Disambiguation2/5

Multiple tools have overlapping purposes that could cause confusion. For example, 'top_news_powered_by_google' and 'top_news_powered_by_duck_duck_go' both retrieve top news but from different sources, while 'top_news_by_category_powered_by_google', 'top_news_by_locationpowered_by_google', and 'top_news_by_site_powered_by_google' all fetch top news with different filters. The descriptions don't clearly differentiate when to use each tool, leading to potential misselection.

Naming Consistency3/5

The naming shows mixed conventions with some consistency issues. Most tools follow a 'top_news_by_X_powered_by_Y' pattern, but there are deviations like 'news_api_v2_powered_by_google' (using 'api_v2' instead of 'by_X'), 'top_news_by_locationpowered_by_google' (missing underscore between 'location' and 'powered'), and 'top_news_pwered_by_google' (typo 'pwered' instead of 'powered'). The 'ping_test' tool also breaks the pattern entirely.

Tool Count4/5

With 7 tools, the count is reasonable for a news server scope. It covers various news retrieval methods (by date, category, location, site, source) which justifies having multiple tools. However, the overlap between tools suggests some consolidation might improve coherence without reducing functionality.

Completeness3/5

The server covers basic news retrieval operations with different filters and sources, but there are notable gaps. There's no clear update, delete, or management functionality for news items (though this may be appropriate for a read-only news service). More importantly, the surface feels fragmented with multiple similar tools rather than a unified approach, which could leave agents uncertain about the optimal tool for specific scenarios.

Maintenance

ActivityInactive
ResponsivenessNo issues