Synorb
MCP

Give your agent live context through a warm MCP session.

Core MCP is the default server for agent workflows. Advanced MCP is available for configured workflows that need digest, ontology, label, prompt, or lower-level tools.

Connect Core MCP

Use Streamable HTTP with an Authorization bearer token for new integrations. 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

1. Profile. Confirm account, quota, and date-window availability with synorb-profile.
2. Discover. Use stream or catalog tools to choose the narrowest useful source scope.
3. Pull Manifests. Fetch on-topic Manifests with explicit filters and cite returned source URLs.

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.