Stays in your browser — it's inserted into the snippet locally, never sent anywhere.
Add this to your config
Generic MCP config{
"mcpServers": {
"claivra": {
"url": "https://claivra.com/api/mcp",
"headers": {
"Authorization": "Bearer ck_live_YOUR_KEY"
}
}
}
}Replace ck_live_YOUR_KEY with a key from your dashboard.
Set up Any MCP client
- 1
Point your client at the endpoint
Use the streamable-HTTP MCP endpoint https://claivra.com/api/mcp.
- 2
Add the auth header
Send an Authorization header with your Bearer key on every request.
- 3
Reload the client
Restart or refresh so the client discovers all 29 Claivra tools.
- 4
Confirm the connection
Call whoami (or "List my Claivra brands") to verify it works.
Note: Claivra speaks streamable HTTP MCP. If your client only supports stdio, bridge it with: npx mcp-remote https://claivra.com/api/mcp --header "Authorization: Bearer ck_live_YOUR_KEY".
Try these once you're connected
Talk to Any MCP client in plain language — it calls the right Claivra tools for you.
- ›"Scan https://example.com and create a brand kit from it"
- ›"Generate 5 ad concepts for my brand — Square and Google Ad sizes"
- ›"Remove the location text from the latest square ad in my media library"
- ›"Bundle my newest ads into a client review share"