Loading MCP server directory, please wait...
Fantasy Premier League stats (SQL) and BBC/Guardian press and injury news search for AI agents.
npx @getmcp/cli add io.github.sbanthia92/fpl-context-mcpRequires Python 3.10+. Community-contributed server. Review source before installing.
DATABASE_URLRead-only PostgreSQL DSN for your FPL stats database (populate it with fpl-context-ingest-match)
PINECONE_API_KEYPinecone API key for your press index (populate it with fpl-context-ingest-press)
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.sbanthia92/fpl-context-mcp": {
"command": "uvx",
"args": [
"fpl-context-mcp"
],
"env": {
"DATABASE_URL": "",
"PINECONE_API_KEY": "",
"PINECONE_INDEX_NAME": "fpl-context"
}
}
}
}