Provides a real-time Model Context Protocol (MCP) server utilizing Streamable HTTP for AI-powered chatbots and tools.
Sponsored
This project serves as a foundational Model Context Protocol (MCP) server, designed to facilitate real-time communication for AI-powered chatbots and tools via streamable HTTP. It showcases its capabilities through a sample food recipe server, offering specific endpoints to retrieve all available recipes, search by ingredients, and fetch individual recipes by name, demonstrating how AI agents can interact with structured data sources.
Key Features
01Python-based server
02Real-time communication via Streamable HTTP
03Provides endpoints for data retrieval (e.g., get_recipes, search_recipe_by_ingredients, get_recipe_by_name)
041 GitHub stars
05Implements Model Context Protocol (MCP)
Use Cases
01Serving structured data to AI agents and tools
02Developing custom MCP servers for various data domains
03Enabling real-time data access for AI-powered chatbots