Other AI Tools
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: OAuth, or a Bearer token

2

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_KEY
3

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}'

Having trouble? Check our troubleshooting guide or contact support.

Cookies on this site

We use analytics cookies to see how the site is used. They load only if you accept, and you can change your choice at any time. Read our privacy policy.