ClarityBriefs MCP Server

MCP serverAI & models

This app gives your AI free access to news briefings in 89 languages. Once added, your AI can bring news briefings into your conversations in the language you choose. It is read-only and hosted for you, so there is nothing to set up or maintain.

Available today. Use it from your connected AI after setup.

Add the app, then ask your AI for a news briefing in the language you want.

Then ask your AI: use ClarityBriefs MCP Server to get compact brief

What your AI can do with it

  • Get news briefings in any of 89 languages
  • Ask for news in the language you prefer
  • Get briefings at no cost
  • Read news without changing any source data
  • Use it without hosting or maintaining anything yourself

From the project's README

As published by volkanyalc/claritybriefs-mcp-connector in README.md.

Free, cross-lingual compact news briefings for AI agents — across 89 languages, in one call.

ClarityBriefs exposes a hosted, read-only Model Context Protocol (MCP) server so AI agents and assistants can pull token-efficient news briefings on any topic — including foreign-language news pools an English-only agent can't easily reach.

Tools (public, no auth)

ToolWhat it does
get_compact_briefCompact briefing on a topic. Cross-lingual: pass source_languages (e.g. ["ko","ja","de"]) to also search foreign news pools — each article tagged with its source language.
search_newsRecent news headlines + sources for a topic.
suggest_topicsPopular public topics to brief on.

A Pro API key (sent as Authorization: Bearer <key>) additionally unlocks briefing-management tools (list / preview / create / pause / resume / rename).

Connect from Claude Desktop

Claude Desktop talks to local (stdio) MCP servers, so use the mcp-remote bridge to reach this hosted HTTP server. Requires Node.js.

Edit your claude_desktop_config.json (Settings → Developer → Edit Config) and add:

{
  "mcpServers": {
    "claritybriefs": {
      "command": "npx",
      "args": ["-y", "mcp-remote", "https://claritybriefs.com/api/mcp"]
    }
  }
}

For the Pro tools, add your API key:

{
  "mcpServers": {
    "claritybriefs": {
      "command": "npx",
      "args": [
        "-y", "mcp-remote", "https://claritybriefs.com/api/mcp",
        "--header", "Authorization: Bearer YOUR_API_KEY"
      ]
    }
  }
}

Quit Claude Desktop fully (Cmd+Q) and reopen. The tools appear under the connectors / tools icon.

Call it directly (any MCP client)

curl -s https://claritybriefs.com/api/mcp \
  -H "Content-Type: application/json" \
  -H "Accept: application/json, text/event-stream" \
  -d '{"jsonrpc":"2.0","method":"tools/call","id":1,"params":{
        "name":"get_compact_brief",
        "arguments":{"topic":"artificial intelligence regulation","language":"en","source_languages":["ko","ja","de"],"limit":6}}}'

Each returned article includes headline, summary, source, url, language, published.

Terms

  • Search & AI answers — free, please attribute claritybriefs.com with a link when citing.
  • 📄 AI training / bulk use — licensed: RSL 1.0 (ai-train=no).
  • Returns original third-party source URLs — please cite the original publishers too.

Links


This repository is a connector manifest for the hosted ClarityBriefs MCP server. The server itself is operated at https://claritybriefs.com/api/mcp.

Tools it offers (4)

What this server listed when ahel dialed its public endpoint in Sep 2026, with no key and no account of yours. The names are the server’s own.

  • get_compact_brief
  • search_news
  • suggest_topics
  • deep_research_report

Signals

Last commit
Jun 2026
Advanced
Delivery
mcp MCP server → your ahel gateway (mcp.ahel.ai) → every connected AI client.
Catalog kind
mcp-server
Gateway key
com-claritybriefs-mcp
Source
github.com/volkanyalc/claritybriefs-mcp-connector
Hosted endpoint
https://claritybriefs.com/api/mcp