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

Capabilities

Features and capabilities supported by this server

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

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/6551Team/daily-news'

If you have feedback or need assistance with the MCP directory API, please join our Discord server