curl -s https://synorb.com/connect
Returns: api_key, api_secret, mcp_token, core + advanced MCP URLs
1,000 manifests/mo on monthly delivery. Free email flow can connect immediately too.
Secret shown once - save it.
No signup form. Your agent gets credentials and starts querying immediately.
curl -s https://synorb.com/connect
Returns: api_key, api_secret, mcp_token, core + advanced MCP URLs
1,000 manifests/mo on monthly delivery. Free email flow can connect immediately too.
Secret shown once - save it.
https://mcp.synorb.com/sse?token=YOUR_MCP_TOKEN
{ "mcpServers": {
"synorb": { "url": "..." }
} }
curl -s synorb.com/connect?format=md
curl -s synorb.com/connect
curl "https://mcp.synorb.com/profile?token=YOUR_TOKEN"
Use the MCP profile endpoint to show plan, quota, refresh cadence,
content access, and allowed date window without consuming Manifest quota.
REST-first clients can use GET https://api.synorb.com/account with api-key + secret
to fetch org profile, subscription, usage, and MCP connector details.
Core MCP: profile -> catalog -> details -> manifests.
Use by default for partner installs and normal agent workflows.
Advanced MCP: digests, sync ontology, labels, prompt templates,
and lower-level signal/brief/record tools.
MCP partners validate mcp_token with /profile before install.
API partners validate api-key + secret with /account and use REST for
scheduled, high-volume, or latency-sensitive product paths.
Filters: home_domains, cross_domains + AND/OR, tag_names/tag_ids,
tag_type, tag_logic AND/OR, source_channel_ids, media_format,
published_date_from, published_date_to, significance, compact.
Content responses should show limit, used, remaining, period,
refresh tier, available date window, and retry guidance.
For feedback or partner issues: X @synorb or team@synorb.com.
curl -H "api-key: YOUR_API_KEY" -H "secret: YOUR_API_SECRET" https://api.synorb.com/streams?page_size=5