Feyod
Createdjeroenvdmeer
Query Feyenoord football match data using natural language with this Model Context Protocol (MCP) server.
About
Feyod MCP Server offers a natural language interface for querying Feyenoord open football data. Leveraging LangChain, it converts natural language questions into SQL queries, validates and attempts to fix them, executes the valid SQL against a SQLite database, and returns the raw query results. It dynamically loads LLM and embedding models based on configuration, allowing easy switching between providers like OpenAI and Google.
Key Features
- Dynamic LLM and embedding model loading via provider factory
- SQL validation and automated fixing
- 0 GitHub stars
- Natural language to SQL conversion using LangChain
- Supports multiple LLM providers (e.g., OpenAI, Google)
- Configurable example loading from local files or MongoDB
Use Cases
- Building custom applications to analyze Feyenoord football data
- Querying football match statistics using natural language
- Integrating natural language querying into football data analysis workflows