Featured

Deploy OpenClaw in 60 seconds — 20% off logoDeploy OpenClaw in 60 seconds — 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger
Crawl and scrape any site into clean data, 10% off logoCrawl and scrape any site into clean data, 10% off

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits, and new users get 10% off their first purchase.

Try Firecrawl free
6,000+ web scrapers for your AI agent, start free logo6,000+ web scrapers for your AI agent, start free

Apify gives your agent live web data: 6,000+ prebuilt scrapers and actors, MCP-ready. Sign up free with $5 in usage credits.

Try Apify free
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data — no proxies, no parsers, no maintenance.

Start building free
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it — secured from day one.

Get it set up for you
SEO data APIs for your agent, $1 free credit logoSEO data APIs for your agent, $1 free credit

DataForSEO gives your agent live access to SERP results, keyword data, backlinks, and on-page SEO data through one API. New accounts get a $1 credit, good for up to 20,000 keyword or backlink lookups.

Try DataForSEO free
Reach 48,000+ AI builders

A flat monthly placement in front of developers actively installing AI tools. No lock-in, cancel anytime.

Advertise here

Works with

Claude CodeClaude DesktopCursorVS CodeClineCodex CLIOpenClaw+ any MCP client

Install to Claude Code

This server doesn't publish a one-line install command. Follow the setup in the source repository.

Summary

Free cross-lingual news briefings for AI agents across 89 languages. Read-only, hosted.

README.md

ClarityBriefs MCP Server

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.

  • Endpoint: https://claritybriefs.com/api/mcp
  • Transport: Streamable HTTP · JSON-RPC 2.0 · MCP spec 2025-11-25
  • Auth: none for the public tools (anonymous). An optional Bearer API key unlocks Pro briefing-management tools.
  • Cost to you: free, attribution-based. Training / bulk use is licensed (RSL 1.0).
  • Docs: https://claritybriefs.com/agents · llms.txt: https://claritybriefs.com/llms.txt · OpenAPI: https://claritybriefs.com/api/agent/openapi.json

Tools (public, no auth)

| Tool | What it does | |------|--------------| | get_compact_brief | Compact 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_news | Recent news headlines + sources for a topic. | | suggest_topics | Popular 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

  • Website: https://claritybriefs.com
  • Agent docs: https://claritybriefs.com/agents
  • OpenAPI: https://claritybriefs.com/api/agent/openapi.json
  • Contact / licensing: info@claritybriefs.com

---

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

See related servers & alternatives →

Related MCP servers

Browse all →

Related guides

Hand-picked reading to help you choose and use AI & ML servers.