Skip to main content

How to Connect an AI Assistant to Endlss

Manage your influencer program faster by connecting ChatGPT or Claude directly to your Endlss account

This guide walks you through connecting an AI assistant to Endlss. Once connected, you can use ChatGPT or Claude to manage your influencer program: sending messages, checking roster data, creating offers, and more, without leaving your AI tool.


How do I connect ChatGPT to Endlss?

  • In Endlss, select Connected Apps

  • Select ChatGPT

  • Open ChatGPT

  • Select Apps

  • Select Explore apps

  • Search for Endlss

  • Select Connect

ChatGPT will prompt you to authorize the connection. Once approved, you can start using Endlss directly inside ChatGPT.


How do I connect Claude (web) to Endlss?

  • In Claude, go to CustomizeConnectors

  • Select + then Add custom connector

  • Paste the MCP URL below into the URL field and select Add

https://mcp.endlss.io/mcp
  • Select Authorize when prompted — you'll be redirected to Endlss to choose which brand and scopes to grant access

  • To use Endlss in a chat, select + in the chat composer, choose Connectors, and toggle Endlss on

🔥 Hot tip 🔥 You can copy the MCP URL directly from the Connected Apps page in Endlss — it'll also open Claude's Customize page automatically.


How do I connect Claude Desktop to Endlss?

  • Copy the config snippet below

  • In Claude Desktop, open SettingsDeveloperEdit Config — this opens claude_desktop_config.json

  • Merge the mcpServers.endlss block into your config and save

{   "mcpServers": {     "endlss": {       "url": "https://mcp.endlss.io/mcp"     }   } }
  • Quit Claude Desktop completely and restart it

  • The next time you use Claude, you'll be prompted to authorize Endlss in a browser


How do I connect Cursor to Endlss?

  • Copy the config snippet below

  • Merge it into ~/.cursor/mcp.json (create the file if it doesn't exist)

{   "mcpServers": {     "endlss": {       "url": "https://mcp.endlss.io/mcp"     }   } }
  • Restart Cursor or reload the workspace

  • The next time you reference Endlss in a chat, Cursor will prompt you to authorize


FAQs

What can I do once my AI assistant is connected?

Once connected, you can use natural language to manage your influencer program — things like messaging influencers, reviewing roster data, creating offers, and checking campaign activity. What's available depends on the scopes you grant during authorization.

What if I need to disconnect or change my scopes?

Go to Connected Apps in Endlss and use the trash icon to revoke access.


Did this answer your question?