Skip to main content
Glama
6551Team

Daily News MCP Server

by 6551Team

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
DAILY_NEWS_API_BASENoOverride REST API URLhttps://ai.6551.io
DAILY_NEWS_MAX_ROWSNoMax results per query100

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

Tools

Functions exposed to the LLM to take actions

NameDescription
get_news_categoriesA

Get all available news categories and subcategories.

Returns a list of categories, each containing subcategories, for use with the get_hot_news tool.

get_hot_newsA

Get hot news and tweets by category.

Args: category: Category key (required). Use get_news_categories to list available keys. subcategory: Subcategory key (optional).

Returns: Combined news articles and tweets for the given category.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4.1/5.0

Scored across 2 tools

Disambiguation5/5

The two tools have clearly distinct purposes: one retrieves hot news by category, the other lists available categories. No ambiguity exists.

Naming Consistency5/5

Both tools follow a consistent 'get_' prefix pattern, making it easy for an agent to infer their functionality.

Tool Count3/5

With only 2 tools, the server feels minimal for a 'Daily News' purpose, missing typical operations like search or individual article retrieval, but it is not extreme.

Completeness2/5

The server covers only listing categories and fetching hot news, lacking search, filtering, or any write capabilities, leaving significant gaps for a news domain.

Maintenance

ActivityInactive
ResponsivenessNo issues