Skip to main content
Glama
eluc1a

MCP News Server

by eluc1a

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
DATABASE_URLNoPostgreSQL database connection stringpostgresql://localhost/mcp_news
KEYWORD_FILTERNoKeywords used by internal summarization logic
LOOKBACK_HOURSNoHow far back news_gatherer.py looks for new articles6
OPENAI_API_KEYNoOpenAI API key for internal summarization
SUMMARY_WORD_TARGETNoTarget word count for internal summarization500
MAX_ARTICLES_PER_SUMMARYNoMaximum articles included in one summary batch25

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

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription
add-noteC

Add a new note

Prompts

Interactive templates invoked by user choice

NameDescription
summarize-notesCreates a summary of all notes

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

C2.7/5.0

Scored across 1 tool

Disambiguation5/5

With only one tool, there is no possibility of confusion or overlap between tools. The single tool 'add-note' has a clear and distinct purpose that cannot be mistaken for any other tool in the set.

Naming Consistency5/5

The single tool name 'add-note' follows a consistent verb-noun pattern, and with only one tool, there is no inconsistency to evaluate. The naming is straightforward and predictable.

Tool Count2/5

A single tool is too few for a server named 'MCP News Server', which implies a broader scope related to news. This minimal toolset suggests an incomplete or trivial implementation that does not adequately cover the expected domain.

Completeness1/5

The tool surface is severely incomplete for a news server. It only allows adding notes, with no tools for retrieving, updating, deleting, or searching news items, nor any functionality specific to news like fetching headlines or articles. This leaves significant gaps that will cause agent failures.

Maintenance

ActivityStale
ResponsivenessNo issues