Skip to content

v0.1.0: Initial release — TMDB film, TV, and person catalog

Choose a tag to compare

@cyanheads cyanheads released this 14 Jun 09:00
· 9 commits to main since this release
0170ee8

Initial release — TMDB film, TV, and person catalog

Read-only Model Context Protocol server for The Movie Database (TMDB): search, detail, discovery, trending, and region-aware streaming availability over the v3 API with Bearer auth.

Added:

  • 8 tools: tmdb_search_titles, tmdb_get_movie, tmdb_get_show, tmdb_get_season, tmdb_get_person, tmdb_discover_titles, tmdb_get_trending, tmdb_get_watch_providers
  • 3 resources: tmdb://movie/{movie_id}, tmdb://tv/{series_id}, tmdb://person/{person_id}
  • Image-path fields resolved to full image.tmdb.org URLs; genre IDs resolved to names from cached config/genre maps
  • Region-aware streaming availability (JustWatch via TMDB) with flatrate/rent/buy/ads/free lists
  • TMDB attribution surfaced in every tool's output enrichment

53 tests pass; bun run devcheck clean.