← Registry

Content Tools

platphormnews.com

Aggregates and retrieves news stories with metadata from Hacker News and other sources.

1 endpoint59 known toolsFirst detected May 29, 2026Last detected September 9, 2026

ENDPOINT 1

https://platphormnews.com/api/mcp

No auth detected

MCP server metadata

Name
platphormnews-core
Version
0.0.4
Capabilities
tools

Known tools 59

get_root_info

Return PlatPhormNews root identity, purpose, public/protected policy, and discovery links.

Inferred read-only
get_public_dmz_status

Return the public DMZ status summary with graph, story, MCP, route, and discovery posture.

Inferred read-only
list_stories

List HN-prioritized public root stories, newest submissions first, with source attribution, score, author, and comment counts.

Inferred read-only
get_news_stories

List public root stories with source attribution.

Inferred read-only
list_top_stories

List top public root stories with source-backed HN metadata.

Inferred read-only
list_best_stories

List best public root stories with source-backed HN metadata.

Inferred read-only
list_new_stories

List latest public root stories with source-backed HN metadata.

Inferred read-only
list_ask_stories

List ask public root stories with source-backed HN metadata.

Inferred read-only
list_show_stories

List show public root stories with source-backed HN metadata.

Inferred read-only
list_job_stories

List jobs public root stories with source-backed HN metadata.

Inferred read-only
get_story

Retrieve one public root story by source story ID, including HN attribution and author metadata when available.

Inferred read-only
get_story_discussion

Fetch bounded public HN source discussion metadata and comment previews for a root story.

Inferred read-only
search_stories

Search HN-prioritized public root stories using the root search endpoint.

Inferred read-only
search_comments

Search bounded public HN comment previews from the current root story cache.

Inferred read-only
get_hn_author_profile

Fetch a public HN author profile for story attribution, including karma and submitted item count when supplied by the source API.

Inferred read-only
get_story_comments

Fetch the first page of public HN source comments for a story, preserving source attribution.

Inferred read-only
get_network_graph

Return the root PlatPhormNews network graph manifest.

Inferred read-only
list_network_sites

List public trusted and discovered network sites from root.

Inferred read-only
list_network_integrations

List root integration directory records.

Inferred read-only
get_site_summary

Return one network site summary by slug or hostname.

Inferred read-only
list_trusted_domains

List the root trusted-domain directory.

Inferred read-only
get_support_info

Return support categories, contacts, and platphormctl examples.

Inferred read-only
get_status

Return public root status.

Inferred read-only
get_route_compliance

Return public route compliance summary from the root graph.

Inferred read-only
get_discovery_compliance

Return public discovery-file compliance summary from the root graph.

Inferred read-only
get_trust_policy

Return root public trust policy.

Inferred read-only
get_agent_policy

Return root public agent and crawler policy.

Inferred read-only
list_agent_platforms

List agent platform policy records without claiming official crawler identities.

Inferred read-only
list_mcp_enabled_sites

List MCP-capable PlatPhormNews sites from root discovery.

Inferred read-only
list_mcp_tools

List source-backed MCP tools discovered from the root graph.

Inferred read-only
list_apis

List source-backed API endpoints discovered from the root graph.

Inferred read-only
get_searchops_source

Return the public SearchOps source packet published by root.

Inferred read-only
get_trustops_source

Return the public TrustOps source packet published by root.

Inferred read-only
get_agentops_source

Return the public AgentOps source packet published by root.

Inferred read-only
get_public_access_summary

Return public/protected access capabilities and PLATPHORM_API_KEY policy.

Inferred read-only
get_health

Return root health and discovery status.

Inferred read-only
get_root_health

Return root health and discovery status.

Inferred read-only
get_public_api_summary

Return the root OpenAPI JSON document.

Inferred read-only
get_mcp_summary

Return root and canonical MCP metadata and source-backed tool count.

Inferred read-only
get_platphormctl_examples

Return public-safe platphormctl validation examples.

Inferred read-only
validate_root_discovery

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

Inferred read-only
ingest_hn_stories_to_docs

Protected operator tool: archive newest HN stories into docs.platphormnews.com once per HN item using deterministic slugs and idempotency keys.

Inferred read-only
sync_network_graph

Protected root MCP tool.

Inferred read-only
refresh_route_compliance

Protected root MCP tool.

Inferred read-only
refresh_discovery_compliance

Protected root MCP tool.

Inferred read-only
submit_support_report

Protected root MCP tool.

Inferred read-only
trigger_network_validation

Protected root MCP tool.

Inferred read-only
create_docs_report

Protected root MCP tool.

Inferred read-only
update_agent_policy

Protected root MCP tool.

Inferred read-only
get_web4_manifest

Return the Web4 manifest for platphormnews.com, including discovery links, trust, MCP, and network stats.

Inferred read-only
get_web4_status

Return current Web4 program status including network inventory counts.

Inferred read-only
get_network_scorecard

Return the Web4 network scorecard with route evidence, discovery, fingerprint, provenance, signature, CID, contract, and XR readiness counts.

Inferred read-only
list_web4_sites

List sites in the Web4 canonical network inventory, paginated.

Inferred read-only
get_site_web4_score

Get the Web4 score for a specific site by siteId.

Inferred read-only
get_route_evidence

Get Web4 route evidence for the root site (declared-only at this time).

Inferred read-only
list_fingerprints

List public Web4 content fingerprints (SHA-256 hashes of public artifacts).

Inferred read-only
lookup_provenance

Look up a Web4 provenance record by URL, hash, or siteId.

Inferred read-only
verify_provenance

Verify a Web4 provenance record by recordId or hash.

Inferred read-only
get_xr_manifest

Get the Web4 XR scene manifest (network graph as 3D nodes and edges).

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

.mcp.json

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

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

{
  "name": "platphormnews-core",
  "transport": "streamable-http",
  "url": "https://platphormnews.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 platphormnews.com was fetched 2026-08-12T12:32:08.933Z and is being refreshed.

Trust status Trusted

platphormnews.com is assessed as Trusted: Domain has an established technology history spanning over a year.

Indexed

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