Atomic claims
Each Signal is a claim with evidence, confidence, entities, dates, source metadata, and domain classification.
Agents do not need another headline feed. They need source-grounded change in a format they can discover, inspect, pull, diff, and route. Synorb Core MCP exposes live Streams through three primary tools, with Advanced MCP for configured workflows and REST APIs for heavier Manifest retrieval.
Core MCP: 3 tools · Advanced MCP: configured workflows · REST API for volume
A news result tells an agent that something exists. A Manifest gives it the source event, the extracted claims, the compact Brief, the canonical Record, stable IDs, and provenance in one object.
Each Signal is a claim with evidence, confidence, entities, dates, source metadata, and domain classification.
Each Brief keeps the important claims together so agents and humans can review the source event without parsing raw prose again.
Each Record keeps joins, lineage, replay, and warehouse-grade use possible when the same event enters downstream systems.
Connect once to Core MCP, then let the agent discover candidate Streams with synorb-catalog, inspect filters and coverage with synorb-details, and pull Manifests with synorb-manifests. Advanced MCP is a separate URL for configured workflows that need lower-level access.
Search by topic, entity, source type, or domain and get the Streams most likely to match the user's intent.
Read coverage, source channels, home domains, tag types, date ranges, media formats, and safe query options.
Apply filters, inspect counts, retry with broader Streams when needed, and return Briefs, Signals, and Records.
Agents need to know where a claim came from before they can act on it. Synorb keeps source name, URL, published date, captured date, Stream routing, and lineage together so the agent can trace a Manifest back to the watched surface.
{
"manifest_id": "1777525429698648000",
"stream_names": ["mayfield"],
"source": {
"name": "Mayfield Blog",
"media_format": "text",
"published_date": "2026-04-30"
},
"lineage": {
"source_channel_id": "mayfield-blog",
"record_id": "1777525429649909800",
"brief_id": "1777527738510498300"
},
"delivery": {
"interfaces": ["REST", "MCP", "webhook", "S3"]
}
}
A single agent may need all three. Signals drive reasoning and alerts. Briefs fit context windows and operator review. Records keep the original source event structured enough for joins, replay, and audit.
Use Briefs when an agent needs compact narrative without losing the claims it was built from.
Use Signals when the workflow needs claim-level matching, routing, confidence, and evidence.
Use Records when the data needs stable IDs, source metadata, warehouse joins, and replay.
MCP is the right surface when an agent needs to reason through intent, discover Streams, inspect filters, run a Manifest query, observe the result, and refine. REST API is the explicit path for applications, jobs, tests, dashboards, and high-throughput retrieval.
Give Claude, Codex, Cursor, Windsurf, Perplexity Computer, or a custom agent the Core connector URL and token. Use Advanced MCP only for configured workflows that need account, digest, sync ontology, label, prompt-template, or low-level content tools.
Use REST for high-volume Manifest pulls, deterministic polling, tests, dashboards, data jobs, and latency-sensitive product paths.
The free tier includes 1,000 manifests per month on monthly delivery. Streams scale by manifest volume and refresh cadence. Firehose is for platforms that need everything Synorb writes, the moment it is written.
Synorb is a temporal context graph for AI systems. News and source events are part of what enters the graph, but the product unit is the Manifest.
No. Core MCP is the agent-native discovery interface. Advanced MCP, REST API, webhooks, and S3 are available for configured or application-owned delivery patterns.
Credentials return an API key, secret, MCP token, Core connector URL, and Advanced connector URL. From there the agent should run synorb-catalog, inspect candidates with synorb-details, then retrieve with synorb-manifests.
Free tier: 1,000 manifests per month on monthly delivery. Agents can self-provision credentials and MCP config with one request. Humans can use the credentials page and receive the same key, secret, MCP token, Core connector URL, Advanced connector URL, and schema PDF by email.
curl -s https://synorb.com/connect
Returns: api_key, api_secret, mcp_token, connector URL.