# stream

Connect to Synorb Streams to explore and query live streams. Search, filter, and retrieve events on demand or in real time. Streamline monitoring and build workflows triggered by updates.

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add navanithbharadwaj/stream

# Browse available tools
npx -y @smithery/cli@latest tool list navanithbharadwaj/stream

# Get full schema for a tool
npx -y @smithery/cli@latest tool get navanithbharadwaj/stream synorb-stream-catalog

# Call a tool
npx -y @smithery/cli@latest tool call navanithbharadwaj/stream synorb-stream-catalog '{}'
```

## Direct MCP Connection

Endpoint: `https://stream--navanithbharadwaj.run.tools`

## Tools (5)

- `synorb-stream-catalog` — Retrieve the complete catalog of Synorb data streams available to your API token. Synorb provides machine-readable inte…
- `synorb-stream-details` — Fetch deep metadata and configuration for a specific stream. Reveals the internal structure, available filters with exa…
- `synorb-stream-stories` — Retrieve stream content (stories) with filtering, date ranges, and pagination. This is your primary data retrieval tool…
- `synorb-stream-stories-advanced` — Search for stream stories with flexible filtering, date ranges, and pagination. This endpoint performs advanced content…
- `synorb-profile` — Retrieve authenticated account metadata and access configuration.

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get navanithbharadwaj/stream <tool-name>
```
