Skip to main content
Glama
arnold-commits

shelfkeeper-mcp-server

šŸ“¦ ShelfKeeper MCP Server

MCP server for Amazon FBA sellers — inventory tracking, profit calculations, COGS analysis, and tax deduction guidance.

Built by ARJE Bookkeeping & Tax Services • A CPA firm managing 90+ Amazon seller clients.


šŸ› ļø Tools Included

Tool

Description

calculate_profit

Calculate net profit for any FBA product after all fees and COGS

check_inventory_health

Analyze inventory levels and flag slow movers, overstock, and stranded items

breakdown_cogs

Break down Cost of Goods Sold into components (product, shipping, prep, duties)

find_tax_deductions

Identify commonly missed tax deductions for Amazon FBA sellers

calculate_reorder_point

Calculate when to reorder based on lead time and daily sales velocity

get_fba_fee_reference

Quick reference for current FBA fee structures by category and size tier


Related MCP server: Profitlee-MCP

šŸš€ Quick Start

Option 1: Claude Desktop (stdio)

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "shelfkeeper": {
      "command": "node",
      "args": ["/path/to/shelfkeeper-mcp-server/dist/index.js"]
    }
  }
}

Option 2: Remote HTTP (Vercel deployment)

Use the hosted endpoint:

https://shelfkeeper-mcp-server.vercel.app/mcp

Option 3: Install via Smithery

npx @smithery/cli install shelfkeeper --client claude

šŸ“¦ Installation (Local)

git clone https://github.com/arnold-commits/shelfkeeper-mcp-server.git
cd shelfkeeper-mcp-server
npm install
npm run build
npm start

šŸ’” Example Prompts

  • "Calculate my profit on a product that costs $8 to source, sells for $24.99, with $5.50 in FBA fees"

  • "Check the health of my inventory — I have 500 units, selling 8/day"

  • "Break down my COGS for a product: $6 unit cost, $1.20 shipping, $0.50 prep, $0.80 duties"

  • "What tax deductions am I probably missing as an FBA seller?"

  • "When should I reorder if my lead time is 21 days and I sell 12 units/day?"

  • "What are the current FBA fees for standard-size items in the Toys category?"


šŸ—ļø Project Structure

shelfkeeper-mcp-server/
ā”œā”€ā”€ src/
│   ā”œā”€ā”€ index.ts              # MCP server entry point
│   ā”œā”€ā”€ constants.ts          # FBA fee tables, tax categories, thresholds
│   ā”œā”€ā”€ types.ts              # TypeScript interfaces and types
│   ā”œā”€ā”€ tools/
│   │   └── fba-tools.ts      # All 6 tool implementations
│   └── services/
│       └── calculations.ts   # Core business logic and formulas
ā”œā”€ā”€ dist/
│   └── index.js              # Compiled output
ā”œā”€ā”€ package.json
ā”œā”€ā”€ tsconfig.json
ā”œā”€ā”€ smithery.json
ā”œā”€ā”€ vercel.json
└── README.md

šŸ“Š Who This Is For

  • Amazon FBA Sellers who want AI-powered inventory and profit analysis

  • Bookkeepers managing multiple Amazon seller clients

  • CPAs providing advisory services to ecommerce businesses

  • Ecommerce consultants who need quick FBA calculations


šŸ¤ About ARJE Bookkeeping & Tax Services

We specialize in bookkeeping, tax preparation, and advisory services for Amazon FBA sellers and ecommerce businesses. With 90+ active clients, we understand the unique challenges of FBA accounting.

🌐 arjebookkeeping.com


šŸ“„ License

MIT License — free to use, modify, and distribute.

Related MCP Connectors

Related MCP Servers

  • A
    license
    A
    quality
    B
    maintenance
    MCP server for Amazon product monitoring via the Keepa API, providing 18 tools for prices, BSR trends, buy box changes, variation families, sales estimates, coupon/deal tracking, seller stats, category lookup, and promotion impact analysis.
    18
    15
    MIT
  • A
    license
    A
    quality
    B
    maintenance
    ProfitLee MCP is an MCP server for analyzing ecommerce and marketplace profitability. It helps users calculate net profit, profit margin, ROI, breakeven price, and fee-adjusted outcomes from product cost, selling price, shipping, ads, platform fees, and tax inputs. It also supports reusable profit scenarios so users can compare pricing and cost assumptions more easily.
    7
    87 npm
    MIT
  • A
    license
    Not graded
    quality
    C
    maintenance
    MCP server for Amazon Selling Partner API and Advertising API, enabling access to orders, inventory, pricing, ads, and reports via natural language.
    1
    MIT
  • A
    license
    Not graded
    quality
    B
    maintenance
    MCP servers for Amazon Seller Central and Amazon Ads API, enabling AI assistants to manage your Amazon account using natural language.
    10 npm
    1
    MIT