{
  "markdown": "# ClarityBriefs MCP Server\n\n> Free, **cross-lingual** compact news briefings for AI agents — across **89 languages**, in one call.\n\n[ClarityBriefs](https://claritybriefs.com) 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.\n\n- **Endpoint:** `https://claritybriefs.com/api/mcp`\n- **Transport:** Streamable HTTP · JSON-RPC 2.0 · MCP spec `2025-11-25`\n- **Auth:** none for the public tools (anonymous). An optional Bearer API key unlocks Pro briefing-management tools.\n- **Cost to you:** free, attribution-based. Training / bulk use is licensed ([RSL 1.0](https://claritybriefs.com/license.xml)).\n- **Docs:** https://claritybriefs.com/agents · **llms.txt:** https://claritybriefs.com/llms.txt · **OpenAPI:** https://claritybriefs.com/api/agent/openapi.json\n\n## Tools (public, no auth)\n\n| Tool | What it does |\n|------|--------------|\n| `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. |\n| `search_news` | Recent news headlines + sources for a topic. |\n| `suggest_topics` | Popular public topics to brief on. |\n\nA **Pro API key** (sent as `Authorization: Bearer <key>`) additionally unlocks briefing-management tools (list / preview / create / pause / resume / rename).\n\n## Connect from Claude Desktop\n\nClaude Desktop talks to local (stdio) MCP servers, so use the [`mcp-remote`](https://www.npmjs.com/package/mcp-remote) bridge to reach this hosted HTTP server. Requires [Node.js](https://nodejs.org).\n\nEdit your `claude_desktop_config.json` (Settings → Developer → Edit Config) and add:\n\n```json\n{\n  \"mcpServers\": {\n    \"claritybriefs\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"mcp-remote\", \"https://claritybriefs.com/api/mcp\"]\n    }\n  }\n}\n```\n\nFor the Pro tools, add your API key:\n\n```json\n{\n  \"mcpServers\": {\n    \"claritybriefs\": {\n      \"command\": \"npx\",\n      \"args\": [\n        \"-y\", \"mcp-remote\", \"https://claritybriefs.com/api/mcp\",\n        \"--header\", \"Authorization: Bearer YOUR_API_KEY\"\n      ]\n    }\n  }\n}\n```\n\nQuit Claude Desktop fully (Cmd+Q) and reopen. The tools appear under the connectors / tools icon.\n\n## Call it directly (any MCP client)\n\n```bash\ncurl -s https://claritybriefs.com/api/mcp \\\n  -H \"Content-Type: application/json\" \\\n  -H \"Accept: application/json, text/event-stream\" \\\n  -d '{\"jsonrpc\":\"2.0\",\"method\":\"tools/call\",\"id\":1,\"params\":{\n        \"name\":\"get_compact_brief\",\n        \"arguments\":{\"topic\":\"artificial intelligence regulation\",\"language\":\"en\",\"source_languages\":[\"ko\",\"ja\",\"de\"],\"limit\":6}}}'\n```\n\nEach returned article includes `headline`, `summary`, `source`, `url`, `language`, `published`.\n\n## Terms\n\n- ✅ **Search & AI answers** — free, please attribute `claritybriefs.com` with a link when citing.\n- 📄 **AI training / bulk use** — licensed: [RSL 1.0](https://claritybriefs.com/license.xml) (`ai-train=no`).\n- Returns original third-party source URLs — please cite the original publishers too.\n\n## Links\n\n- Website: https://claritybriefs.com\n- Agent docs: https://claritybriefs.com/agents\n- OpenAPI: https://claritybriefs.com/api/agent/openapi.json\n- Contact / licensing: info@claritybriefs.com\n\n---\n\n*This repository is a connector manifest for the hosted ClarityBriefs MCP server. The server itself is operated at `https://claritybriefs.com/api/mcp`.*\n",
  "bytes": 3540,
  "sha": "d68fe5f4c9365634e2389b2ccb6a0b5c4bb2c667fc39c35153c2b34142fcdf62",
  "repo_slug": "volkanyalc/claritybriefs-mcp-connector",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_com_claritybriefs_mcp_992b0830/readme"
}