gamecalendar-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DATABASE_URL | Yes | Cadena de conexión Neon (la misma de gamecalendar) | |
| GAMECALENDAR_MCP_WRITE | No | 1 para habilitar escritura |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_releasesC | Juegos de una sección (upcoming/recent/anticipated/catalog), opcionalmente por plataforma. |
| search_gamesB | Busca juegos por nombre (coincidencia parcial, insensible a mayúsculas). |
| get_gameC | Ficha completa de un juego por id (número) o slug. |
| list_blog_postsC | Posts del blog. Por defecto solo publicados; include_drafts incluye borradores. |
| get_blog_postB | Post del blog completo (incluye body) por slug. |
| db_statsA | Resumen: total de juegos por sección y nº de posts (publicados/borradores). |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/zaswear/gamecalendar-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server