Launch Fast LogoLaunch Fast
Reference

MCP Apps & Resources

Reference for Launch Fast MCP app UI resources, MCP resources, and prompt registration status.

Launch Fast MCP apps and resources preview

Reference for Launch Fast MCP app UI resources, MCP resources, and prompt registration status.

Launch Fast MCP includes tools, app UI resources, and read-only MCP resources. Most users will interact with the tools through Claude in plain language. This page is mainly for reviewers, developers, and advanced users who want to understand what the server exposes behind the scenes.

How To Read This Page

Launch Fast MCP exposes three related surfaces.

SurfaceWhat it meansWho uses it
MCP toolsActions Claude can call, such as product research, sales lookup, or ads diagnostics.Claude and other MCP clients
MCP AppsUI resources attached to tool results so Claude can show richer app-style responses.Claude UI and MCP App reviewers
MCP resourcesRead-only contextual resources such as account status, tool guide, and marketplace metadata.Claude, MCP clients, developers, reviewers
MCP promptsPre-registered prompt templates exposed by the server.Not currently used

Users normally do not call UI resource URIs directly. They ask Claude a natural-language question, Claude calls the right tool, and Launch Fast may attach the relevant app UI resource to the result.

MCP Apps

Launch Fast uses MCP Apps so Claude can show richer visual responses for supported tools. These app UI resources are attached to tool results through tool metadata.

They are useful for:

AreaApp UI value
Product researchProduct research tables and market summaries.
Keyword researchKeyword opportunity and competitor ranking views.
Supplier researchSupplier comparison views.
Rank trackingRank tracker summaries and tracked ASIN context.
IP checksTrademark, patent, and conflict-check results.
Amazon account reportsSales, inventory, and finance reports.
Brand AnalyticsBrand Query, Brand Search Terms, and Brand Search Catalog report views.
Amazon AdsSponsored Products report and diagnostics views.

MCP App UI Resources

Resource URIHuman nameRelated tool
ui://launchfast/research-productsProduct Research Appresearch_products
ui://launchfast/keyword-researchKeyword Research Appamazon_keyword_research
ui://launchfast/supplier-researchSupplier Research Appsupplier_research
ui://launchfast/rank-trackerRank Tracker Apprank_tracker_lookup, rank_tracker_manage
ui://launchfast/ip-checkIP Check Appip_check_manage
ui://launchfast/amazon-salesAmazon Sales Appamazon_sales_lookup
ui://launchfast/amazon-inventoryAmazon Inventory Appamazon_inventory_lookup
ui://launchfast/amazon-financeAmazon Finance Appamazon_finance_lookup
ui://launchfast/brand-query-performanceBrand Query Performance Appamazon_brand_query_performance_lookup
ui://launchfast/brand-search-termsBrand Search Terms Intelligence Appamazon_brand_search_terms_lookup
ui://launchfast/brand-search-catalog-performanceBrand Search Catalog Performance Appamazon_brand_search_catalog_performance_lookup
ui://launchfast/amazon-ads-product-performanceAmazon Ads Product Performance Appamazon_ads_product_performance_lookup
ui://launchfast/amazon-ads-targeting-performanceAmazon Ads Targeting Performance Appamazon_ads_targeting_performance_lookup
ui://launchfast/amazon-ads-search-term-performanceAmazon Ads Search Term Performance Appamazon_ads_search_term_performance_lookup
ui://launchfast/amazon-ads-campaign-performanceAmazon Ads Campaign Performance Appamazon_ads_campaign_performance_lookup
ui://launchfast/amazon-ads-performance-diagnosticsAmazon Ads Diagnostics Appamazon_ads_performance_diagnostics

MCP Resources

MCP resources are read-only context endpoints exposed by the Launch Fast MCP server. They are not the same as tools. Tools perform a specific lookup or analysis. Resources provide context that helps Claude understand account state, available tools, marketplace support, and rank tracker summaries.

Resource List

Resource URIHuman nameWhat it containsWhen it helps
launchfast://account/statusAccount StatusCurrent plan, usage, payment limits, rate limits, and feature availability.Checking whether MCP, tools, quotas, or plan-gated features are available.
launchfast://tools/guideTool Usage GuideMarkdown workflow guide with recommended tool sequence and parameter notes.Helping Claude choose the right workflow across research, account, and ads tools.
launchfast://rank-tracker/summaryRank Tracker SummaryOverview of rank-tracked ASINs and latest tracking data.Quick context before using Rank Tracker Lookup.
launchfast://rank-tracker/dashboardRank Tracker DashboardDashboard-style rank tracker payload. Similar to rank tracker summary.Visual/dashboard-oriented rank tracker context.
launchfast://marketplacesSupported MarketplacesSupported Amazon marketplaces and available tool coverage.Understanding marketplace support and tool availability.
launchfast://supported-marketplacesSupported Marketplaces AliasAlias for supported marketplace metadata.Compatibility alias for supported marketplace reads.

