← thestochasticparrot.com
INDIVIDUAL MCP TOOL
get_chain
Story chains: multi-piece storylines the desk has covered more than once.
LIVE ENDPOINT
https://thestochasticparrot.com/api/mcp
Connect to this endpoint to inspect the live schema for get_chain 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
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.stochastic-parrot]
url = "https://thestochasticparrot.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"stochastic-parrot": {
"type": "http",
"url": "https://thestochasticparrot.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: stochastic-parrot
Remote MCP URL: https://thestochasticparrot.com/api/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": {
"stochastic-parrot": {
"url": "https://thestochasticparrot.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"stochastic-parrot": {
"type": "http",
"url": "https://thestochasticparrot.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "stochastic-parrot",
"transport": "streamable-http",
"url": "https://thestochasticparrot.com/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_corpus— Full-text search over every published piece (titles, deks, context lines, outlet names, and source headlines).get_audit— Fetch one piece's full detail JSON by slug: headline, kind, date, context, dek, outlets, verified contradictions with verbatim spans, naming/framing splits, and the full source list.list_audits— List published pieces (summaries: slug, title, kind, date, counts of hard contradictions and naming/framing splits), newest first.list_corrections— The desk's public corrections ledger: every logged error on a published piece — what was wrong, what changed, and when — in original ledger order.verify_piece— Provenance record for one piece: SHA-256 hashes of its canonical JSON and published HTML as of the last corpus sync.get_framing_index— The Framing Index: across the cross-outlet corpus, how often disagreements between outlets are hard contradictions vs naming/framing splits — totals, rate, monthly trend, per-outlet appearances.get_coverage_record— The capture-coverage record: what the desk's observatory actually monitored and when, including gaps.get_claim_ledger— A story chain's claim ledger: specific verbatim claims outlets made, each tracked through states (open, corroborated, contradicted, corrected, quietly_abandoned, resolved) with a receipt for every transition.