Listing Bureau - Amazon Organic Ranking
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LB_API_KEY | Yes | Listing Bureau API key | |
| LB_BASE_URL | No | API base URL (override for staging/dev) | https://listingbureau.com |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| lb_account_getA | Get Listing Bureau account info (email, name, account status, wallet balance) |
| lb_account_update_profileA | Update Listing Bureau account profile fields (first_name, last_name, company). At least one field required. |
| lb_account_get_service_ratesA | Get current Listing Bureau service pricing rates. Returns empty object if no plan is active. |
| lb_account_get_subscriptionA | Get Listing Bureau subscription info (plan label, fee, discount, wallet usage) |
| lb_wallet_get_balanceA | Get Listing Bureau wallet balance (credits and USD). May include a warning if data is temporarily unavailable. |
| lb_wallet_get_transactionsA | Get Listing Bureau wallet transaction history (paginated). Last page may include legacy entries beyond per_page count. |
| lb_wallet_topupA | Generate a Stripe checkout URL to top up wallet balance. Returns a URL to complete payment. |
| lb_projects_listA | List Listing Bureau Amazon projects with optional filters. Returns ASIN, keyword, active status, and current service volumes. |
| lb_projects_createA | Create a new Listing Bureau Amazon project. If a project with the same ASIN+keyword+region was previously archived, it will be reactivated instead (returns 201). ASIN must be a valid Amazon ASIN. Keyword must be 3-200 characters. |
| lb_projects_getA | Get detailed info for a specific Listing Bureau project including schedule, services, and SERP data. |
| lb_projects_updateA | Update a Listing Bureau project. Currently supports toggling the active status (pause/resume). To archive a project, use lb_projects_archive instead. |
| lb_projects_archiveA | Archive (soft delete) a Listing Bureau Amazon project. The project can be reactivated by creating a new project with the same ASIN+keyword+region. |
| lb_projects_get_statsA | Get daily stats for a Listing Bureau project: service execution (SFB, ATC, PGV), SERP rankings, ARA analytics, Brand Referral, and Search Query data. Note: this call may be slow (~1-2s) due to 14+ backend DB queries. |
| lb_schedule_getA | Get the current schedule for a Listing Bureau project. Shows per-day service volumes (atc, sfb, pgv). Note: SFB is only available for US-region projects. |
| lb_schedule_setA | Set the full per-day schedule for a Listing Bureau project. Replaces any existing schedule. Each entry represents one day with volumes for atc, sfb, and pgv. Max 365 entries. SFB is US-region only; ATC/PGV work in all regions (lower execution rate outside US). |
| lb_schedule_quick_setA | Quick-set uniform daily volumes for a Listing Bureau project. WARNING: This clears any existing per-day schedule and replaces it with uniform values. All omitted fields default to 0. SFB is US-region only; ATC/PGV work in all regions (lower execution rate outside US). |
| lb_orders_listA | List Listing Bureau orders (paginated, newest first). Includes order status, campaign, region, and issue report status. |
| lb_orders_getB | Get detailed info for a specific Listing Bureau order. |
| lb_orders_report_issueA | Report an issue with a Listing Bureau order. Maximum 5 issue reports per order -- do not retry if you receive a limit error. Description must be 1-1000 characters. |
| lb_feedback_submitB | Submit feedback, feature requests, or suggestions (10-5000 characters) |
| lb_estimate_costA | Estimate campaign cost before committing. Fetches current rates and wallet balance, then computes total cost, daily averages, and wallet sustainability. Provide either uniform daily volumes (atc/sfb/pgv + num_days) or a per-day schedule array. Include retail_price for accurate SFB costs. SFB is US-region only; ATC/PGV work in all regions (lower execution rate outside US). Pass region to validate SFB eligibility. |
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/listingbureau/listingbureau-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server