Skip to content
Back to search
100
MCP live MCP 2025-06-18 streamable-http

BedrockNews

com.bedrocknews/news

GRIN-scored news for agents: discover by verdict, pull full analysis, traverse extraction graphs.

Uptime
100.0%
1 direct probes · 30d
Response
912ms
last probe
Tools
6
callable
Resources
4
readable
Prompts
4
available

Tools · 6

list_stories

Discover BedrockNews stories with GRIN-aware filters. Filter by verdict ('extractive' | 'mixed' | 'generative'), plumb range (0-100 analytical-clarity score), editorialMode ('grin' news/politics | 'cu…

get_article

Fetch one BedrockNews story by id. Returns the transformed article plus its full structured analysis (GRIN scores, extraction graph, key stats, trajectory, what-to-watch). Pass fields:'grin' to get ju…

get_extraction_graph

Return a story's extraction map as a real graph — nodes + edges data, not a picture. This is the load-bearing artifact for agents: re-render it in any style, or analyze who extracts value from whom. '…

get_related

Related BedrockNews stories for a given article — same section, ranked by editorial-mode match, plumb, source affinity, and recency.

list_categories

The BedrockNews category taxonomy: ids (valid values for list_stories' category filter), display names, and which editorial framework each category runs (grin | culture | auto).

get_site_info

BedrockNews metadata: what the site is, how the GRIN/CLAIMS/NOVEL frameworks work, terms of use + attribution, and every machine-readable surface. Also returns the full capability map (every tool, pro…

Resources · 4

Front page (live)

The current BedrockNews front page as structured JSON — story briefs with plumb, GRIN scores, and verdicts. One read instead of polling list_stories.

bedrocknews://front-page
llms.txt

Curated site map + editorial-framework overview for LLMs.

https://bedrocknews.com/llms.txt
llms-full.txt

The full API-for-agents reference: endpoints, filters, schema, terms.

https://bedrocknews.com/llms-full.txt
Article JSON Schema (v1)

The versioned JSON Schema for the public article contract.

https://bedrocknews.com/schema/v1/article.json

Prompts · 4

daily_plumb

Brief on today's highest-plumb stories — the pieces with the clearest analysis — optionally scoped to one category.

extractive_or_generative

Sourced verdict on whether current coverage of a topic is extractive or generative, using GRIN scores — no vibes, cite stories.

map_extraction

Pull a story's extraction graph (real nodes+edges) and re-render it: narrate who extracts value from whom.

research_radar

Triage recent research stories through the CLAIMS framework: what's claimed, how solid, what would change the picture.

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "bedrocknews": {
      "url": "https://api.bedrocknews.com/api/mcp",
      "transport": "streamable-http"
    }
  }
}