Atlas News Intelligence

Atlas is a read-only global news intelligence service over current, evidence-backed records. It clusters reports about the same event and compares primary editorial markets only when that assignment is evidenced. Event location, publisher origin, and primary editorial market remain separate.

REST reads

GET /api/v1/intelligence?window=24h&prominence=normalized

GET /api/v1/stories?metric=normalized&limit=20

GET /api/v1/stories/{cluster_id}

MCP

POST JSON-RPC requests to /mcp. Tools are read-only and share the same truth store as the browser and REST API.

A2A

POST an A2A v1 JSON-RPC SendMessage request to /a2a. Legacy message/send requests use the official v0.3 lowercase user role and one kind-discriminated text or data part; responses are direct v0.3 kind:"message" results with lowercase agent role. The HTTP+JSON compatibility route is /a2a/message:send. Text parts on either JSON-RPC method must contain strict JSON for one supported read operation; free-form text is rejected.

Authentication and effects

No authentication is required for these public reads. Atlas exposes no public mutation, account, payment, or credential-management operation.

Limits and compatibility

Public read responses carry standard rate-limit policy and remaining-budget headers when the production edge can identify a request source. A 429 includes Retry-After. REST v1 is the stable integration surface; see the documented versioning policy before relying on an unversioned compatibility route.