1. answer_feyenoord_question
Answers questions about Feyenoord in natural language regarding matches, players, opponents, and related events.
Feyod MCP Server provides a natural language interface for querying Feyenoord football match data using Model Context Protocol. Convert questions to SQL, validate queries, and get accurate match, player, and opponent information.
{
"mcpServers": {
"feyod": {
"command": "python",
"args": ["main.py"],
"env": {
"DATABASE_PATH": "../feyod/feyod.db",
"LLM_PROVIDER": "google",
"LLM_API_KEY": "YOUR_API_KEY_HERE",
"LLM_MODEL": "gemini-2.5-flash"
}
}
}
}