Skip to main content
Glama
TNKfreelance

Amazon FBA Ops MCP Server

by TNKfreelance

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
LWA_APP_IDYesYour Amazon LWA application client ID from Seller Central.
LWA_CLIENT_SECRETYesYour Amazon LWA client secret.
SP_API_REFRESH_TOKENYesYour Amazon Selling Partner API refresh token obtained via self-authorization.
SP_API_DEFAULT_MARKETPLACEYesYour seller marketplace code (e.g., US, UK, DE, JP) matching your seller account.

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}
logging
{}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
extensions
{
  "io.modelcontextprotocol/ui": {}
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_ordersA

List Amazon orders created in a date range (YYYY-MM-DD). Optionally filter by order status (e.g. Shipped, Unshipped, Canceled).

get_order_itemsA

List the SKU/quantity/price line items for one Amazon order.

get_financial_eventsA

List Amazon financial events (fees, refunds, reimbursements) posted in a date range (YYYY-MM-DD).

calculate_profitabilityA

Compute profitability (revenue, Amazon fees, reimbursements, COGS, net profit, margin %) for a date range (YYYY-MM-DD), grouped by 'sku', 'order', or 'day'. Requires SKU costs to be set via set_sku_cost for accurate COGS -- SKUs missing a cost are flagged in 'missing_cogs_skus' rather than silently treated as zero-cost.

get_inventory_summaryA

Get current FBA inventory levels (fulfillable, inbound, reserved, unfulfillable quantities), optionally filtered to one SKU.

get_low_stock_alertsA

Flag SKUs at risk of stocking out soon, estimating days-of-supply from current fulfillable inventory and recent sales velocity (units sold over lookback_days).

get_catalog_itemA

Get a product's title, brand, image, and dimensions from the Amazon catalog by ASIN.

set_sku_costA

Record the cost-of-goods (COGS) for a SKU, used by calculate_profitability_tool. Amazon has no concept of product cost, so this must be maintained manually.

list_sku_costsA

List all SKU costs currently configured for profitability calculations.

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/TNKfreelance/amazon-fba-ops-mcp'

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