← Registry

Content Tools

clashreport.com

MCP server for Clash Report that searches and retrieves news, video, photo essays, opinion writers, and columns via its public API.

1 endpoint14 known toolsFirst detected September 16, 2026Last detected September 16, 2026

ENDPOINT 1

https://clashreport.com/mcp

No auth detected

MCP server metadata

Name
clashreport
Version
1.0.0
Capabilities
tools.listChanged

Known tools 14

search_news

Full-text search across Clash Report's news/video/gallery archive (real q/type/offset/limit/count against /public/news).

Inferred read-only
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.

Inferred read-only
list_news

Lists Clash Report news.

Inferred read-only
list_writers

Lists active Opinion writers, alphabetically (no schema role/region field — see specs/API-INTEGRATION.md gap list).

Inferred read-only
list_columns

Lists Opinion columns.

Inferred read-only
get_writer

Fetches a writer's profile and recent articles by slug.

Inferred read-only
get_column_by_id

Fetches an Opinion column by slug (/opinion/{writer}/{slug}) — title, content, author, tags and URL.

Inferred read-only
list_shorts

Lists Clash Report Shorts (short-form video), newest first.

Inferred read-only
get_short_by_slug

Fetches a single Short's card by slug: headline, category, publish date and URL.

Potential side effects
list_podcasts

Lists the latest ClashPoint podcast episodes (real offset/limit pagination).

Inferred read-only
list_content_collections

Lists podcast shows/collections.

Inferred read-only
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).

Inferred read-only
list_infographics

Lists published infographics.

Inferred read-only
get_infographic_by_id

Fetches a single infographic by slug: headline, description, image/video URL.

Inferred read-only

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.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.