Analytics
pure.report
Provides neutral, bias-scored news articles and analysis of media coverage across the political spectrum.
ENDPOINT 1
https://pure.report/mcp
MCP server metadata
- Name
- pure-report-news
- Version
- 1.0.2
Pure Report provides politically-neutral, bias-scored news. Every article is rewritten to strip loaded language; the 0-100 bias score rates the ORIGINAL source reporting (0 = wire-neutral, 100 = advocacy), NOT the returned rewrite, which is neutral by design. Stories are clustered into events; each event carries a verification-gated neutral account, a framing spectrum showing how left/center/right outlets covered it, and receipts (verbatim source quotes). Use search_news for topics/keywords (each result lists the event(s) it belongs to), trending_events for what's active now, get_event for a full neutral writeup, compare_coverage for cross-outlet framing, and get_article to fetch one rewritten article by id. Bug reports or tool requests: mcp@pure.report.
Known tools 6
get_eventGet the full neutral writeup of one news event by slug: a verification-gated account (lede, what-we-know bullets with verbatim source receipts, single-source attributed items) plus a coverage census (how many outlets by political lean, earliest report).
Inferred read-onlycompare_coverageShow how outlets across the political spectrum framed one event: a per-outlet bias-score spectrum and, where they editorialized, the verbatim framing quotes grouped by left/center/right.
Inferred read-onlyget_articleFetch one article by id: neutral rewritten title + body, a bias_score for the ORIGINAL source (not the rewrite), source, extracted entities, and the events it belongs to.
Inferred read-onlyabout_pure_reportHow Pure Report works — the bias scale, neutralization method, the two-gate verification for event accounts, lean labeling, coverage scope (topic list), and the support contact.
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.pure-report-news]
url = "https://pure.report/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"pure-report-news": {
"type": "http",
"url": "https://pure.report/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: pure-report-news
Remote MCP URL: https://pure.report/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": {
"pure-report-news": {
"url": "https://pure.report/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"pure-report-news": {
"type": "http",
"url": "https://pure.report/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "pure-report-news",
"transport": "streamable-http",
"url": "https://pure.report/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.