Firestarter MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Firestarter MCP Serverfind a stainless steel water bottle"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Firestarter MCP Server
The Model Context Protocol server for Firestarter — AI-native commerce execution. Lets an AI assistant search real products, buy them with your approval, track deliveries, and run a seller business end to end.
Distributed two ways:
Surface | How |
Claude Desktop | Install the |
Any MCP client | Point it at |
Quick start
npm ci
npm run build # builds the inline shopping UI, then compiles
npm test
npm run build:mcpb # produces mcpb/dist/firestarter.mcpbSet FIRESTARTER_API_KEY (fs_live_... for live orders, fs_test_... for
sandbox) to run the stdio server. Get a key at
firestarter.network/dashboard.
Related MCP server: Shopping MCP Server (Amazon + Target)
Safety model
Purchases never complete without an explicit approval step: firestarter_execute
finds and prices options, and only firestarter_approve charges. Tools that
move money or delete records are annotated destructiveHint: true so MCP hosts
prompt before running them; read-only tools are annotated so they don't.
Privacy Policy
Full policy: https://firestarter.network/privacy · Questions: privacy@firestarter.network
This section covers the Firestarter Desktop Extension (apps/api/mcpb), which runs the
Firestarter MCP server locally and calls the Firestarter API on your behalf.
What is collected. The extension holds one credential you supply at install time: your Firestarter API key. Claude Desktop stores it in your operating system's keychain, not in plaintext config. Beyond that, the extension sends only what a request needs — the product search or listing you ask about, and, when you approve a purchase, the order and delivery address tied to it. It reads no files and collects no telemetry of its own.
How it is used and stored. Requests go over TLS to https://api.firestarter.network
(overridable via the api_url config for sandbox use) and are handled under the policy
linked above. Order, listing, and account records are stored server-side to run the
service. Payment card numbers are never stored by Firestarter; card details are handled by
the payment processor, and stored secrets are kept as cryptographic hashes.
Third-party sharing. Data is shared only where completing the transaction requires it — principally the merchant fulfilling your order, plus payment and shipping providers. It is not sold, and there is no third-party advertising or tracking.
Retention. Data is retained while your account is active; execution logs are retained for 90 days. You may export your data or request deletion of your account from the dashboard, or by writing to the address above.
Your control. Uninstalling the extension removes the stored API key from your keychain and ends its access. Revoking the key in the Firestarter dashboard has the same effect immediately, from any device.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityDmaintenanceEnables AI agents to programmatically purchase physical and virtual goods from platforms like Amazon and Shopify using stablecoins, without the need for virtual debit cards or browser automation.Last updated1
- Alicense-qualityDmaintenanceEnables AI assistants to search products, manage shopping carts, place orders, and retrieve order history from Amazon and Target accounts.Last updated2MIT
- Alicense-qualityDmaintenanceEnables interaction with Amazon services through AI assistants, allowing users to search products, manage their cart, view order history, and place orders using natural language.Last updated7MIT
- Alicense-qualityAmaintenanceEnables AI assistants to search, compare, and buy products across connected WooCommerce stores with human-in-the-loop approval.Last updatedMIT
Related MCP Connectors
Commission infrastructure for AI commerce — program discovery, attribution, and settlement.
Policy review and purchase discovery for AI-agent commerce actions.
Search and discover advertiser products through an open marketplace for AI agents.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Analog-Labs/firestarter-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server