Account Status Resource

launchfast://account/status

Use this resource when Claude or a reviewer needs to understand the authenticated user's Launch Fast MCP access.

It can include:

ContextWhat it can clarify
Current planWhich Launch Fast plan is active.
Billing plan codeInternal entitlement context when available.
Monthly quota limitsUsage limits for MCP-enabled features.
Current usageHow much of the quota has been used.
Rank tracker slot usageHow many tracked ASIN slots are used or available.
Global MCP rate limitsDefault MCP requests allow 60 requests/min; metadata and account status requests allow 180 requests/min per user.
SellerSprite-backed rate limitsResearch-provider limit context for supported research tools.
Feature availabilityAvailability for research, rank tracker, IP check, Amazon account tools, Brand Analytics tools, and Amazon Ads tools.

This is useful when troubleshooting plan access, usage limits, or feature availability.

Tool Usage Guide Resource

launchfast://tools/guide

This resource provides a concise workflow guide for Claude.

It explains the recommended order of operations.

StepWorkflow guidance
1Start with Product Research.
2Use Keyword Research on promising ASINs.
3Use Supplier Research for sourcing feasibility.
4Use IP Check before brand or product commitment.
5Use Rank Tracker for monitored ASINs.
6Use Amazon account tools for connected seller data.
7Use Amazon Ads tools for Sponsored Products reporting and diagnostics.

This helps Claude choose the right tool sequence without requiring users to know tool names.

Rank Tracker Resources

launchfast://rank-tracker/summary

launchfast://rank-tracker/dashboard

These resources provide read-only rank tracker context for the authenticated user.

QuestionResource value
Which ASINs are currently tracked?Provides tracked ASIN overview.
How many tracking slots are in use?Provides slot or tracking count context when available.
Which products are available for deeper rank lookup?Helps Claude decide when to use rank_tracker_lookup.

For detailed rank data or tool-driven responses, use rank_tracker_lookup.

Marketplace Resources

launchfast://marketplaces

launchfast://supported-marketplaces

These resources describe supported marketplace coverage and tool availability.

Current marketplace support should be treated as Launch Fast MCP metadata. If a marketplace-specific query returns no data, the user should check whether the marketplace is supported, whether the relevant account is connected, and whether data has synced for that marketplace.

Prompt Registration Status

No MCP prompts are currently registered.

Launch Fast MCP does not currently expose prebuilt MCP prompt templates through the server. Users should ask Claude in natural language or use the example prompts in these docs.

Relationship Between Tools, Apps, And Resources

A typical interaction works like this:

StepWhat happens
1User asks Claude a natural-language question.
2Claude chooses a Launch Fast MCP tool.
3The tool runs against Launch Fast research data, connected Amazon account data, or synced Amazon Ads data.
4The tool returns structured/text results.
5When supported, Launch Fast attaches an MCP App UI resource so Claude can render a richer view.
6Claude may also read MCP resources for account status, marketplace support, or workflow guidance.

Users do not need to manually invoke resource URIs or UI URIs for normal use.

Safety And Access Notes

NoteMeaning
MCP resources are read-only.Resources provide context and do not mutate account state.
MCP App UI resources display tool results.They do not create Amazon account changes.
Account-data tools require connections.Amazon account tools require Seller Central/SP-API or Amazon Ads connections as relevant.
Rank Tracker Manage can change Launch Fast state.Rank Tracker management is the only MCP tool group here that changes Launch Fast account state by tracking or untracking ASINs.
Amazon mutation is out of scope.No resource or app UI directly changes Seller Central, Amazon Ads, inventory, listings, prices, bids, budgets, or campaigns.

Reviewer Checklist

For Claude Connector review, Launch Fast MCP exposes:

Review itemStatus
Complete tool inventory with user-friendly titlesDocumented across the MCP docs.
Accurate tool annotationsRead-only and write/destructive behavior are documented.
MCP App UI resourcesListed on this page for supported tool responses.
Read-only MCP resourcesAccount status, tool guidance, rank tracker context, and marketplace metadata are listed.
MCP prompt registrationNo MCP prompts are currently registered.
OAuth supportDocumented in Authentication and Getting Started.
Privacy and support linksDocumented in Privacy & Support.