Developer Tools
launchfiles.app
Provides tools for website analysis (design UX, search repair, deployment trust) and payment provider management for agent checkouts.
ENDPOINT 1
https://launchfiles.app/api/mcp
MCP server metadata
- Name
- launchfiles-agent
- Version
- 0.2.0
Free standalones need no token and no credits. Billing create/poll need no token. Paid Page Draft uses unlock_token from poll after page_draft_long settles — not credits. Paid Design UX requires lf_agent_ + credits.
Known tools 7
launchfiles_standalone_design_ux_radar_freePublic free Design UX Radar preview for one URL (rule-based first-screen check with real screenshots).
Inferred read-onlylaunchfiles_standalone_search_repair_radar_freePublic free Search Repair Radar teaser.
Inferred read-onlylaunchfiles_standalone_deployment_trust_radar_freePublic free Deployment Trust Radar packet (free-full demand probe; no paid tier).
Inferred read-onlylaunchfiles_billing_list_providersList payment providers available for agent checkout (id, enabled, mode, rails).
Potential side effectslaunchfiles_standalone_page_draft_paidPaid Page Draft long packet after a settled page_draft_long checkout.
Inferred read-onlyCONNECT 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.launchfiles-agent]
url = "https://launchfiles.app/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"launchfiles-agent": {
"type": "http",
"url": "https://launchfiles.app/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: launchfiles-agent
Remote MCP URL: https://launchfiles.app/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": {
"launchfiles-agent": {
"url": "https://launchfiles.app/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"launchfiles-agent": {
"type": "http",
"url": "https://launchfiles.app/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "launchfiles-agent",
"transport": "streamable-http",
"url": "https://launchfiles.app/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.