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
claude-mcp-agent-for-supply-chain/
├── agents/ # MCP agent modules
├── simulation/ # Warehouse simulation logic
├── api/ # FastAPI endpoints
├── logs/ # Action and decision logs
├── claude_interface.py # Interface to Claude API
├── main.py # Main application entry point
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:
python -m venv venvActivate the virtual environment:
- Windows:
venvScriptsactivate - Unix/MacOS:
source venv/bin/activate
- Windows:
Install dependencies:
pip install -r requirements.txtSet up environment variables:
cp claude.env.template claude.envThen edit
claude.envto add your Anthropic API key.Run the application:
python main.py
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
Smart Supply Chain Agent
Project Details
- Ayancodes2003/claude-mcp-agent-for-supply-chain
- Last Updated: 4/21/2025
Recomended MCP Servers
An MCP server that provides image recognition 👀 capabilities using Anthropic and OpenAI vision APIs
CbetaMCP
A consul MCP Server (modelcontextprotocol)
This project demonstrates how to use EdgeOne Pages Functions to retrieve user geolocation information and integrate it with...
cloudflare workers MCP server
An experimental ModelContextProtocol server connecting LLMs to DefectDojo for AI-powered security workflows. Enables natural language interaction with vulnerability...
A MCP server providing real-time web search capabilities to any AI model.
mcp for controlling your x account through llm agents(claude desktop/cursor) expalnation vid: https://youtu.be/pAEEIVdsky8
It's like v0 but in your Cursor/WindSurf/Cline. 21st dev Magic MCP server for working with your frontend like...
An MCP (Model Context Protocol) server for interacting with a Paperless-NGX API server. This server provides tools for...
MCP server for Dub.co link shortener API integration





