← platphormnews.com

INDIVIDUAL MCP TOOL

validate_root_discovery

Validate root public discovery surfaces by reading health, graph, llms, RSS, sitemap, and trust endpoints.

platphormnews.comnone authenticationAvailability not checked

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 endpoint

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

.mcp.json

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

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • get_root_info — Return PlatPhormNews root identity, purpose, public/protected policy, and discovery links.
  • get_public_dmz_status — Return the public DMZ status summary with graph, story, MCP, route, and discovery posture.
  • list_stories — List HN-prioritized public root stories, newest submissions first, with source attribution, score, author, and comment counts.
  • get_news_stories — List public root stories with source attribution.
  • list_top_stories — List top public root stories with source-backed HN metadata.
  • list_best_stories — List best public root stories with source-backed HN metadata.
  • list_new_stories — List latest public root stories with source-backed HN metadata.
  • list_ask_stories — List ask public root stories with source-backed HN metadata.