← claritybriefs.com

INDIVIDUAL MCP TOOL

get_compact_brief

Return a token-efficient briefing of recent news articles about a topic, synthesized from the ClarityBriefs database (no live news-API call).

claritybriefs.comnone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • A tool name, description or schema mentions credentials.

Parent endpoint

claritybriefs.com

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.claritybriefsmcp]
url = "https://claritybriefs.com/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "claritybriefsmcp": {
      "type": "http",
      "url": "https://claritybriefs.com/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: claritybriefsmcp
Remote MCP URL: https://claritybriefs.com/api/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "claritybriefsmcp": {
      "url": "https://claritybriefs.com/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "claritybriefsmcp": {
      "type": "http",
      "url": "https://claritybriefs.com/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "claritybriefsmcp",
  "transport": "streamable-http",
  "url": "https://claritybriefs.com/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • search_news — Search recent news articles in the ClarityBriefs database about a topic.
  • suggest_topics — List popular public briefing topics other users follow, as ideas to track.
  • deep_research_report — Produce a deep, structured, CITED research report on a topic — a multi-section synthesis across the ClarityBriefs corpus (executive summary, thematic sections with [n] citations, weak signals, sources).