Skip to main content

Connect ChatGPT

You can connect ScentSell to ChatGPT using a custom GPT or (when available) ChatGPT's native MCP support.

What you'll learn

  • How to create a custom GPT that connects to ScentSell
  • How native MCP support works (when available)

Option 1: Custom GPT (available now)

ChatGPT allows you to create custom GPTs with external API actions. You can configure a custom GPT to call the ScentSell MCP endpoint.

  1. Go to chat.openai.com and click Explore GPTsCreate a GPT.
  2. In the Configure tab, go to ActionsCreate new action.
  3. Import the OpenAPI schema from: https://mcp.scentsell.com.au/.well-known/oauth-authorization-server
  4. Set the authentication type to OAuth.
  5. Configure the OAuth settings:
    • Client ID: (provided after registering your client — contact support)
    • Authorization URL: https://mcp.scentsell.com.au/oauth/authorize
    • Token URL: https://mcp.scentsell.com.au/oauth/token
  6. Save and test your custom GPT.
note

Custom GPT OAuth setup requires some technical familiarity. If you need assistance, contact support@scentsell.com.au.

Option 2: Native MCP (coming soon)

OpenAI is rolling out native MCP support in ChatGPT. When available, you'll be able to connect ScentSell the same way as Claude Desktop — just paste the MCP server URL.

We'll update this page when ChatGPT native MCP support is widely available.


Next steps: