Prerequisites
Before you begin, make sure you have:- A paid Superlines plan (Starter, Growth, or Enterprise)
- An API key from Organization Settings (format:
sl_live_...) — not required for OAuth on Claude.ai - An MCP-compatible client installed
Connection methods
Option 1: OAuth setup (Claude.ai)
Connect Superlines directly to Claude.ai through OAuth — no API key required. You sign in with your Superlines account and authorize access.1
Open Claude.ai settings
Go to claude.ai → Settings → Connectors → Add custom connector.
2
Enter the server details
- Name:
Superlines - URL:
https://mcpsse.superlines.io - Open Advanced settings and set OAuth Client ID to
anthropic-claude - Leave OAuth Client Secret blank
- Click Add
3
Authorize access
Claude will redirect you to the Superlines authorization page. Sign in with your Superlines account, review the requested permissions, select which brands to share, and click Authorize Access.
4
Start using Superlines
Back in Claude, start a new conversation and try: “List my Superlines brands”
Option 2: SSE / URL-based setup
The simplest approach — just add a URL to your client’s configuration. Connection URL:YOUR_API_KEY with your actual API key.
- Claude Desktop
- Cursor
- VS Code
1
Open Claude Desktop settings
Go to Settings → Developer → Edit Config to open:
2
Add the Superlines server
3
Restart Claude Desktop
Save and fully restart the app for changes to take effect.
Option 3: Local npx setup
For clients that prefer local process-based connections, use the npm package.Requires Node.js installed on your machine.
- Claude Desktop
- Cursor / VS Code
API key permissions
By default, API keys have read-only access — they can query analytics data but cannot modify your account. To use the Account Management tools (creating brands, adding prompts, etc.), you need to enable write permissions on your API key.How to enable write permissions
1
Go to Organization Settings
Open Organization Settings → API Keys in the Superlines dashboard.
2
Edit your API key
Click on the API key you use for MCP and open its permissions settings.
3
Enable write permissions
Toggle on the permissions you need:
write:brands— allows creating new brands/domainswrite:prompts— allows adding, pausing, unpausing prompts and managing labels
4
Save and reconnect
Save your changes. No client restart is needed — permissions take effect immediately.
Available permissions
Write operations are rate-limited and audit-logged for security. Brand creation is limited to 5 per hour, and prompt operations to 100 per hour per organization. All write actions are recorded in your organization’s audit log.
Verify the connection
After setting up your client:- Start a new conversation
- Ask: “List my Superlines brands”
- The AI should call the
list_brandstool and show your brands
- “Show me my brand visibility for the last 30 days”
- “Who are my top competitors?”
- “Find content opportunities where I have low visibility”