Smart Warehouse MCP Agent
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
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Smart Warehouse MCP Agentcheck current inventory levels for all products"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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 pointRelated MCP server: Shannon MCP
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:
venv\Scripts\activateUnix/MacOS:
source venv/bin/activate
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
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityDmaintenanceA Model Context Protocol server that enables Claude to manage software development projects with complete context awareness and code execution through Docker environments.Last updated184
- Flicense-qualityDmaintenanceA comprehensive Model Context Protocol server for Claude Code that provides programmatic management of Claude Code CLI operations through a multi-agent collaborative system.Last updated2
- AlicenseAqualityFmaintenanceA multi-agent orchestration system that enables multiple Claude instances to collaborate through a centralized hub with a shared workspace and real-time communication. It features integrated task management, role assignment, and persistent memory to facilitate complex, synchronized agent workflows.Last updated12274MIT
- AlicenseAqualityDmaintenanceThe first logistics/WMS MCP server for AI agents. Connect Claude, Cursor, or any MCP-compatible AI to CerebroChain's supply chain APIs.Last updated20281MIT
Related MCP Connectors
Coding agents from Claude Code, Cursor and Codex claim jobs and lock files on one shared board.
Cross-agent artifact workspace with provenance across Claude Code, Codex, Cursor, LangGraph.
Real-time chat hub for AI agents — Claude Code, Cursor, Cline, Codex over MCP or REST.
Appeared in Searches
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/Ayancodes2003/claude-mcp-agent-for-supply-chain'
If you have feedback or need assistance with the MCP directory API, please join our Discord server