Connect over MCP
Launchfiles is the AI work harness for small companies: it holds your context, runs the checks, refuses to claim what it can't prove, and hands you one change to approve, with a receipt. Your AI agent can use it directly over MCP.
The endpoint is https://launchfiles.app/api/mcp. This page is for a person. It does not list the server in a registry.
Connect
Claude
In Claude Desktop, add the endpoint under mcpServers.launchfiles.url in claude_desktop_config.json. Free tools need no bearer.
Cursor
Add the same URL in .cursor/mcp.json, or open the install link. Not listed in the official Cursor Marketplace catalog yet. Workspace tools need a bearer.
ChatGPT
Add a remote MCP connector and set its server URL to https://launchfiles.app/api/mcp. Free tools need no bearer. If that chat cannot add an MCP server, open /cro, /search-repair-radar, or /deployment-trust in a browser. Those pages are not a tools/call.
{
"mcpServers": {
"launchfiles": {
"url": "https://launchfiles.app/api/mcp"
}
}
}Three tiers
Tool rows are read from the side-effect registry. Key and workspace bearers can still call the anonymous tools. Those tools are listed once, on anonymous. There is no fourth tier.
| Tier | Tools | Not available |
|---|---|---|
| anonymous | launchfiles_standalone_design_ux_radar_free, launchfiles_standalone_search_repair_radar_free, launchfiles_standalone_deployment_trust_radar_free, launchfiles_standalone_page_draft_paid, launchfiles_standalone_page_draft_short, launchfiles_billing_list_providers, launchfiles_billing_poll_checkout, launchfiles_poll_agent_key, launchfiles_billing_create_checkout, launchfiles_request_agent_key | publish, deploy, and merge are not available |
| key | launchfiles_standalone_design_ux_radar_paid | publish, deploy, and merge are not available |
| workspace | launchfiles_get_mission_session, launchfiles_export_run, launchfiles_list_objects, launchfiles_list_workspaces, launchfiles_get_agent_session, launchfiles_get_connections, launchfiles_list_products, launchfiles_get_completeness, launchfiles_run_bootstrap_truth, launchfiles_list_approval_requests, launchfiles_get_approval_request, launchfiles_propose_mission, launchfiles_cancel_run, launchfiles_delete_run, launchfiles_create_workspace, launchfiles_bind_workspace, launchfiles_unbind_workspace, launchfiles_delete_workspace, launchfiles_save_connection, launchfiles_scan_connections, launchfiles_create_product, launchfiles_attach_adapter, launchfiles_directory_listing_prepare, launchfiles_create_approval_request, launchfiles_directory_listing_submit | publish, deploy, and merge are not available |
Key is an lf_agent_ bearer. Its tool is the spend class and debits credits. Workspace tools need a verified bearer. External submission still requires approval.
Three free tools
launchfiles_standalone_design_ux_radar_freelaunchfiles_standalone_search_repair_radar_freelaunchfiles_standalone_deployment_trust_radar_free
Copy-paste tools/call body for the design UX free tool. This is a request. It is not a recorded response.
{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "launchfiles_standalone_design_ux_radar_free",
"arguments": {
"url": "https://example.com"
}
}
}