Server data from the Official MCP Registry
Free cross-lingual news briefings for AI agents across 89 languages. Read-only, hosted.
Free cross-lingual news briefings for AI agents across 89 languages. Read-only, hosted.
Remote endpoints: streamable-http: https://claritybriefs.com/api/mcp
3 tools verified · Open access · No issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
Remote servers are capped at 8.0 because source code is not available for review. The score reflects endpoint verification only.
Remote Plugin
No local installation needed. Your AI client connects to the remote endpoint directly.
Add this to your MCP configuration to connect:
{
"mcpServers": {
"com-claritybriefs-mcp": {
"url": "https://claritybriefs.com/api/mcp"
}
}
}From the project's GitHub README.
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.
https://claritybriefs.com/api/mcp2025-11-25| 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).
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.
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.
claritybriefs.com with a link when citing.ai-train=no).This repository is a connector manifest for the hosted ClarityBriefs MCP server. The server itself is operated at https://claritybriefs.com/api/mcp.
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.