Comparison · Observability
MCP-Native Agent Eval vs Open-Source Agent Observability Platform.
TL;DR
Iris grades what an agent did with its tools — the trace, the answer, the cost — not whether an MCP server honours its own contract; a server test harness answers that question, and Iris runs beside it. For the method, see the agent eval guide.
Feature comparison
Twelve features, the same twelve on every comparison. Every Latitude cell links the page it was read from and the date. The highlighted cells are Iris's own call on which side is stronger for a team running MCP agents — 3 to Iris, 2 to Latitude — not a measurement.
| Feature | Iris | Latitude |
|---|---|---|
| Integration method | One block in the MCP config, no code — the agent discovers Iris and its tools on connect | TypeScript (@latitude-data/telemetry) or Python (latitude-telemetry) SDK; OpenTelemetry exporter for other languagesLatitude's page · read 2026-09-21 |
| Self-hosting | One process, one SQLite file; Docker image with a health check | Free self-hosting (Docker Compose or Helm): five services + Postgres/pgvector, ClickHouse, Redis, Temporal, object storeLatitude's page · read 2026-09-21 |
| Where it runs | Nothing in the agent's process — Iris is a separate server the agent calls | In-process telemetry SDK in your app, or your existing OpenTelemetry pipeline exporting to Latitude; no proxy describedLatitude's page · read 2026-09-21 |
| Evaluation | 21 built-in deterministic rules and 9 custom-rule types, in-process; 6 judge templates on a key you supply; every rule's precision and recall published | LLM-as-judge, deterministic conditions or custom JavaScript score completed sessions; human annotations check alignmentLatitude's page · read 2026-09-21 |
| Cost tracking | Per-trace USD cost and tokens; a cost spike judged against the agent's own history | Input/output/total tokens and estimated cost per trace and session; Cost dashboard with per-model spend, cache adviceLatitude's page · read 2026-09-21 |
| MCP support | Protocol-native — Iris is an MCP server with 12 tools; OTLP traces in | Remote OAuth MCP server (api.latitude.so/v1/mcp) with tools generated from the Latitude API, for coding agentsLatitude's page · read 2026-09-21 |
| License | MIT, the whole package | MIT on the default branch (development); the older main branch still carries an LGPL-3.0 LICENSE and READMELatitude's page · read 2026-09-21 |
| Ownership | Independent and founder-led | Operated by Latitude Data, S.L., Barcelona, Spain; funding and investors are not stated on its pagesLatitude's page · read 2026-09-21 |
| Dashboard | A local dashboard on its own port: traces, moments, regressions, five views | Web UI with Traces, Sessions, Signals, Evaluations, Cost, Users, Tools, Memory, Search, Behaviors and Experiments viewsLatitude's page · read 2026-09-21 |
| Framework support | Any MCP client (1 verified, 9 claimed — see /clients); OTLP/HTTP from anything else | OpenAI, Anthropic, Bedrock, Vercel AI SDK, LangChain and more, plus any OpenTelemetry-compatible applicationLatitude's page · read 2026-09-21 |
| Prompt management | Not included | Not stated in the vendor's documentation as of 2026-09-21Latitude's page · read 2026-09-21 |
| Enterprise and compliance | Self-hosted. Nothing leaves your machine unless you set IRIS_OTEL_ENDPOINT, which exports traces to the collector you name, or enable the LLM judge with your own key. No compliance certification is claimed before it is held | SOC 2 Type II; ISO 27001 reports; GDPR; SAML SSO, RBAC, custom on-prem or cloud deployment on the Enterprise planLatitude's page · read 2026-09-21 |
Decision guide
Every Latitude statement on this page was read from one of these pages on the date shown. The file behind this page is website/src/lib/compare/latitude.json.
Last verified: 2026-09-21. This comparison is based on publicly available documentation and may not reflect recent changes to Latitude. We aim to keep this page accurate and fair.
See something outdated or incorrect? Report an inaccuracy — we review and update within 48 hours.
Add Iris to your MCP config. First trace in 60 seconds. No SDK, no signup, no infrastructure.