← launchfiles.app
INDIVIDUAL MCP TOOL
launchfiles_billing_create_checkout
Create provider-agnostic agent checkout.
LIVE ENDPOINT
https://launchfiles.app/api/mcp
Connect to this endpoint to inspect the live schema for launchfiles_billing_create_checkout and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description contains a write-action term.
Parent server
CONNECT 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.
Related tools
launchfiles_standalone_design_ux_radar_free— Public free Design UX Radar preview for one URL (rule-based first-screen check with real screenshots).launchfiles_standalone_search_repair_radar_free— Public free Search Repair Radar teaser.launchfiles_standalone_deployment_trust_radar_free— Public free Deployment Trust Radar packet (free-full demand probe; no paid tier).launchfiles_billing_list_providers— List payment providers available for agent checkout (id, enabled, mode, rails).launchfiles_billing_poll_checkout— Poll an agent checkout until settled.launchfiles_standalone_page_draft_paid— Paid Page Draft long packet after a settled page_draft_long checkout.