Skip to main content
Glama
Rhodium11

rhodium11-mcp

by Rhodium11

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
RH11_API_KEYYesCustomer API key (starts with cak_). Required.
RH11_BASE_URLNoAPI base URL. Default is https://app.rhodium11.comhttps://app.rhodium11.com

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
rh11_account_getA

Get Rhodium11 account info (email, name, company, plan, account type)

rh11_account_update_profileA

Update Rhodium11 account profile fields (first_name, last_name, company). At least one field required.

rh11_account_get_service_ratesA

Get current Rhodium11 service pricing rates. Returns empty object if no plan is active.

rh11_account_get_subscriptionA

Get Rhodium11 subscription info (plan label, fee, discount, wallet usage)

rh11_wallet_get_balanceA

Get Rhodium11 wallet balance (credits and USD). May include a warning if data is temporarily unavailable.

rh11_wallet_get_transactionsA

Get Rhodium11 wallet transaction history (paginated). Last page may include legacy entries beyond per_page count.

rh11_projects_listA

List Rhodium11 Amazon projects with optional filters. Returns ASIN, keyword, active status, and current service volumes.

rh11_projects_createA

Create a new Rhodium11 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.

rh11_projects_getA

Get detailed info for a specific Rhodium11 project including schedule, services, and SERP data.

rh11_projects_updateA

Update a Rhodium11 project. Currently supports toggling the active status (pause/resume). To archive a project, use rh11_projects_archive instead.

rh11_projects_archiveA

Archive (soft delete) a Rhodium11 Amazon project. The project can be reactivated by creating a new project with the same ASIN+keyword+region.

rh11_projects_get_statsA

Get daily stats for a Rhodium11 project: service execution (SFB, ATC, Wishlist, 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.

rh11_projects_get_projectionA

Get the recommended daily quantities for a project's keyword: how many purchases a day it takes to reach the top three, with a confidence range and matching add-to-cart and pageview volumes. Also returns how big the keyword is, what share the third-placed product holds, how often products that reach the top three keep the position, and a flag when the project is configured well above what the keyword can support. Use this before changing a schedule, or to check whether current volumes are sensible. Purchases do most of the ranking work; add-to-carts and pageviews carry far less weight on their own and are sized as supporting activity. Check keyword_market.third_place_share_basis: 'conversion' means measured, 'click' means estimated from click data, 'tier' means the typical share for keywords this size rather than anything measured on this one. When expectations.low_confidence is true, work from purchases_per_day_low/high rather than the single figure. A status other than 'ok' means no numbers are available and the message says why; 'stale_market' and 'error' are temporary, 'unsupported' and 'no_data' are not.

rh11_keywords_projectionA

Research keywords BEFORE creating projects for them. Give it candidate keywords and it returns, for each, how big the keyword is, what share the third-placed product holds, and the daily purchases it would take to reach the top three, with a confidence range and matching add-to-cart and pageview volumes. Use it to compare candidates, size a launch, or check whether a keyword is worth targeting at all. Keywords Amazon barely reports come back as low_demand, meaning competition is minimal. Purchases do most of the ranking work; add-to-carts and pageviews carry far less weight on their own. Check keyword_market.third_place_share_basis to tell a measured share from one estimated from clicks or substituted from keywords of the same size, and prefer the low/high range whenever expectations.low_confidence is true. Returns {projections, budget}: budget carries daily_budget and daily_budget_used so you can pace yourself. Only newly looked-up keywords count against it; cached ones are free. Max 100 keywords per call.

rh11_schedule_getA

Get the current schedule for a Rhodium11 project. Shows per-day service volumes (atc, sfb, pgv, wishlist). When SFB units fall inside the lock window, the response is augmented with sfb_lock_info describing how many units are committed.

rh11_schedule_setA

Set the full per-day schedule for a Rhodium11 project. Replaces any existing schedule. Each entry represents one day with volumes for atc, sfb, pgv, and wishlist. Max 365 entries. SFB units that fall in the next 2 days (mpux-flask LOCK_SFB_DAYS, configurable via RH11_LOCK_SFB_DAYS) become committed once the project has active SFB — sfb_lock_info in the response surfaces this.

rh11_schedule_quick_setA

Quick-set uniform daily volumes for a Rhodium11 project. WARNING: This clears any existing per-day schedule and replaces it with uniform values. All omitted fields default to 0. SFB units that fall in the next 2 days (mpux-flask LOCK_SFB_DAYS, configurable via RH11_LOCK_SFB_DAYS) become committed once the project has active SFB — sfb_lock_info in the response surfaces this.

rh11_orders_listA

List Rhodium11 orders (paginated, newest first). Includes order status, campaign, region, and issue report status.

rh11_orders_getA

Get detailed info for a specific Rhodium11 order.

rh11_orders_report_issueA

Report an issue with a Rhodium11 order. Maximum 5 issue reports per order — do not retry if you receive a limit error. Description must be 1-1000 characters.

rh11_feedback_submitA

Submit feedback to Rhodium11 (10-5000 characters). Do not submit duplicate feedback — identical text will be rejected.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

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/Rhodium11/rhodium11-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server