Enables Large Language Models to connect and interact with REST APIs by exposing data through a Model Context Protocol endpoint.
The Northwind FastAPI Example provides a practical demonstration of integrating the Model Context Protocol (MCP) into a FastAPI application, bridging traditional REST APIs with Large Language Models. It showcases how to expose data from a classic Northwind database via both standard REST endpoints and an MCP endpoint, allowing LLMs to programmatically discover, understand, and execute API calls, thereby enhancing their ability to interact with structured data.