Related MCP Server Resources

Explore more AI models, providers, and integration options:

  • Explore AI Models
  • Explore AI Providers
  • Explore MCP Servers
  • LangDB Pricing
  • Documentation
  • AI Industry Blog
  • Solana Agent Kit MCP Server
  • Agent MCP
  • Agent Twitter Client MCP
  • Sanity MCP Server
  • Xano MCP Server for Smithery
Back to MCP Servers
Smart Warehouse MCP Agent

Smart Warehouse MCP Agent

Public
Ayancodes2003/claude-mcp-agent-for-supply-chain

Claude-powered warehouse management system that coordinates inventory, AGVs, and order processing through specialized agents using Model Context Protocol patterns.

Verified
python
0 tools
May 29, 2025
Updated May 30, 2025

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

  1. Create a virtual environment:

    python -m venv venv
    
  2. Activate the virtual environment:

    • Windows: venv\Scripts\activate
    • Unix/MacOS: source venv/bin/activate
  3. Install dependencies:

    pip install -r requirements.txt
    
  4. Set up environment variables:

    cp claude.env.template claude.env
    

    Then edit claude.env to add your Anthropic API key.

  5. Run the application:

    python main.py
    

API Endpoints

  • GET /inventory: Get current inventory status
  • GET /agvs: Get status of all AGVs
  • POST /orders: Create a new order
  • POST /ask-agent: Send a query to Claude agent
  • GET /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

Publicly Shared Threads0

Discover shared experiences

Shared threads will appear here, showcasing real-world applications and insights from the community. Check back soon for updates!

Share your threads to help others
Related MCPs5
  • Solana Agent Kit MCP Server
    Solana Agent Kit MCP Server

    A Model Context Protocol server that enables Claude AI to interact with the Solana blockchain throug...

    Added May 30, 2025
  • Agent MCP
    Agent MCP

    A Multi-Agent Collaboration Protocol server that enables coordinated AI collaboration through task m...

    Added May 30, 2025
  • Agent Twitter Client MCP
    Agent Twitter Client MCP

    A Model Context Protocol server that enables AI agents to interact with Twitter without direct API a...

    Added May 30, 2025
  • Sanity MCP Server
    Sanity MCP Server

    Connect your Sanity content to AI agents. Create, update, and explore structured content using Claud...

    Added May 30, 2025
  • Xano MCP Server for Smithery
    Xano MCP Server for Smithery

    A Model Context Protocol server that enables Claude AI to interact with Xano databases, providing co...

    Added May 30, 2025