listbee-mcp
OfficialServer Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | HTTP port (http mode only) | 8080 |
| LISTBEE_API_KEY | No | ListBee API key. Optional — omit to start in bootstrap-only mode. | |
| LISTBEE_BASE_URL | No | API base URL | https://api.listbee.so |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| bootstrap_startA | Step 1 of 2. Emails an OTP and returns a single-use bootstrap_token plus the account_id. Token TTL 10 min. Flow: bootstrap_start → bootstrap_verify. No API key required. When to use: Kicking off a new seller account. The human will receive a 6-digit OTP by email; bring the code back and call bootstrap_verify. Tips:
Note: This action requires human intervention. You cannot complete it yourself. |
| bootstrap_verifyA | Step 2 of 2. Verifies the OTP, issues the first API key (shown once — store immediately), and returns Stripe onboarding URL. Hand the Stripe URL to the human; poll bootstrap_poll until ready. When to use: The human pasted the OTP. Call this once with bootstrap_token + otp_code to mint the API key. Tips:
Note: This action requires human intervention. You cannot complete it yourself. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
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/listbee-dev/listbee-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server