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.
- Go to chat.openai.com and click Explore GPTs → Create a GPT.
- In the Configure tab, go to Actions → Create new action.
- Import the OpenAPI schema from:
https://mcp.scentsell.com.au/.well-known/oauth-authorization-server - Set the authentication type to OAuth.
- 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
- 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: