{"openapi":"3.0.3","info":{"title":"PlatPhorm News Alt API","version":"0.6.0","description":"Public, read-only discovery and Hacker News story endpoints for the LCARS AltNews reader.","termsOfService":"https://altnews.platphormnews.com/terms"},"servers":[{"url":"https://altnews.platphormnews.com","description":"Production"}],"paths":{"/api/health":{"get":{"summary":"Health check","responses":{"200":{"description":"ok"}}}},"/api/v1/health":{"get":{"summary":"Health check v1","responses":{"200":{"description":"ok"}}}},"/api/mcp":{"get":{"summary":"MCP metadata","responses":{"200":{"description":"MCP metadata"}}},"post":{"summary":"JSON-RPC MCP request","responses":{"200":{"description":"JSON-RPC response"}}}},"/api/stories/{type}":{"get":{"summary":"Read live Hacker News stories","parameters":[{"name":"type","in":"path","required":true,"schema":{"enum":["top","best","new","ask","show","jobs"]}}],"responses":{"200":{"description":"Stories"}}}}}}