AdLoop Cloud
Add to.cursor/mcp.json (project) or ~/.cursor/mcp.json (global), with your API key from Settings → API keys:
Self-hosted
env block is optional; leave it out for the full catalog. See Toolsets.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Add AdLoop to Cursor via mcp.json.
.cursor/mcp.json (project) or ~/.cursor/mcp.json (global), with your API key from Settings → API keys:
{
"mcpServers": {
"adloop": {
"url": "https://mcp.getadloop.com/mcp",
"headers": {
"Authorization": "Bearer alc_YOUR_KEY"
}
}
}
}
{
"mcpServers": {
"adloop": {
"command": "python",
"args": ["-m", "adloop"],
"env": { "ADLOOP_TOOLSETS": "ads,ga4" }
}
}
}
env block is optional; leave it out for the full catalog. See Toolsets.
ADLOOP_TOOLSETS) keeps the tool list lean. Copy .cursor/rules/adloop.mdc from the repository into your project so Cursor knows the orchestration and safety patterns.https://docs.getadloop.com/mcp as an additional MCP server and your assistant can search this documentation while it works: setup answers, troubleshooting, and tool guidance on demand.