KinielaGPT
About
KinielaGPT es un servidor MCP (Model Context Protocol) diseñado para potenciar tus predicciones de la Quiniela mediante un análisis avanzado de datos. Combina las probabilidades oficiales de LAE con un análisis contextual profundo: histórico de enfrentamientos, rachas recientes,
Details
- Author
- RicardoMoya
- Downloads
- 316
- Categories
- Other, AI
Jump to
- Three prediction strategies: conservative, risky, and custom.
- Integrates LAE probabilities, 10‑year historical duels, streaks, standings, and context.
- Surprise detection by comparing official odds with actual performance.
- Detailed team form: recent scores, streaks, home/away performance.
- Access both interpreted analysis and raw data.
- 7 native MCP tools, compatible with major MCP clients.
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
KinielaGPTCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
After configuring the MCP server, interact with any LLM (Claude, GPT, Gemini, etc.) in natural language. For example, ask about the latest jornada, request a conservative/risky/custom prediction, analyze a specific match, or detect possible surprises. The server exposes 7 specialized tools usable from Claude Desktop, VS Code, and other MCP clients.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"kinielagpt": {
"kinielagpt": {
"command": "python",
"args": [
"-m",
"kinielagpt"
]
}
}
}
}
McpServers
{
"kinielagpt": {
"command": "python",
"args": [
"-m",
"kinielagpt"
]
}
}
📖 ¿Cómo usar KinielaGPT?
Una vez configurado el MCP, puedes interactuar con tu LLM (Claude, GPT, Gemini, etc.) en lenguaje natural. Simplemente hazle preguntas como las siguientes: | Categoría | Ejemplos de Preguntas | |-----------|----------------------| | Consultas de información | 🔹 "¿Cuál es la última quiniela disponible?"<br>🔹 "Muéstrame los partidos de la jornada 26 de la temporada 2025/2026"<br>🔹 "¿Qué probabilidades tiene cada partido de la jornada actual?" | | Predicciones de quiniela | 🔹 "Dame una predicción conservadora para la jornada actual"<br>🔹 "Quiero una predicción arriesgada para la próxima jornada"<br>🔹 "Genera una quiniela personalizada con 7 unos, 4 equis y 4 doses" | | Análisis de partidos | 🔹 "Analiza el partido qye jugará el Real Madrid esta jornada"<br>🔹 "¿Qué pasará en el partido Villarreal - Getafe?"<br>🔹 "Muéstrame el histórico de enfrentamientos del partido Alavés - Real Sociedad" | | Detección de sorpresas | 🔹 "¿Hay algún partido donde pueda haber sorpresa en esta jornada?"<br>🔹 "Detecta sorpresas con un umbral más sensible (threshold=20)" | | Análisis de equipos | 🔹 "¿Cómo está jugando el Rayo Vallecano últimamente?"<br>🔹 "Analiza el rendimiento del Barcelona actualmente"<br>🔹 "¿Qué racha tiene el Atletico de Madrid actualmente?" |Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.




