Allociné MCP Server
Enables users to search for movies and retrieve showtimes from Allociné, including cinema locations, screening times, and formats (VF, VOST, 3D, IMAX) for specific cities or postal codes in France.
README
Allociné MCP Server
Ce serveur MCP (Model Context Protocol) permet de récupérer des informations sur les films et les séances de cinéma depuis Allociné.
Fonctionnalités
- Recherche de films : Trouvez l'ID Allociné d'un film à partir de son titre.
- Récupération des séances sur plusieurs jours : Obtenez les horaires, cinémas et formats (VF, VOST, 3D, IMAX) pour un film donné dans une ville ou un code postal spécifique.
Installation et Utilisation
Prérequis
- Node.js installé (v16 ou supérieur recommandé).
Installation
- Clonez ce dépôt ou copiez les fichiers.
- Installez les dépendances :
npm install - Compilez le projet :
npm run build
Configuration pour un Client MCP (ex: Claude Desktop)
Ajoutez la configuration suivante à votre fichier de paramètres MCP :
{
"mcpServers": {
"allocine": {
"command": "node",
"args": ["/chemin/vers/allocine-mcp-server/build/index.js"]
}
}
}
Outils Disponibles
search_movies
Recherche un film par titre.
query(string): Titre du film (ex: "Dune", "Le Parrain").
get_movies_now_showing
Récupère la liste des films actuellement à l'affiche.
max_pages(number, optionnel): Nombre de pages à charger (environ 15 films par page, défaut: 10).
search_cinemas
Recherche un cinéma par nom ou ville.
query(string): Nom du cinéma ou ville.
get_showtimes
Récupère les séances pour un film et un lieu.
movie_id(string): L'ID du film (obtenu viasearch_movies).location(string): Code postal (ex: "75001") ou nom de ville (ex: "Lyon").date(string, optionnel): Date cible (YYYY-MM-DDouDD/MM/YYYY). Si renseignée, seules les séances de ce jour sont récupérées.- Les séances sont renvoyées sur plusieurs jours par défaut, chaque horaire peut inclure un champ
date.
get_cinema_showtimes
Récupère la programmation complète d'un cinéma.
cinema_id(string): L'ID Allociné du cinéma (ex:C0013).date(string, optionnel): Date cible (YYYY-MM-DDouDD/MM/YYYY). Si renseignée, seule cette journée est récupérée.
get_cinemas_by_card
Liste les cinémas acceptant une carte spécifique.
card_type(string):ugc(UGC Illimité) oupathe(Pathé Cinépass).location(string, optionnel): Code postal ou ville (défaut: Saint-Denis).
get_movie_booking_links
Récupère les liens de réservation pour un film dans un cinéma donné.
movie_id(string): L'ID Allociné du film.cinema_id(string): L'ID Allociné du cinéma.
Note sur le Scraping
Ce serveur utilise le scraping de pages HTML via axios et cheerio. Il est dépendant de la structure du site Allociné. Si le site change, le serveur peut nécessiter une mise à jour.
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.