Package Exports
- listbee
Readme
listbee (deprecated)
This TypeScript SDK is deprecated. ListBee has pivoted to an agent-native architecture. The primary integration surface is now MCP + OpenAPI.
What to use instead
For agent integrations (recommended)
- MCP HTTP:
https://mcp.listbee.so - MCP stdio:
npx listbee-mcp
For direct HTTP
- OpenAPI spec:
https://listbee.so/openapi.json - Docs:
https://docs.listbee.so - Use
fetch,openapi-fetch+openapi-typescript, or any HTTP client againsthttps://api.listbee.so
Final version
Pinned to a final deprecation release. Imports emit a console warning.
import { ListbeeClient } from 'listbee';
// Warning: listbee SDK is deprecated — use MCP (https://mcp.listbee.so)Why this change
ListBee is commerce infrastructure for AI agents. Agents consume MCP, not npm packages.
Reversibility
If you need a TS SDK, email damian@listbee.so. A fresh SDK can be auto-generated via Fern OSS CLI.