Skip to content

ChatGPT

ChatGPT Business / Enterprise / Edu plans with developer mode enabled can connect to streamboard natively as an MCP server.

  1. Open ChatGPTSettingsConnectors
  2. Click Create
  3. Enter the URL: https://mcp.usestreamboard.com/mcp
  4. Click Save
  5. Open a new chat, click + near the message composer, click More, and select the streamboard connector
  6. On first use, sign in via OAuth

For Plus / Free users without MCP connector support:

  1. Go to ChatGPT and create a Custom GPT
  2. In the GPT editor, go to Configure → Actions
  3. Set up OAuth authentication with:
    • Authorization URL: https://mcp.usestreamboard.com/authorize
    • Token URL: https://mcp.usestreamboard.com/token
  4. Copy ChatGPT’s callback URL and add it to your OAuth provider’s allowed redirect URIs
ToolDescription
create_streamboardAuthor a new streamboard from a json-render spec
update_streamboardAppend a new version to an existing streamboard
get_streamboardRead the spec + metadata for a streamboard
get_streamboard_dataRead live pushed state + binding contract (latest spec); catches $bind typos/drift
list_versionsList every version of a streamboard
delete_streamboardPermanent delete (owner / org admin only)
  • “Build a streamboard with four KPI tiles + an area chart for weekly signups. Make the chart data bindable.”
  • “Update streamboard <id> to add a ‘Top regions’ bar chart.”
  • “What’s in version 3 of streamboard <id>?”

After authoring, mint a data token in Settings → Tokens and push values via @streamboard/sdk or the CLI.