Connect any MCP client to Synorb to discover news Streams, inspect cited Manifests, and prototype feed behavior with real data. When the feed becomes a shipped app, move the content pull to a backend REST route so credentials stay private and the frontend receives normalized cited rows.
Use any client that can connect to https://mcp.synorb.com/mcp. The generic setup page is /agents/coding-agents/mcp.
Use the one Synorb Key in trusted MCP client or backend configuration, as Authorization: Bearer <Synorb Key> for both MCP and REST.
For a shipped app, choose REST for request/response feeds. For higher-volume product delivery, review webhooks and S3 archive exports in the docs and plan limits.
An MCP news feed can start as an agent workflow, but a user-facing app needs a server-side feed contract. Do not put an Synorb Key in a public app.
Synorb Key as Authorization: Bearer <Synorb Key> in backend secretsCredential safetyDo not expose the Synorb Key to end users. Use backend routes and environment secrets for shipped products.
MCP Manifest previews help the agent learn the shape. The production route should return a smaller feed object to the frontend.
Uses MCP for discovery, then turns the selected scope into a backend REST implementation.
Use the docs for REST delivery and pricing for quota, cadence, webhooks, and S3 archive exports decisions.
Learn how Synorb fits as an MCP server for source-grounded news workflows.
No. MCP is best for interactive agent workflows and prototyping. Production apps should usually use REST and webhooks from server-side infrastructure, with S3 archive exports for historical backfills.
No. Treat the Synorb Key as a secret. Put it only in trusted MCP client or backend configuration and use it as Authorization: Bearer <Synorb Key> for both MCP and REST.
Synorb returns cited Manifests through MCP and REST rows such as data.briefs[] or data.signals[] through the API. Each item should keep its source URL visible.
The canonical setup page for any MCP client is /agents/coding-agents/mcp.
The same Synorb MCP connects to major MCP-capable coding agents. Use the matching setup page for your client.
Generate credentials, connect your MCP client, and build a cited news feed.