Developer Tools
golexvibe.com
Provides legal compliance checks and policy generation for websites and mobile apps, including AI Act risk classification.
ENDPOINT 1
https://golexvibe.com/api/mcp
MCP server metadata
- Name
- lexvibe
- Version
- 0.1.9
LexVibe makes vibe-coded apps (Lovable, Bolt, v0, Next.js, plain HTML) legally compliant: GDPR privacy policy, terms of service, cookie consent banner with real script blocking, and EU AI Act risk classification. This is the REMOTE server (no filesystem access): use check_website or check_store to analyze a live site or store listing, generate_policies for localized document drafts, check_ai_act to classify EU AI Act risk, and get_install_snippet for the exact install steps. To create a REAL app in the user's account (real app id instead of YOUR_APP_ID, hosted + auto-updated policies), call claim_app — it returns a link the user opens to confirm — then poll get_claim_status. Legal documents describe the app as it was when they were generated: after adding any SDK, analytics, payments, auth or AI integration, run check_website again — for claimed apps it returns a drift section listing processing the hosted documents don't cover yet, with a recommendation to regenerate. For local-repo scanning and automatic snippet installation, use the stdio server instead: npx -y @lexvibe/mcp. For regulatory questions that need a citable answer rather than an action, use the read-only lookups: list_frameworks (60 privacy and AI laws across 60+ jurisdictions, including 18 US state laws modelled individually), lookup_framework (full record for one law: applicability threshold, required documents, rights granted, cookie regime, key articles and a link to its OFFICIAL text) and applicable_frameworks (given the markets a product serves, everything that applies plus the strictest cookie regime). The same data is downloadable as an open dataset at /api/dataset (CC BY 4.0).
Known tools 10
check_storeFree legal-compliance check of a mobile app from its PUBLIC App Store (apps.
Inferred read-onlygenerate_policiesGenerate 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…).
Inferred read-onlycheck_ai_actClassify 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).
Inferred read-onlyclaim_appCreate a REAL LexVibe app in the user's account (replaces any YOUR_APP_ID placeholder).
Potential side effectsget_claim_statusCheck whether the user has confirmed a claim created with claim_app.
Inferred read-onlylookup_frameworkLook 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).
Inferred read-onlylist_frameworksList every privacy and AI framework LexVibe generates documents against — 60 laws across 60+ jurisdictions, including GDPR, ePrivacy, the EU AI Act, UK GDPR and PECR, Swiss nFADP, CCPA/CPRA and 18 US state privacy laws modelled individually, PIPEDA and Quebec Law 25, LGPD and other LatAm regimes, APPI, PIPA, PDPA, Australia's Privacy Act, India's DPDP, China's PIPL, Saudi and UAE PDPL, POPIA and more.
Inferred read-onlyapplicable_frameworksGiven 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.
Potential side effectsCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for golexvibe.com was fetched 2026-07-26T19:00:34.533Z and is being refreshed.
golexvibe.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.