Connect Firestarter to any AI agent, LLM framework, or application. 47 commerce tools via MCP or REST.
MCP Manifest: https://api.firestarter.network/.well-known/mcp.json | OpenAPI: https://api.firestarter.network/openapi.json
{"mcpServers":{"firestarter":{"url":"https://api.firestarter.network/mcp","transport":"streamable-http","headers":{"Authorization":"Bearer fs_live_YOUR_KEY"}}}}from langchain_mcp import MCPToolkit; toolkit = MCPToolkit(server_url="https://api.firestarter.network/mcp")