API Documentation
The PlatPhorm News API v1 (REST & MCP)
General Information
Base URL: https://www.platphormnews.com
All endpoints return JSON and follow standard HTTP status codes.
Authentication
Public GET requests do not require authentication.
POST requests (webhooks) require a valid Authorization header for non-public events.
Endpoints
GET
/api/v1/healthCheck system health and status.
GET
/api/mcpRetrieve MCP manifest and execute tool calls.
POST
/api/mcpExecute a named MCP tool (list_stories, get_games_stats, get_platform_stats, etc.).
Params: tool, params
POST
/api/v1/webhooksEndpoint for external integrations (Zapier/n8n).
Params: event, payload
GET
/api/v1/network/graphFetch the full network graph (nodes & edges).
Params: filter, category
GET
/api/gamesPlatPhorm Games data proxy — catalog, servers, leaderboard, stats, or matches.
Params: type, game, mode, sort, limit, page