Connect your AI assistant (MCP)
Give Claude, ChatGPT, and other assistants live access to your brand book and press kit via the Orchestra Sites MCP server.
Orchestra Sites runs a remote MCP server (Model Context Protocol — the open standard AI assistants use to connect to outside data). Once connected, your assistant can fetch your exact brand colors, fonts, logos, voice rules, press kit, and team — and use them in anything it makes for you.
Everything is read-only: nothing the assistant does can change or publish your brand data.
Two endpoints
| Endpoint | Who it's for | Auth |
|---|---|---|
https://app.orchestra-site.com/api/mcp | You and your team — all your brands, including unpublished drafts | OAuth (browser sign-in, no API key) |
https://app.orchestra-site.com/api/public/mcp | Anyone — journalists, agencies, partners. Serves published brands only (same content as the public microsites) | None |
Claude.ai (custom connector)
- Go to Settings → Connectors → Add custom connector.
- Enter the endpoint URL (the OAuth one for your own brands).
- Complete the sign-in prompt — Claude opens a browser to your Orchestra Sites login.
Requires a Claude plan with custom connectors (Free gets one; Pro/Max/Team/Enterprise included).
Claude Code
claude mcp add --transport http orchestra-sites https://app.orchestra-site.com/api/mcp
# then inside Claude Code:
/mcp # completes the OAuth sign-in onceOr install the Orchestra Sites plugin, which bundles this connector with skills that teach Claude how to use it well.
Other assistants
Any MCP-capable client (ChatGPT, Cursor, etc.) can add the same URLs as a remote MCP server with OAuth.
What the assistant can do
Identify a brand by domain (acme.com or brand-book.acme.com), slug, or — when signed in — by brandId from list_my_brands.
Tools: get_brand_overview, get_brand_colors, get_brand_typography, get_brand_logos, get_brand_voice, get_press_kit, get_team, get_media_assets, get_design_system (zip URL + design tokens), and list_my_brands (signed-in only).
Prompts (pick from your assistant's prompt menu): brand_overview, apply_brand_to_design, write_on_brand, press_briefing, download_brand_assets, audit_my_brand.
Try it
Once connected, ask:
"Make a quarterly revenue bar chart in acme.com's brand — exact colors and fonts."
"Is this tweet on-brand for us? Check it against our voice guidelines."
"A journalist needs our logos and founder headshots — put together a reply."