Using AdsCove in Antigravity
AdsCove Product & Engineering · Last reviewed August 5, 2026
Available · MCP
Antigravity (the agentic IDE) supports MCP servers, but its config key is serverUrl and the file is ~/.gemini/config/mcp_config.json. Do not paste this block into permission grants.
Connection details
Everything the connection needs, in one place — copy any line into your client or your agent:
Endpoint (MCP): https://adscove.com/api/mcp
Transport: Streamable HTTP
Auth (recommended): OAuth 2.1 (no key needed)
Auth (fallback): HTTP header Authorization: Bearer sk_live_your_key (only if OAuth is unavailable)
REST fallback: POST https://adscove.com/api/v1/tools/{tool_name} with the same Bearer header
Full catalog: https://adscove.com/api/mcp?tools=full (optional; default endpoint is faster and includes run_adscove_tool)
Verify tool: list_connections (free, read-only)Setup steps
- Generate an API key
- Open Antigravity's MCP settings (Manage MCP servers / Add server) and add the JSON below, or write it to ~/.gemini/config/mcp_config.json
- Reload the workspace; the adscove tools become available to the agent
{
"mcpServers": {
"adscove": {
"serverUrl": "https://adscove.com/api/mcp",
"headers": { "Authorization": "Bearer sk_live_your_key" }
}
}
}Full catalog option
{
"mcpServers": {
"adscove": {
"serverUrl": "https://adscove.com/api/mcp?tools=full",
"headers": { "Authorization": "Bearer sk_live_your_key" }
}
}
}Or: hand it to your AI agent
Don't want to configure it yourself? Paste the block below into the AI agent you're using (Claude, Cursor, an MCP agent, etc.) — it contains everything needed to set up the connection. Replace sk_live_MY_KEY with the fallback key you generated.
Configure Antigravity by editing ~/.gemini/config/mcp_config.json, not config.json permission grants. Add mcpServers.adscove.serverUrl = https://adscove.com/api/mcp with Authorization: Bearer sk_live_MY_KEY, reload Antigravity, then call list_connections.
Verify
Ask the agent: "check my platform connection status".
What you can do once connected
Check the business report, compare platform ROAS against real Shopify orders, create paused ad drafts, and submit budget changes. Direct writes need confirmation; separately enabled guardrails can only auto-pause within your limits. Try: “Which ads lost money in the last 7 days?”
Get started