Connect Core MCP
Use Streamable HTTP. A token is required to pull Manifests and use account tools; discovery is keyless — you can call the discovery and reference tools (synorb-catalog, synorb-stream-search, synorb-details, synorb-configure-beacon, and the other read-only catalog/tag tools) over /mcp with no token. Add an Authorization bearer token to unlock Manifest pulls and account tools, then initialize once for the user or workspace and reuse the same session across tool calls.
{
"mcpServers": {
"synorb": {
"url": "https://mcp.synorb.com/mcp",
"headers": {
"Authorization": "Bearer YOUR_MCP_TOKEN"
}
}
}
}
Typical Agent Flow
synorb-profile.Core or Advanced?
Start with Core MCP for normal assistant access. Use Advanced MCP only when the workflow has been configured for expanded tools such as digest management, sync ontology, labels, prompt templates, or full record access.