Northwind FastAPI Example
0
Enables Large Language Models to connect and interact with REST APIs by exposing data through a Model Context Protocol endpoint.
Acerca de
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.
Características Principales
- Enables automatic LLM understanding of data schemas
- 0 GitHub stars
- Exposes data via both traditional REST API and MCP endpoint
- Integrates fastapi-mcp for LLM interaction
- Allows LLMs to programmatically discover and interact with APIs
Casos de Uso
- Learning and demonstrating Model Context Protocol server setup with FastAPI
- Developing LLM-aware data access layers for applications
- Connecting Large Language Models to existing REST APIs