Launchfiles logoLaunchfiles

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.

Install in Cursor

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.

Anonymous, key, and workspace
TierToolsNot available
anonymouslaunchfiles_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_keypublish, deploy, and merge are not available
keylaunchfiles_standalone_design_ux_radar_paidpublish, deploy, and merge are not available
workspacelaunchfiles_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_submitpublish, 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_free
  • launchfiles_standalone_search_repair_radar_free
  • launchfiles_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"
    }
  }
}