mcp
Free cross-lingual news briefings for AI agents across 89 languages. Read-only, hosted.
Install
mcp_config.json
{
"mcpServers": {
"com-claritybriefs-mcp": {
"url": "https://claritybriefs.com/api/mcp",
"type": "streamable-http"
}
}
}Documentation
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.comwith 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.
Sourced from the repository README.
More in AI & Agents
- PonytailMakes your AI agent think like the laziest senior dev in the room. The best code is the code you never wrote.109,599
- AgentsMulti-harness agentic plugin marketplace for Claude Code, Codex, Cursor, OpenCode, GitHub Copilot, and Google Antigravity39,079
- Frontend SlidesCreate beautiful slides on the web using a coding agent's frontend skills28,060
- Agent Skills Search ServerSearch and discover Agent Skills from the skills.sh registry. Powered by HAPI MCP server.24,658
- Agency Agents Zh🎭 267 个即插即用的 AI 专家角色 — 支持 Hermes Agent/Claude Code/Cursor/Copilot 等 18 种工具,覆盖工程/设计/营销/金融等 20 个部门。含 52 个中国市场原创智能体(小红书/抖音/微信/飞书/钉钉等)。搭配编排器 agency-orchestrator,一句话即可让多位专家按 DAG 自动协作。19,868
- Watermarks RemoverStrip multi-vendor AI provenance marks: Unicode text hygiene, statistical rewrite hooks, and C2PA/metadata from PNG/JPEG/SVG/PDF/DOCX/HTML/MD17,822