← carteleracines.es
INDIVIDUAL MCP TOOL
get_cartelera_localidad
Obtiene la cartelera real de una ciudad entre dos fechas.
LIVE ENDPOINT
https://www.carteleracines.es/mcp_server.php
Connect to this endpoint to inspect the live schema for get_cartelera_localidad and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.cartelera-mcp-php]
url = "https://www.carteleracines.es/mcp_server.php"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"cartelera-mcp-php": {
"type": "http",
"url": "https://www.carteleracines.es/mcp_server.php"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: cartelera-mcp-php
Remote MCP URL: https://www.carteleracines.es/mcp_server.php
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"cartelera-mcp-php": {
"url": "https://www.carteleracines.es/mcp_server.php"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"cartelera-mcp-php": {
"type": "http",
"url": "https://www.carteleracines.es/mcp_server.php"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "cartelera-mcp-php",
"transport": "streamable-http",
"url": "https://www.carteleracines.es/mcp_server.php"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_cartelera_cine— Obtiene la cartelera real de un cine concreto entre dos fechas.find_movie_showtimes— Busca en qué cines y horarios se proyecta una película.recommend_movies— Recomienda películas basadas en la cartelera real de una ciudad y fechas concretas.get_latest_movie_by_person— Obtiene la película más reciente asociada a una persona (actor o director).find_movie— Busca películas por título con tolerancia a errores o búsquedas inexactas.find_person— Busca personas (actores o directores) por nombre con tolerancia a errores.get_person_movies_in_cartelera— Devuelve TODAS las películas de un actor o director que están en cartelera ahora mismo (con sesiones futuras reales), no solo la más reciente.where_to_watch_online— Indica en qué plataformas de streaming (suscripción, alquiler o compra) está disponible una película, si tenemos ese dato.