CookieYes MCP Server

Last updated on July 14, 2026

Overview

The Model Context Protocol (MCP) is an open standard that lets any AI assistant talk to an external service through a shared set of tools. The CookieYes MCP Server is our hosted server: your AI client (Claude, ChatGPT, Cursor, VS Code, and more) connects over HTTP, and it relays your requests to your CookieYes account.

What can you do with CookieYes MCP?

  1. Monitor: Check banner status, verify configuration, and retrieve a list of banners across your domains.
  2. Implement: Retrieve and validate banner embed codes for any domain.
  3. Customise: Update banner colours, position and layout to match your website's design.
  4. Scan: Trigger cookie scans, detect cookies in use and review scan results.
  5. Manage: List all domains in your account and perform actions scoped to a specific domain.

See the Tools section below for the full set of tools behind these actions.

Before You Begin

Make sure you have these before you start:

  • MCP endpoint: https://app.cookieyes.com/mcp
  • A CookieYes account: sign up if you don’t have one.
  • MCP access enabled: the account owner must turn on the Enable OAuth-based access toggle for connecting the account to the AI client.
  • A supported client: any AI assistant or IDE.

Connecting to the CookieYes MCP Server

Follow these steps to connect your AI tool to your CookieYes account. This includes authentication, permission authorisation and connection confirmation.

Choose your client below and follow the client-specific steps to add the CookieYes MCP server.

1. Open your Claude Code terminal interface.

2. Add the server with the HTTP transport:

claude mcp add --transport http cookieyes https://app.cookieyes.com/mcp

3. If prompted with This command requires approval. Do you want to proceed?, type y and press Enter.

4. Initiate the login workflow by running the following command in a new terminal:

! claude mcp login cookieyes

After you start the connection, you're redirected to the CookieYes authentication flow (the same for all clients). Log in or sign up, review the permissions, and click Allow. Once you see Your CookieYes account is now connected, return to your client.

Permissions & Access

The CookieYes MCP server uses OAuth 2.1 with PKCE to connect your client to your CookieYes account. When you connect, CookieYes issues your client a secure, scoped access token that it uses for all tool calls. Your CookieYes password and sensitive data such as personal information (PII), consent logs, and cookie values are never shared.

Tools

The CookieYes MCP Server gives your AI assistant a set of tools to interact with your account. Tools are either read-only (retrieve data, no changes made) or write (create, update, or trigger actions). Your AI assistant will ask for confirmation before running any write tool, where the client supports it.

Category Tool Type Description Example Prompts
Domains & Setup list_domains Read-only List all websites in your CookieYes account – Show all my sites.
– Which of my sites have an inactive banner?
get_website_details Read-only Get detailed configuration for a specific domain. – List my website details.
– Show me the details for example.com.
get_embed_code Read-only Get the JavaScript install code for your site – Give me the installation code for my site.
– How do I install CookieYes?
Banner Management list_banners Read-only List all consent banners configured on a domain – Show me all my banners.
– Which banners are active on my site?
get_banner_status Read-only Check if your cookie banner is live and active – Is my banner live?
– Is the installation code added to my site?
update_banner_colours Write/delete Update banner theme and colours – Change my banner on example.com to dark theme.
– Set the accept button to navy blue.
update_banner_layout Write/delete Change banner layout, position, and preference center style – Move my banner to the bottom right
– Change my banner position to top left.
Compliance & Scanning get_scan_results Read-only View latest cookie scan results by category – What cookies are on my site?
– Show me all third-party trackers on example.com.
get_compliance_status Read-only Check which privacy laws and geo-targeting are enabled – Is my site GDPR compliant?
– What regulations am I covered for?
trigger_cookie_scan Write/delete Start a new cookie scan on your domain – Run a new scan on my site
– Scan my website for cookies.

Security & Privacy Considerations

The CookieYes MCP server exposes both read-only tools (which retrieve data) and write tools (which change your banner configuration or trigger scans). Access is managed using OAuth 2.1 with PKCE, and only limited configuration data is available to the server. Sensitive data such as personal information, consent logs, and cookie values is never exposed.

Note

Most MCP clients, such as Claude, ask you to approve each tool call before it runs. Keep this enabled and review every call, especially write tools, which can modify your account. We also recommend connecting only verified clients or custom clients you trust. Remember that an account owner must enable MCP access before any client can connect.

For more details, refer to the privacy policy:👉 Privacy Policy - CookieYes

If you need help with setup or troubleshooting, contact CookieYes support:👉 Contact - CookieYes

Use Cases

Frequently Asked Questions

Was this article helpful?

Have more questions?

Reach out to us and we'll answer them.

Contact us