Integrations
Supports environment variable configuration through .env files, used for managing API keys and other sensitive configuration
Provides REST API endpoints for interacting with the supply chain system, including inventory status, AGV management, order creation, and agent queries
Claude-Powered MCP Agent for Smart Supply Chain
This project simulates a smart warehouse system powered by Claude using Model Context Protocol (MCP) patterns. The system manages inventory, automated guided vehicles (AGVs), and order processing through a set of specialized agents coordinated by Claude.
Project Structure
Features
- MCP-style Modular Agents: InventoryManager, AGVPlanner, RestockAgent, Coordinator
- Warehouse Simulation: Inventory tracking, AGV movement, order processing
- Claude Integration: Uses Anthropic's Claude API for decision-making
- API Endpoints: FastAPI-based endpoints for interacting with the system
Setup
- Create a virtual environment:Copy
- Activate the virtual environment:
- Windows:
venv\Scripts\activate
- Unix/MacOS:
source venv/bin/activate
- Windows:
- Install dependencies:Copy
- Set up environment variables:Then editCopy
claude.env
to add your Anthropic API key. - Run the application:Copy
API Endpoints
GET /inventory
: Get current inventory statusGET /agvs
: Get status of all AGVsPOST /orders
: Create a new orderPOST /ask-agent
: Send a query to Claude agentGET /logs
: Get recent action logs
Example Usage
Example prompt to Claude:
The inventory for Product X is at 5 units, below the threshold of 10. Two AGVs are available. Suggest an optimal action.
Claude will analyze the situation and return structured actions that the system can execute.
License
MIT
This server cannot be installed
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
Claude-powered warehouse management system that coordinates inventory, AGVs, and order processing through specialized agents using Model Context Protocol patterns.
Related MCP Servers
- -securityFlicense-qualityA comprehensive suite of Model Context Protocol servers designed to extend AI agent Claude's capabilities with integrations for knowledge management, reasoning, advanced search, news access, and workspace tools.Last updated -5TypeScript
- -securityAlicense-qualityA Model Context Protocol server that enables interaction with the Tradovate API for managing trading contracts, positions, orders, and accounts.Last updated -JavaScriptMIT License
- AsecurityFlicenseAqualityA comprehensive Model Context Protocol server that enables users to interact with the ShipStation API for managing orders, shipments, carriers, warehouses, products, customers, stores, webhooks, and fulfillments through structured tools.Last updated -39JavaScript
- AsecurityFlicenseAqualityA comprehensive Model Context Protocol server that enables interaction with ShipBob's e-commerce fulfillment API, providing tools for managing products, orders, inventory, fulfillment, webhooks, returns, locations, channels, and reporting.Last updated -28JavaScript