WebMCP

DeveloperWebMCP verified

usercentrics.com WebMCP tools

Consent management platform (CMP) for cookie consent, privacy compliance, and user preference management across web and apps.

4 tools1 methodsspec API surface

What can an agent do with usercentrics.com WebMCP tools?

Consent management platform (CMP) for cookie consent, privacy compliance, and user preference management across web and apps. This page documents every listed tool, the action or answer it provides, its installation command, and the input fields an agent should send.

WebMCP tools on usercentrics.com

Tool 1 of 4WebMCPAction

uc_read_page

Read the content of a Usercentrics page as clean markdown (about 10x fewer tokens than the HTML). Prefer this over fetching/scraping a page when you need to understand or quote its content to answer the user. Pass an absolute usercentrics.com URL (e.g. from uc_find_regulation) or a known page_key such as "pricing".

How to install

Open the usercentrics.com website and ask your browser agent to use uc_read_page

Install browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.

Run with an agent

Use the uc_read_page tool on usercentrics.com with url: <string>, page_key: <string>. Return the structured result and cite the source page.

Input contract

  • url string Absolute usercentrics.com URL to read.
  • page_key string A known page key, e.g. "pricing", "regulations".

Open the source definition

Tool 2 of 4WebMCPAction

uc_find_regulation

Given a country, region, US state or industry, return the most relevant data-privacy regulation and region pages on Usercentrics (e.g. GDPR for the EU, CCPA for California). Use this when the user asks which law applies to them or how to comply somewhere. Read a returned URL with uc_read_page to summarise it.

How to install

Open the usercentrics.com website and ask your browser agent to use uc_find_regulation

Install browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.

Run with an agent

Use the uc_find_regulation tool on usercentrics.com with query: <string>. Return the structured result and cite the source page.

Input contract

  • query string A country, region, US state or industry, e.g. "California", "Germany", "healthcare".

Open the source definition

Tool 3 of 4WebMCPAction

uc_scan_cmp

Check whether a website is GDPR-compliant using the Usercentrics scanner. Ask the user for their domain before calling. The scan takes 30–90 seconds; this tool polls until it completes and returns the result inline.

How to install

Open the usercentrics.com website and ask your browser agent to use uc_scan_cmp

Install browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.

Run with an agent

Use the uc_scan_cmp tool on usercentrics.com with domain: <string>. Return the structured result and cite the source page.

Input contract

  • domain string Domain to scan, e.g. "example.com".

Open the source definition

Tool 4 of 4WebMCPAnswer

uc_scan_privacy_policy

Run a free Usercentrics privacy-policy compliance scan of any website. Returns a risk status and a URL to the full audit (detected trackers, missing disclosures). The scan takes up to ~70 seconds.

How to install

Open the usercentrics.com website and ask your browser agent to use uc_scan_privacy_policy

Install browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.

Run with an agent

Use the uc_scan_privacy_policy tool on usercentrics.com with url: <string>. Return the structured result and cite the source page.

Input contract

  • url string Full URL of the website to scan, e.g. the linked page

Open the source definition