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.
ENDPOINT 1
https://clashreport.com/mcp
MCP server metadata
- Name
- clashreport
- Version
- 1.0.0
Known tools 14
search_newsFull-text search across Clash Report's news/video/gallery archive (real q/type/offset/limit/count against /public/news).
Inferred read-onlyget_news_by_idFetches 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-onlylist_writersLists active Opinion writers, alphabetically (no schema role/region field — see specs/API-INTEGRATION.md gap list).
Inferred read-onlyget_column_by_idFetches an Opinion column by slug (/opinion/{writer}/{slug}) — title, content, author, tags and URL.
Inferred read-onlyget_short_by_slugFetches a single Short's card by slug: headline, category, publish date and URL.
Potential side effectslist_podcastsLists the latest ClashPoint podcast episodes (real offset/limit pagination).
Inferred read-onlyget_content_collectionFetches 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-onlyget_infographic_by_idFetches a single infographic by slug: headline, description, image/video URL.
Inferred read-onlyCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.