API Key Required
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.
1
Get Connection Details
Use these settings to connect any MCP-compatible tool:
- Server URL: https://mcp.adsuperpowers.ai/v1
- Transport: HTTP/SSE
- Authentication: Bearer token
2
Add Authentication Header
Include your API key in the Authorization header:
Authorization: Bearer YOUR_API_KEY3
Test 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.