Streamable HTTP icon

Streamable HTTP

1

Provides a real-time Model Context Protocol (MCP) server utilizing Streamable HTTP for AI-powered chatbots and tools.

关于

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.

主要功能

  • Python-based server
  • Real-time communication via Streamable HTTP
  • Provides endpoints for data retrieval (e.g., get_recipes, search_recipe_by_ingredients, get_recipe_by_name)
  • 1 GitHub stars
  • Implements Model Context Protocol (MCP)

使用案例

  • Serving structured data to AI agents and tools
  • Developing custom MCP servers for various data domains
  • Enabling real-time data access for AI-powered chatbots