This project offers a straightforward Model Context Protocol (MCP) server built with FastMCP, Pydantic, and Uvicorn. It provides essential tools for managing a product catalog, such as adding new products, searching by name or category, and retrieving product information by ID. Products are stored in a simple in-memory database, making this server an ideal solution for rapid prototyping, demonstrations, or seamless integration with an MCP-compatible AI agent.
Key Features
01FastMCP-based server implementation
02Runs over HTTP using Uvicorn
03Search products by name or category
04Add new products to an in-memory catalog
050 GitHub stars
06Retrieve product details by unique ID