← clashreport.com

INDIVIDUAL MCP TOOL

get_content_collection

Fetches a podcast show's episode list by slug (the endpoint ignores offset/limit server-side — the full list is fetched once and paginated client-side here, same as the page does).

clashreport.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://clashreport.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_content_collection and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

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

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

clashreport.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.clashreport]
url = "https://clashreport.com/mcp"
enabled = true
Claude Code

.mcp.json

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

Settings → Connectors → Add custom connector

Name: clashreport
Remote MCP URL: https://clashreport.com/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": {
    "clashreport": {
      "url": "https://clashreport.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • search_news — Full-text search across Clash Report's news/video/gallery archive (real q/type/offset/limit/count against /public/news).
  • get_news_by_id — Fetches a single News/Video/Photo essay article by slug — News, Video and Photo essay are the SAME entity+endpoint on this site (/{brand}/articles/{slug}), only the page section it renders on differs.
  • list_news — Lists Clash Report news.
  • list_writers — Lists active Opinion writers, alphabetically (no schema role/region field — see specs/API-INTEGRATION.md gap list).
  • list_columns — Lists Opinion columns.
  • get_writer — Fetches a writer's profile and recent articles by slug.
  • get_column_by_id — Fetches an Opinion column by slug (/opinion/{writer}/{slug}) — title, content, author, tags and URL.
  • list_shorts — Lists Clash Report Shorts (short-form video), newest first.