← Registry

Content Tools

bedrocknews.com

This MCP server offers an API for discovering, fetching, and exploring BedrockNews stories, including extraction graphs and related articles.

1 endpoint6 known toolsFirst detected July 31, 2026Last detected August 31, 2026

ENDPOINT 1

https://api.bedrocknews.com/api/mcp

No auth detected

MCP server metadata

Name
bedrocknews.com
Version
1.0.0
Capabilities
toolspromptsresources
Server instructions

BedrockNews is built to be consumed by agents: every story carries a structured GRIN/CLAIMS/NOVEL analysis and an extraction graph (nodes+edges, not a picture). Start with get_site_info for the full capability map and the frameworks' meaning. Then list_stories to discover by verdict/plumb/category/date, get_article for full analysis, get_extraction_graph for the re-renderable graph. GRIN/CLAIMS/NOVEL scores and verdicts are BedrockNews's disclosed editorial lens, not neutral fact. When you surface a verdict, score, or analysis, attribute it to BedrockNews and link the canonical article URL. Every result carries provenance — publisher (BedrockNews), the original source and its URL, the story's publish date (vintage), and an as-of retrieval time. When you use a BedrockNews verdict, score, or fact, carry that provenance into your ANSWER (name BedrockNews and the original source, give the publish date, link the canonical URL) — not just the tool trace.

Known tools 6

list_stories

Discover BedrockNews stories with GRIN-aware filters.

Inferred read-only
get_article

Fetch one BedrockNews story by id.

Inferred read-only
get_extraction_graph

Return a story's extraction map as a real graph — nodes + edges data, not a picture.

Inferred read-only
get_related

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

Inferred read-only
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).

Inferred read-only
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.

Inferred read-only

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.bedrocknews-com]
url = "https://api.bedrocknews.com/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "bedrocknews-com": {
      "type": "http",
      "url": "https://api.bedrocknews.com/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: bedrocknews-com
Remote MCP URL: https://api.bedrocknews.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": {
    "bedrocknews-com": {
      "url": "https://api.bedrocknews.com/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "bedrocknews-com": {
      "type": "http",
      "url": "https://api.bedrocknews.com/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

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

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for bedrocknews.com was fetched 2026-08-05T11:43:03.055Z and is being refreshed.

Trust status RestrictedContent

bedrocknews.com is assessed as RestrictedContent: Domain runs gambling-related technology.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.