← bedrocknews.com

INDIVIDUAL MCP TOOL

get_article

Fetch one BedrockNews story by id.

bedrocknews.comnone authenticationAvailability not checked

LIVE ENDPOINT

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

No auth detected

Connect to this endpoint to inspect the live schema for get_article and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests retrieving external content.

Parent server

bedrocknews.com

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.

Related tools

  • list_stories — Discover BedrockNews stories with GRIN-aware filters.
  • get_extraction_graph — Return a story's extraction map as a real graph — nodes + edges data, not a picture.
  • 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.