# Footlambert (Seance Paris) Footlambert is a Paris cinema showtimes and metadata index. Primary site: - https://seance.paris/ Model Context Protocol: - Endpoint: https://seance.paris/mcp - Docs: https://seance.paris/mcp-docs - Protocol version: 2025-06-18 - Transport: Streamable HTTP (initialize via POST, then use Mcp-Session-Id) Endpoint behavior: - GET /mcp (without session): metadata probe (name, protocol version, tools, IDs, time policy) - POST /mcp initialize: JSON-RPC initialize result + Mcp-Session-Id response header - POST /mcp tools/list or tools/call: JSON-RPC result payload - DELETE /mcp: closes session - Sessionless POST tools/call: JSON-RPC error code -32000 - Sessionless GET with Accept: text/event-stream: HTTP 405 Canonical IDs: - theater: - movie:wikidata: - movie:slug: - person:: - date: Time policy: - All showtime times are normalized to Europe/Paris - ISO timestamps include Paris UTC offset (+01:00 / +02:00) - Human labels are 24-hour Paris-local time (HH:mm) Tools: - search(query, type?, date?, limit?) - fetch(id) - get_theater(slug_or_name) - get_movie(movie_id_or_slug) - get_showtimes(date?, theater_slug?, movie?, movie_id?, limit?) - get_retrospectives(role?, person?, limit?) - get_person(id_or_name, role?) Tool result envelope: - Success: { result: { content: [...], structuredContent: {...} } } - Tool-level error: { result: { isError: true, content: [...], structuredContent: { error } } } Core pages: - Home: https://seance.paris/ - Theaters: https://seance.paris/theater/ - Movies: https://seance.paris/movie/ - Sitemap: https://seance.paris/sitemap.xml Data domains: - Theater profiles (address, coordinates, chain metadata) - Movie metadata (titles, year, director, Wikidata and Wikipedia references) - Showtime schedule (by date, theater, movie) - Retrospective groupings (directors, cast, writers)