trackmcp
Back to directory
BlockchainHB

launchfast-mcp

View on GitHub

Launch Fast remote MCP bridge for Amazon FBA research, seller analytics, Brand Analytics, Amazon Ads, supplier research, IP checks, and rank tracking.

0 stars TypeScriptOthers Updated Jul 2, 2026
amazon-adsamazon-fbabrand-analyticsecommercekeyword-researchmcpmodel-context-protocolproduct-research

Documentation

Launch Fast MCP

Launch Fast MCP connects AI assistants to Amazon FBA research and seller

analytics through the Model Context Protocol.

Use it to research product opportunities, inspect keyword demand, find supplier

options, check trademark and patent risk, review rank tracking, analyze Amazon

seller reporting, inspect Brand Analytics, and diagnose Amazon Ads performance.

What It Does

  • Product research for Amazon FBA niches and product ideas
  • Amazon keyword research for ASINs, opportunities, and competitor gaps
  • Supplier research for sourcing and Alibaba-style supplier comparison
  • IP checks for trademark and patent launch risk
  • Rank tracking lookup and ASIN tracking management
  • Amazon seller sales, inventory, and finance reporting
  • Amazon Brand Analytics query, search term, and catalog performance
  • Amazon Ads campaign, product, targeting, search term, entity graph, and diagnostics analysis

Hosted Endpoint

Launch Fast runs as a hosted remote MCP server:

text
https://launchfastlegacyx.com/api/mcp/server

Authentication requires a Launch Fast account with MCP access.

Manual MCP clients can use a Launch Fast API key:

bash
LAUNCHFAST_API_KEY=lf_your_api_key_here

Clients with native remote MCP support should connect directly to the hosted

endpoint. Clients that only support local stdio servers can use this package as

a local bridge.

Install

Claude Desktop

Add this to `claude_desktop_config.json`:

json
{
  "mcpServers": {
    "launchfast": {
      "command": "npx",
      "args": ["-y", "@launchfast/mcp"],
      "env": {
        "LAUNCHFAST_API_KEY": "lf_your_api_key_here"
      }
    }
  }
}

Cursor

Add this to `.cursor/mcp.json`:

json
{
  "mcpServers": {
    "launchfast": {
      "command": "npx",
      "args": ["-y", "@launchfast/mcp"],
      "env": {
        "LAUNCHFAST_API_KEY": "lf_your_api_key_here"
      }
    }
  }
}

VS Code

Add this to `.vscode/mcp.json`:

json
{
  "servers": {
    "launchfast": {
      "command": "npx",
      "args": ["-y", "@launchfast/mcp"],
      "env": {
        "LAUNCHFAST_API_KEY": "lf_your_api_key_here"
      }
    }
  }
}

Claude Code or Other HTTP MCP Clients

If your client supports remote HTTP MCP servers, prefer the hosted endpoint:

json
{
  "mcpServers": {
    "launchfast": {
      "type": "http",
      "url": "https://launchfastlegacyx.com/api/mcp/server",
      "headers": {
        "X-LaunchFast-API-Key": "lf_your_api_key_here"
      }
    }
  }
}

Tools

Launch Fast exposes 18 MCP tools:

ToolCapabilitySafety
`research_products`Amazon product and niche researchRead-only
`amazon_keyword_research`ASIN keyword research, opportunities, and gap analysisRead-only
`supplier_research`Supplier discovery and sourcing comparisonRead-only
`rank_tracker_lookup`Read tracked ASINs and keyword rankingsRead-only
`rank_tracker_manage`Track or untrack ASINs in Rank TrackerWrite-capable
`ip_check_lookup`Trademark and patent risk checksRead-only
`amazon_sales_lookup`Amazon seller sales performanceRead-only
`amazon_inventory_lookup`Amazon inventory and SKU healthRead-only
`amazon_finance_lookup`Amazon finance events, fees, refunds, and settlementsRead-only
`amazon_brand_query_performance_lookup`Brand Analytics query performanceRead-only
`amazon_brand_search_terms_lookup`Brand Analytics search terms intelligenceRead-only
`amazon_brand_search_catalog_performance_lookup`Brand Analytics catalog performanceRead-only
`amazon_ads_product_performance_lookup`Amazon Ads advertised product performanceRead-only
`amazon_ads_targeting_performance_lookup`Amazon Ads targeting and keyword performanceRead-only
`amazon_ads_search_term_performance_lookup`Amazon Ads search term performanceRead-only
`amazon_ads_campaign_performance_lookup`Amazon Ads campaign performanceRead-only
`amazon_ads_entity_graph_lookup`Amazon Ads campaign/ad group/ad/keyword/target graphRead-only
`amazon_ads_performance_diagnostics`Amazon Ads performance diagnosticsRead-only

Full tool notes: docs/tools.md

Example Prompts

text
Research the Amazon market for silicone cooking utensils and find the strongest opportunities.
text
Analyze keyword opportunities for ASIN B08N5WRWNW.
text
Look at my Amazon Ads search terms from the last 30 days and identify wasted spend.
text
Check whether "AquaGrip bottle handle" has trademark or patent risk before launch.
text
Show my Amazon inventory risks and slow-moving SKUs.

Development

bash
npm install
npm run build
LAUNCHFAST_API_KEY=lf_your_api_key_here npm run dev

The public package is intentionally a bridge and tool catalog. The hosted

Launch Fast application owns authentication, account authorization, provider

integrations, billing access checks, rate limits, and private data processing.

  • Website: https://launchfastlegacyx.com
  • MCP docs: https://docs.launchfastlegacyx.com/mcp
  • Privacy: https://launchfastlegacyx.com/privacy
  • Support: https://launchfastlegacyx.com/contact
  • GitHub: https://github.com/BlockchainHB/launchfast-mcp

License

MIT

Frequently asked questions

What is launchfast-mcp?

launchfast-mcp is Launch Fast remote MCP bridge for Amazon FBA research, seller analytics, Brand Analytics, Amazon Ads, supplier research, IP checks, and rank tracking.

How do I install launchfast-mcp?

Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.

Is launchfast-mcp open source?

Yes — it is hosted on GitHub at https://github.com/BlockchainHB/launchfast-mcp.

Related MCP tools

Run your own MCP server? See who uses it and what to fix.

Measure it with TrackMCP