LogoSTMCP
Download
feyod-mcp

Feyod MCP Server

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.

Tools

1. answer_feyenoord_question

Answers questions about Feyenoord in natural language regarding matches, players, opponents, and related events.

Open Graph image for Feyod MCP Server

JSON Config

{
  "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"
      }
    }
  }
}

Information