mcp-for-beginners: This curriculum introduces the Model Context Protocol (MCP), an elegant solution for AI applications to communicate with various tools and services in a standardized way. It offers hands-on practice in multiple programming languages, guiding beginners from fundamental concepts to building and deploying their own MCP servers and clients.; fastapi_mcp: FastAPI-MCP allows you to expose your existing FastAPI endpoints as Model Context Protocol (MCP) tools. It offers native integration with FastAPI, including built-in authentication using existing dependencies, and preserves schemas and documentation.
Building capable and flexible AI applications.
Integrating FastAPI services as tools for large language models (LLMs) that support MCP.