← synorb.com

INDIVIDUAL MCP TOOL

synorb-configure-beacon

Translate a natural-language tracking intent into a proposed Beacon configuration.

synorb.comnone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent endpoint

synorb.com

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.synorb-com]
url = "https://mcp.synorb.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "synorb-com": {
      "type": "http",
      "url": "https://mcp.synorb.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: synorb-com
Remote MCP URL: https://mcp.synorb.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "synorb-com": {
      "url": "https://mcp.synorb.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "synorb-com": {
      "type": "http",
      "url": "https://mcp.synorb.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "synorb-com",
  "transport": "streamable-http",
  "url": "https://mcp.synorb.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • synorb-catalog — Ranked stream candidates for a topic or intent.
  • synorb-details — Deep metadata for a specific stream: source channels, refresh schedule, coverage start date, content type, tag breakdown.
  • synorb-stream-search — Inventory concierge: search what streams and podcasts you have access to by topic, publisher, or keyword.
  • synorb-manifests — Pull actual content: signals (structured claim extractions) and briefs (narrative summaries) from one or more streams.
  • synorb-profile — Account profile, quota status, and plan details, plus Synorb orientation.
  • synorb-save-beacon — Save a Beacon to this account and return its public beacon_id.
  • synorb-beacons — List saved Beacons on this account.
  • synorb-archive-beacon — Archive a saved Beacon owned by this account.