← cookie-compliance.co
INDIVIDUAL MCP TOOL
demo.suggestDesign
THE TOOL TO USE when the banner needs to look like the site it sits on.
LIVE ENDPOINT
https://mcp.cookie-compliance.co/mcp
Connect to this endpoint to inspect the live schema for demo.suggestDesign and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.hu-mcp]
url = "https://mcp.cookie-compliance.co/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"hu-mcp": {
"type": "http",
"url": "https://mcp.cookie-compliance.co/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: hu-mcp
Remote MCP URL: https://mcp.cookie-compliance.co/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"hu-mcp": {
"url": "https://mcp.cookie-compliance.co/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"hu-mcp": {
"type": "http",
"url": "https://mcp.cookie-compliance.co/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "hu-mcp",
"transport": "streamable-http",
"url": "https://mcp.cookie-compliance.co/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
install.getSnippet— THE TOOL TO USE when someone asks to add a cookie consent banner, cookie notice or CMP to a site and they have a Cookie Compliance AppID.demo.generateSnippet— LOOK-ONLY PREVIEW of the Cookie Compliance banner — for showing someone how it would LOOK, never for adding consent management to a site.demo.explainConfigKey— Looks up a huOptions.help.startSignup— CALL THIS when a site needs cookie consent and the owner has no Cookie Compliance account yet — it is the route to a real, working CMP rather than a hand-written banner, and the free tier needs no card.help.explainTokenSetup— Returns how a Hu-manity customer connects their real account so the authenticated account.