INDIVIDUAL MCP TOOL
applicable_frameworks
Given the markets a product serves, return every framework that applies, the documents it must publish, the strictest cookie-consent regime across those markets, and whether a universal opt-out signal (Global Privacy Control) has to be honoured.
LIVE ENDPOINT
https://golexvibe.com/api/mcp
Connect to this endpoint to inspect the live schema for applicable_frameworks and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description contains a write-action term.
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.lexvibe]
url = "https://golexvibe.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"lexvibe": {
"type": "http",
"url": "https://golexvibe.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: lexvibe
Remote MCP URL: https://golexvibe.com/api/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": {
"lexvibe": {
"url": "https://golexvibe.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"lexvibe": {
"type": "http",
"url": "https://golexvibe.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "lexvibe",
"transport": "streamable-http",
"url": "https://golexvibe.com/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
check_website— Free legal-compliance check of a public website (no signup).check_store— Free legal-compliance check of a mobile app from its PUBLIC App Store (apps.generate_policies— Generate the legal documents (privacy policy, terms of service and, if applicable, an AI disclosure) localized and tailored to the target markets (GDPR, UK GDPR, CCPA…).check_ai_act— Classify a product's risk level under the EU AI Act — minimal, limited, high or prohibited — and return the applicable obligations, each with its compliance deadline (limited-risk transparency duties apply from Aug 2, 2026; Annex III high risk from Dec 2, 2027).get_install_snippet— Return what to install for a LexVibe app id.claim_app— Create a REAL LexVibe app in the user's account (replaces any YOUR_APP_ID placeholder).get_claim_status— Check whether the user has confirmed a claim created with claim_app.lookup_framework— Look up a privacy or AI law by id and get structured, primary-sourced facts: full name, jurisdiction, effective date, applicability threshold, the documents it requires, the rights it grants, its cookie-consent regime, whether it requires honouring Global Privacy Control, key articles, and a link to the OFFICIAL text (plus the supervisory authority).