claude-news
Server Details
Real-time Claude & Anthropic news from your own Claude — free, no API key.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
Available Tools
2 toolsrecent_newsBInspect
Renvoie les dernières actualités de Claude / Anthropic du corpus Claude News.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Nombre d'articles (défaut 10). |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the full burden of behavioral disclosure. It states the basic function but does not disclose any side effects, authentication requirements, rate limits, or output format. It also does not mention that this is a read-only operation or any implications of the 'limit' parameter beyond what the schema already states. The description adds minimal behavioral context beyond the core action.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single, concise sentence that gets straight to the point. It is front-loaded with the primary action and resource, with no filler or redundant wording. Every word contributes to the meaning, making it efficient and easily scannable.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the simplicity of the tool (one optional parameter, no output schema, no annotations), the description provides the essential functionality but lacks context for use cases and alternatives. It does not explain when to choose recent_news over search_news, nor does it mention any behavioral traits such as ordering or result format. It is minimally adequate but leaves room for improvement in guiding the agent.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The input schema covers 100% of the parameters (only 'limit', described as 'Nombre d\'articles (défaut 10)'). The description does not add any additional meaning to the parameter beyond what is already in the schema. Since schema coverage is high, the description is not expected to repeat that information, earning a baseline score of 3.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states it returns the latest news about Claude/Anthropic from a specific corpus ('Renvoie les dernières actualités de Claude / Anthropic du corpus Claude News'). The verb 'renvoie' and the specific resource (latest news from Claude/Anthropic) make the purpose unambiguous. Although it doesn't explicitly contrast with search_news, the focus on 'dernières actualités' (recent news) distinguishes it from a search operation.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides no guidance on when to use this tool versus the sibling search_news. It does not mention any alternative or conditions under which one should be preferred. No explicit or implied exclusions are provided, leaving the agent without direction on choosing between the two news-related tools.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
search_newsAInspect
Recherche dans le corpus Claude News : l'actualité de Claude et d'Anthropic (modèles, Claude Code, recherche, sécurité, business) du dernier mois. Renvoie les articles pertinents avec titre, source, date, catégorie, résumé et URL à citer.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Nombre de résultats (défaut 8, max 25). | |
| query | Yes | La requête de recherche (FR ou EN). |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the full burden. It discloses that it searches the last month's corpus and returns specific fields, but does not mention any caveats such as rate limits, authentication needs, or behavior when no results are found. The return format is helpful, but minimal additional behavioral context is provided.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single, well-structured sentence that packs the purpose, scope, and return format without redundancy. It is front-loaded with the main action and all information is relevant.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a simple search tool with 2 parameters and no output schema, the description adequately explains the return format and the temporal scope. It lacks details on pagination or sorting, but these are not critical for a basic search. It is sufficiently complete for the tool's complexity.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100%, so both parameters (query and limit) are already documented. The description does not add extra meaning beyond what the schema specifies, such as language support (already in schema) or default limit (also in schema). Baseline 3 is appropriate.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the action (search), the resource (Claude News corpus), and the scope (last month, topics). It distinguishes itself from the sibling 'recent_news' by emphasizing query-based retrieval versus likely a recent-list function.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies this tool is for searching when a query is provided, but it does not explicitly state when to use it versus the sibling 'recent_news'. There is no exclusion guidance or mention of alternatives, only an implicit distinction based on the search verb.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Frequently Asked Questions
Claiming proves that you control a remote MCP connector. It does not move, proxy, or interrupt the server.
Open the connector listing, choose Claim ownership, and sign in to Glama.
Complete one verification method:
GitHub identity — fastest for official registry listings. For a namespace such as
io.github.alice/server, link the matching GitHub user or an account that owns the GitHub organization, then choose Claim with GitHub.HTTP challenge — works when you can deploy a public file. Generate a token, publish the exact JSON Glama shows at
/.well-known/glama.jsonon the same origin as the connector, then choose Check HTTP challenge.DNS challenge — works when you control DNS but cannot change the server. Generate a token, create the exact TXT record Glama shows, wait for it to propagate, then choose Check DNS challenge.
After verification, Glama sends a confirmation email and gives you access to listing details, thumbnails, health checks, and analytics. Keep the HTTP file or DNS record in place: Glama periodically checks it and ownership remains verified while the token is discoverable.
The HTTP ownership file has this structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"claim": "glama_claim_..."
}Claim tokens are opaque, stable, and bound to the signed-in Glama account. They contain no email address or other personal information. If Glama can no longer discover a verified HTTP or DNS token, it starts a seven-day grace period before removing claim-based access. Restore the same token during that period to keep ownership verified. Never publish an email address, Glama session token, GitHub token, or connector credential as ownership proof.
If verification fails, confirm that you copied the current token exactly. The HTTP file must be public, return valid JSON with a successful HTTP response, and stay on the connector's origin. DNS changes may need more time to propagate. A claim cannot transfer to a different origin or hostname: if the connector target changes, Glama starts the grace period and the new target must be claimed separately after the previous claim is released.
For a connector linked to the official MCP Registry, registry updates continue to replace its name, description, and URL by default. After claiming, open Manage connector and enable Use Glama listing details as the source of truth if edits made on Glama should be preserved. Categories and thumbnails are always managed on Glama; registry linkage and technical connection settings continue to sync.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
To improve your MCP server's ranking:
Claim ownership of the server listing
Complete the server profile with an accurate description and thumbnail
Provide a test profile so Glama can connect to and evaluate the server
Keep tool definitions clear and complete to earn a high Tool Definition Quality Score (TDQS)
Route real usage through the Glama Gateway; more recorded successful server uses also improve the ranking
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Related MCP Connectors
Build, clone & publish websites by chatting with Claude. Live in seconds, custom domains + SSL.
Market & competitive intelligence for Claude & AI assistants: trends, alerts, keywords & more.
Agent personas for Claude. 16 tools, 13 personas, 3 workflows. Zero extra API cost. Free.
WHOOP recovery, strain, sleep and workouts in Claude via official WHOOP OAuth. Free, open source.
Related MCP Servers
- FlicenseAqualityDmaintenanceFetches RSS feeds from tech blogs and news sites and returns AI-generated summaries via Claude.15
- AlicenseNot gradedqualityBmaintenanceA personal news lens MCP server that uses Claude's web search to find articles relevant to your life, scoring them by causal reachability and providing a brief while tracking your attention concentration.13MIT
- AlicenseAqualityBmaintenanceConnects Claude Desktop to Notion and YouTube transcripts with one-click installation, enabling natural language queries about your pages and video content.52MIT
- AlicenseNot gradedqualityCmaintenanceEnables reading from and optionally drafting to a Substack publication via Claude, using unofficial JSON endpoints and RSS feed.1MIT
Glama MCP Gateway
Add one secure layer between your agents and this server.
TDQS
The two tools are clearly distinct: recent_news fetches the latest articles, while search_news performs a targeted query with filtering and summarization. No overlap or ambiguity exists.
Both tools use snake_case and end with '_news', showing a consistent theme. However, one uses an adjective (recent_news) and the other a verb (search_news), so the grammatical pattern is not perfectly uniform.
With only 2 tools, the set feels thin for a news-focused server. It is functional but leaves little room for variety; however, the minimal count is reasonable for a narrow, read-only news corpus.
The tools cover the two core user needs: browsing recent news and searching the corpus. No update/delete operations are expected in a read-only news context, so the surface is adequate with minor gaps (e.g., no category-specific filter tool).