Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

CultureLib Discover

io.github.tbalcinha/culturelib-discover

French cultural events search with multi-reseller ticket price comparison (theatre, concerts...)

Uptime
100.0%
1 direct probes · 30d
Response
1148ms
last probe
Tools
8
callable
Resources
0
readable
Prompts
0
available

Tools · 8

search_shows

Search French cultural events (theater, concerts, exhibitions, kids shows, guided tours) across multiple ticket resellers. Returns canonical shows with cross-reseller offer counts, price ranges, ratin…

whats_on

What is on in a French city on a given date — the typical "find me something to do tonight" query. Returns cultural events (theater, concerts, exhibitions…) with prices and reseller offer counts, chea…

get_show

Full detail of one cultural event by slug: description, canonical venue with coordinates, upcoming performance dates, and ALL live reseller offers sorted by price with booking URLs, availability and p…

compare_offers

Price comparison for one event across French ticket resellers (Fnac Spectacles, BilletReduc, L'Officiel des spectacles…). Returns each live offer with price, availability, booking URL, and how fresh t…

find_venues

Find French cultural venues (theaters, concert halls, museums…) by name and/or city. Returns canonical venues with coordinates and the number of shows currently playing.

get_catalog_meta

Trust endpoint: how many shows and live offers the catalog currently holds, which resellers are covered, and when the data was last refreshed. Call this to assess data freshness before relying on pric…

search

Search the CultureLib catalog of French cultural events (theater, concerts, exhibitions, kids shows, guided tours) and their multi-reseller ticket offers. Returns matching events as citable documents;…

fetch

Fetch the full detail of one CultureLib cultural event by its id (the slug returned by `search`): description, venue, dates, and all live reseller offers with prices, freshness and booking links, as a…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "culturelib_discover": {
      "url": "https://www.culturelib.fr/api/mcp/mcp",
      "transport": "streamable-http"
    }
  }
}