Content Tools
bedrocknews.com
This MCP server offers an API for discovering, fetching, and exploring BedrockNews stories, including extraction graphs and related articles.
ENDPOINT 1
https://api.bedrocknews.com/api/mcp
MCP server metadata
- Name
- bedrocknews.com
- Version
- 1.0.0
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
get_extraction_graphReturn a story's extraction map as a real graph — nodes + edges data, not a picture.
Inferred read-onlyget_relatedRelated BedrockNews stories for a given article — same section, ranked by editorial-mode match, plumb, source affinity, and recency.
Inferred read-onlylist_categoriesThe 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-onlyget_site_infoBedrockNews metadata: what the site is, how the GRIN/CLAIMS/NOVEL frameworks work, terms of use + attribution, and every machine-readable surface.
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.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.
bedrocknews.com is assessed as RestrictedContent: Domain runs gambling-related technology.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.