MCP server · Didomi
Candidate MCP tool surface derived from the Didomi OpenAPI (Didomi ships no MCP server)
One-click install for Cursor, VS Code, Claude, and 20+ other MCP clients, powered by API Commons MCP Install — visit install.apicommons.org for more information.
⚠ Proposed MCP surface. No official hosted MCP server was found for Didomi. The tools below are a candidate set derived from this provider's API, and the link points at the source descriptor rather than a live server. If Didomi publishes an official server, this page will update to it on the next build.
Descriptor
Candidate descriptor · transport
Tools
didomi_list_consent_events— Retrieve consent events for an organization, filtered by user_id or organization_user_id, optionally by status and regulation.didomi_record_consent_event— Record a new consent event and update the user's consent status.didomi_get_consent_user— Retrieve a consent user record.didomi_list_consent_users— List consent users. Note $include_full_tree=true moves this call under the 100-requests/15s rate limit; without it the /consents/* routes are unlimited.didomi_delete_consent_user— Erase a consent user — a GDPR Article 17 action.didomi_upload_consent_proof— Upload an audit-grade proof of consent.didomi_create_consent_token— Mint a consent token for cross-domain / cross-device consent sharing.didomi_list_notices— List consent notices for an organization.didomi_create_notice— Create a consent notice.didomi_deploy_notice— Publish a notice to production. Subject to the parallel_notices_deployments quota (default 3).didomi_list_vendors— List vendors in the organization's taxonomy.didomi_list_purposes— List processing purposes.didomi_list_cookies— List the cookie catalog.didomi_get_quotas— Read the organization's enforced platform quotas.didomi_create_session— Exchange an API key and secret for a 1-hour JWT access token.
About MCP
The Model Context Protocol (MCP) is an open protocol Anthropic introduced for connecting LLM-based agents to external tools and data sources. Providers publish MCP servers that expose their API surface as structured, discoverable tools — an MCP-compatible client (Claude Desktop, Cursor, Cline, Continue, etc.) can connect to the server and call its tools without any per-provider integration code.
Browse every MCP server on the APIs.io network or compare with the broader Agent Skill surfaces of the same providers.