Getting Started
Connect Launch Fast to Claude or another MCP-compatible AI assistant, then ask it to research markets, inspect seller data, and summarize Amazon performance without exporting spreadsheets.

Start Here
Use the video above for the visual walkthrough. The written setup below is split into two paths:
Claude Connectors
For claude.ai and Claude Desktop. Paste the server URL and sign in through OAuth.
API key clients
For Claude Code, Cursor, Windsurf, or config-based MCP clients.
Server URL
Use this remote MCP server for every setup path:
https://launchfastlegacyx.com/api/mcp/serverBefore You Start
- You need a Launch Fast account with MCP enabled.
- MCP access is available on Growth and Scale entitlements.
- Use Claude Connectors if you are setting up claude.ai or Claude Desktop.
- Use API key clients if your app asks for an MCP server config or headers.
- Product research tools can work before connecting an Amazon account.
- Amazon Account and Amazon Ads tools need connected Amazon data in Launch Fast before they can return account reporting.
Connect Seller Central/SP-API or Amazon Ads from Launch Fast Settings → Authentication, then wait for reporting data to sync before asking Claude to analyze account or ads performance.
Claude And Claude Desktop Setup
Use this path for claude.ai and Claude Desktop. It is the simplest setup because Claude opens a browser sign-in flow and stores a connector authorization.
Open Connector Settings
Open Claude connector settings in claude.ai or Claude Desktop.
Add A Custom Connector
Choose Add custom connector.
Paste The Server URL
https://launchfastlegacyx.com/api/mcp/serverSign In To Launch Fast
Claude opens a browser-based Launch Fast OAuth flow. Sign in to Launch Fast and approve the connector. Claude receives a connector authorization, not your Launch Fast password.
Enable The Connector For The Chat Or Project
After connecting, make sure Launch Fast is enabled in the Claude chat, project, or tool settings where you want to use it.
API Key Setup For Developer Clients
Generate MCP API keys in Launch Fast from Settings → Authentication. Then send the key in the X-LaunchFast-API-Key header.
Use this path for Claude Code, Cursor, Windsurf, or any MCP client that asks for a JSON config or custom HTTP headers.
Create An API Key
In Launch Fast, open Settings → Authentication, find the MCP API keys area, and create a new key. Copy it immediately and keep it private.
Add The MCP Server Config
Use this config shape for Claude Code, Cursor, Windsurf, or another remote HTTP MCP client:
{
"mcpServers": {
"launchfast": {
"type": "http",
"url": "https://launchfastlegacyx.com/api/mcp/server",
"headers": {
"X-LaunchFast-API-Key": "YOUR_API_KEY"
}
}
}
}Restart Your MCP Client
Restart the app or reload the MCP configuration so the Launch Fast server is available.
If a key is exposed, revoke it in Launch Fast settings and create a replacement key.
Test The Connection
Paste this into Claude after connecting Launch Fast:
Research the Amazon market for silicone spatulas and show the strongest opportunities, risks, pricing, reviews, and revenue trends.Success State
Claude should call Launch Fast and return real market or product data. A successful answer should mention specific market/product signals such as prices, reviews, revenue estimates, product examples, or trend context.
If Claude gives a generic answer, confirm:
- Launch Fast is connected.
- The connector is enabled for the current chat or project.
- Your Launch Fast plan includes MCP access.
- API key clients are sending
X-LaunchFast-API-Key.