# MCP Trace Observatory > Real-time observability monitor for the PlatPhorm agent network: live traces, spans, tool calls, lifecycle states, and system health. Version: 1.0.0 Upstream data source: https://trace.platphornews.com ## Overview This app is a real-time observability monitor for the PlatPhorm agent network. It visualizes live traces, spans, tool calls, lifecycle states, and system health. ## Pages - [Dashboard](https://mind-processing-monitor.platphormnews.com/): Live monitor with stats, trace feed, lifecycle distribution, and health. - [Trace detail](https://mind-processing-monitor.platphormnews.com/trace/{trace_id}): Single-trace inspection with spans. ## API - [Health](https://mind-processing-monitor.platphormnews.com/api/health): Service health probe (JSON). - [Docs](https://mind-processing-monitor.platphormnews.com/api/docs): OpenAPI-style endpoint index (JSON). - [Snapshot](https://mind-processing-monitor.platphormnews.com/api/monitor): Combined live snapshot (health, stats, observatory, traces). - [Events](https://mind-processing-monitor.platphormnews.com/api/events): Append-only event outbox derived from recent traces. - [Webhooks](https://mind-processing-monitor.platphormnews.com/api/webhooks): Signed, retryable, idempotent inbound webhook receiver. ## Discovery - [RSS](https://mind-processing-monitor.platphormnews.com/rss.xml) - [Sitemap](https://mind-processing-monitor.platphormnews.com/sitemap.xml) - [LLMs index](https://mind-processing-monitor.platphormnews.com/llms-index.json) - [LLMs full](https://mind-processing-monitor.platphormnews.com/llms-full.txt) ## Auth & limits - Server-to-server calls to the upstream use PLATPHORM_API_KEY (never exposed to clients). - Inbound webhooks require an X-Signature HMAC header (see /llms-full.txt).