Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

LaunchTrust

co.launchtrust/launchtrust

Compliance & security scan for your app: secrets, exposed files, headers, privacy, AI-disclosure.

Uptime
100.0%
2 direct probes · 30d
Response
145ms
last probe
Tools
9
callable
Resources
0
readable
Prompts
0
available

Tools · 9

scan_url

Run a FREE LaunchTrust compliance + security quick-scan on a public web URL. Returns a focused SUBSET of checks — leaked frontend secrets/API keys, exposed .env//.git, security headers, HTTPS/HSTS, mi…

list_jurisdictions

List the jurisdictions and categories LaunchTrust tracks (e.g. EU AI Act, GDPR, US state privacy laws, app-store policies). Public coverage registry. Compliance aid, not legal advice.

get_compliance_rules

Fetch LaunchTrust's sourced, founder-reviewed compliance rule snapshots, optionally filtered to one jurisdiction code (e.g. eu-ai-act-50, gdpr, ca-sb243). Compliance aid, not legal advice.

verify_record

Independently verify the ECDSA (ES256) signature on a LaunchTrust signed scan/disclosure record against the published public key. Pass the record JSON (the downloaded record, or an object containing `…

list_my_apps

List the apps registered in your LaunchTrust account, with each one's latest scan status. Requires a LaunchTrust token.

register_app

Register a web URL in your LaunchTrust account so it can be fully scanned and monitored. Idempotent — if the URL is already registered, returns the existing app. Requires a LaunchTrust token and an ac…

scan_app

Run the full LaunchTrust scan on one of your registered apps and store a signed, dated evidence record. Requires a LaunchTrust token and an active subscription. Limited to 5 scans per app per day.

get_scan_history

List recent scans (summary + findings) for one of your registered apps. Requires a LaunchTrust token.

get_market_report

Get the latest scan for one of your registered apps, with each finding annotated by the jurisdictions and rules applicable to that app's target markets. Requires a LaunchTrust token.

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "launchtrust": {
      "url": "https://mcp.launchtrust.co/mcp",
      "transport": "streamable-http"
    }
  }
}