LaunchTrust MCP
Scans public URLs for compliance and security issues such as leaked API keys, exposed files, missing privacy pages, and security headers, helping developers identify gaps before launch.
README
LaunchTrust MCP
Run a compliance + security scan on your app — without leaving Claude Code.
LaunchTrust scans a public URL for the compliance and security gaps that get indie apps rejected or fined — leaked frontend API keys, exposed .env/.git, missing privacy/terms pages, absent security headers, undisclosed AI interactions, tracker/cookie issues — mapped to 39 jurisdictions (EU AI Act, GDPR, US state privacy laws, app-store policies).
It's a remote, hosted MCP server — nothing to install, build, or run. Add the URL and go.
⚖️ Compliance aid, not legal advice. Not a certification of compliance.
Install (Claude Code)
claude mcp add --transport http launchtrust https://mcp.launchtrust.co/mcp
Then ask Claude:
"Scan https://my-app.com for compliance and security issues."
Works in any MCP client that supports remote Streamable HTTP servers (Claude Code, Claude Desktop, …).
What the free scan checks
scan_url runs a focused, high-signal subset of detectors against any public URL — no account needed:
- 🔑 Leaked frontend API keys / secrets
- 📂 Exposed
.env/.git/ config files - 🛡️ Security headers (CSP, HSTS, X-Frame-Options, …) + HTTPS/HSTS
- 📄 Missing privacy / terms pages
- 🤖 Undisclosed AI interactions
- 🍪 Trackers / cookie-consent
The result is plain text, unsigned and not stored.
Tools
Free — no account
| Tool | Description |
|---|---|
scan_url |
Quick compliance + security scan of any public URL. |
list_jurisdictions |
Jurisdictions & categories covered (EU AI Act, GDPR, US states, app stores). |
get_compliance_rules |
Sourced compliance rule snapshots, filterable by jurisdiction. |
verify_record |
Independently verify the ES256 signature on a LaunchTrust signed record. |
Account — needs a token
The full version runs all 27 detectors across 39 jurisdictions, stores a signed, dated evidence record, and monitors continuously. Connect with your LaunchTrust token:
claude mcp add --transport http launchtrust https://mcp.launchtrust.co/mcp \
--header "Authorization: Bearer lt_pat_..."
| Tool | Description |
|---|---|
register_app |
Register a web app to scan & monitor (idempotent). |
scan_app |
Full 27-detector signed scan of a registered app. |
get_scan_history |
Recent scans for an app. |
get_market_report |
Findings annotated by your target-market jurisdictions. |
list_my_apps |
Your registered apps + latest status. |
Get a token at launchtrust.co.
Use in other MCP clients
LaunchTrust is a standard remote (Streamable HTTP) MCP server — it works in any MCP-compatible client, not just Claude Code.
Codex CLI — add to ~/.codex/config.toml:
[mcp_servers.launchtrust]
url = "https://mcp.launchtrust.co/mcp"
Gemini CLI — add to ~/.gemini/settings.json:
{
"mcpServers": {
"launchtrust": { "httpUrl": "https://mcp.launchtrust.co/mcp" }
}
}
Cursor, Windsurf, and others — point them at the remote URL https://mcp.launchtrust.co/mcp (Streamable HTTP).
For the account-gated tools, pass your token as an Authorization: Bearer lt_pat_... header (Claude Code: --header; Codex: http_headers = { Authorization = "Bearer lt_pat_..." }; Gemini: "headers": { "Authorization": "Bearer lt_pat_..." }).
How it works
- Transport: stateless Streamable HTTP (MCP spec
2025-11-25) atPOST /mcp. - Privacy: the free scan stores nothing — it fetches your URL, runs detectors, returns findings. Premium scans store a signed record under your account only.
- Honesty: it never invents findings. Every result traces to what was actually on the page, and it reports mechanical signals (
detected/not_detected) — never a verdict of "compliant".
Links
- 🌐 Website — https://launchtrust.co
- ✅ Verify a signed record — https://launchtrust.co/verify
Development
Zero-dependency Cloudflare Worker; a thin client over the LaunchTrust API.
npm install
npm run typecheck
npm run dev # wrangler dev — POST http://localhost:8787/mcp
npm run deploy # wrangler deploy (custom domain in wrangler.toml)
LaunchTrust is a compliance aid, not legal advice, and is not a certification of compliance with any law.
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。