Other AI Tools Setup
Connect any MCP-compatible AI tool to Ad Superpowers.
API Key Required
This setup requires an API key. Get your key from the API Keys page in your dashboard.
Get Connection Details
Use these settings to connect any MCP-compatible tool:
- Server URL: https://mcp.adsuperpowers.ai/v1
- Transport: HTTP/SSE
- Authentication: OAuth, or a Bearer token
Authenticate
OAuth-capable clients (Claude Code, Cursor, Gemini CLI, ChatGPT, Claude Desktop) can sign in with no API key. For tools without OAuth, include your API key in the Authorization header:
Authorization: Bearer YOUR_API_KEYTest Connection
Test the connection with cURL:
curl -X POST "https://mcp.adsuperpowers.ai/v1" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","method":"tools/list","id":1}'Next Steps
Having trouble? Check our troubleshooting guide or contact support.
