← pure.report
INDIVIDUAL MCP TOOL
get_article
Fetch 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.
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests retrieving external content.
Parent endpoint
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.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.
Related tools
search_news— Search Pure Report's neutral, bias-scored news.trending_events— List the news events with the most current coverage activity.get_event— Get 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).compare_coverage— Show 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.about_pure_report— How 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.