Use Claude with Synorb MCP to explore sources, choose dashboard panels, and inspect real cited Manifests before writing code. Then ship the dashboard with backend REST calls that fetch Briefs or Signals, normalize them into panels, and keep Synorb credentials out of the browser.
Follow /build/claude-mcp for Claude Code, Claude, or Claude Desktop setup. MCP lets Claude inspect the data shape while it builds.
Define each panel as a topic, company, domain, source group, or Beacon. Panels work best when each has a clear filter and date window.
Use server-side secrets for SYNORB_API_KEY and SYNORB_SECRET. The frontend calls your backend and never sees Synorb credentials.
Claude can use MCP to decide which Streams and filters matter. A shipped dashboard should use REST from your backend because dashboards need predictable refreshes, caching, and user-safe responses.
synorb-stream-search, synorb-manifests, Beacon tools when neededapi-key + secret in server-side envCredential safetyDo not paste real credentials into prompts, source files, browser code, or screenshots. Let the runtime load secrets from the server environment.
Each panel can call the same backend endpoint with a different saved filter. Keep source URLs visible so researchers can verify every item.
Guides Claude through panel discovery, REST backend implementation, citations, and credential safety.
Connect Synorb MCP to Claude before asking it to design dashboard panels.
Use the docs for REST filters and pricing for quota and cadence decisions.
Research dashboards need structured, source-grounded content rather than ad hoc page crawling.
Use MCP while Claude is designing and coding. Use REST from your backend for the shipped dashboard so credentials stay server-side and the app has a stable contract.
A panel should show cited items for a clear topic, company, source group, or Beacon. Include headline, summary, date, source URL, significance, and empty-state guidance.
No. Store the REST api-key and secret only as server-side secrets. The browser should receive prepared dashboard data.
The canonical setup page is /build/claude-mcp.
The same Synorb MCP connects to major MCP-capable coding agents. The deployed dashboard should still use REST from a backend.
Generate credentials, connect Claude, and build a cited research dashboard.