Integration Guide

Connect Firestarter to any AI agent, LLM framework, or application. 47 commerce tools via MCP or REST.

Quick Start

MCP Manifest: https://api.firestarter.network/.well-known/mcp.json | OpenAPI: https://api.firestarter.network/openapi.json

Connect Your Agent

Claude Desktop

{"mcpServers":{"firestarter":{"url":"https://api.firestarter.network/mcp","transport":"streamable-http","headers":{"Authorization":"Bearer fs_live_YOUR_KEY"}}}}

LangChain

from langchain_mcp import MCPToolkit; toolkit = MCPToolkit(server_url="https://api.firestarter.network/mcp")

Transport Options

Key Tools

Get API Key | Developer Portal