Before you connect
- Enable the API in Settings → API and copy your API key.
- Open Settings → MCP and note your MCP endpoint (default:
https://app.get-spotlight.com/api/mcp). - Keep your API key secret — treat it like a password.
x-spotlight-api-key header, using the same key as REST API requests.
Cursor
Cursor supports remote MCP servers over HTTP. Add Spotlight to your MCP configuration file.Option A: Copy from the app
- In Spotlight, go to Settings → MCP.
- Under Cursor MCP Config, click the copy button.
- Paste the JSON into your Cursor MCP config (project
.cursor/mcp.jsonor global settings, depending on your setup). - Replace
YOUR_API_KEYwith your real API key if the placeholder is still shown.
Option B: Manual config
list_brands and get_organization_context.
Claude Desktop
Claude Desktop supports custom MCP connectors over HTTP.- Open Claude Desktop and add a custom connector.
- Set the connector name to Spotlight.
- For the server URL, use the value from Settings → MCP → Claude Desktop Connector in the Spotlight app. It includes your API key as a query parameter:
- Leave OAuth Client ID and Client Secret empty.
- Save and enable the connector.
Other MCP clients
Any client that supports HTTP MCP with custom headers can connect using:
Alternative header names accepted by the underlying API (if your client cannot set
x-spotlight-api-key):
Verify the connection
Once connected, ask your assistant to:- Call
get_organization_context— confirms auth and returns plan/brand count. - Call
list_brands— returns brand IDs for your organization.
Missing Spotlight API key or Invalid API key. Double-check the key in Settings → API and that API access is enabled.
Troubleshooting
Security notes
- API keys are scoped to a single organization.
- Keys inherit the same permissions as your Spotlight account (e.g. viewers cannot modify data via API or MCP).
- Rotate keys from Settings → API if a key may have been exposed.

