Agentic Shelf — Live Inventory
Real-time product catalog and inventory across multi-tenant e-commerce stores via MCP. AI agents can call:
Quick Start
# Connect this server (installs CLI if needed)
npx -y smithery mcp add viktorboyko528/agentic-shelf
# Browse available tools
npx -y smithery tool list viktorboyko528/agentic-shelf
# Get full schema for a tool
npx -y smithery tool get viktorboyko528/agentic-shelf check_stock
# Call a tool
npx -y smithery tool call viktorboyko528/agentic-shelf check_stock '{}'Direct MCP Connection
Endpoint: https://agentic-shelf.run.tools
Tools (5)
check_stockget_product_detailsget_pricelist_products— List products from the connected store, paginated.search_products— Search products in the connected store by keyword.
# Get full input/output schema for a tool
npx -y smithery tool get viktorboyko528/agentic-shelf