Movies
Server Details
Movies MCP — wraps iTunes Search API (movies, free, no auth) and TVmaze API (TV shows, free, no…
Glama couldn't complete the latest health check. If this server requires authentication, missing or expired test credentials may be the cause. A test profile lets Glama authenticate for health checks and discover tools; it is separate from your personal connections.
If you are the author, claim ownership, then add or update a test profile under Admin → Test Profile.
- Status
- Unhealthy
- Uptime
- 42.7% over 41 days
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- pipeworx-io/mcp-movies
- GitHub Stars
- 0
- Server Listing
- mcp-movies
TDQS
Scored across 40 tools
Several tools are near-duplicates or heavily overlapping: ask_pipeworx_beta explicitly states it currently matches ask_pipeworx exactly, ask_pipeworx_grounded uses the same routing, and the prediction-market family (polymarket_arbitrage, polymarket_edges, polymarket_edge_tracker, polymarket_kalshi_spread, kalshi_weather_edge, bet_research) has unclear boundaries for an agent deciding which one to call. Company-data tools (entity_profile, company_facts, compare_entities, recent_changes) also overlap on fundamentals. Only the memory (remember/recall/forget) and subscription (subscribe/unsubscribe/list_subscriptions/recent_alerts) groups are crisply distinguishable.
Names are mostly lowercase snake_case and readable, but there is no consistent pattern: verb_first (search_movies, generate_llms_txt) mixes with noun_first (company_facts, resolution_audit), bare imperatives (remember, forget, subscribe), and vendor-prefixed families (ask_pipeworx, pipeworx_feedback, polymarket_arbitrage). The ask_pipeworx_beta / ask_pipeworx_grounded suffix variants are also semantically versioning, not distinct operations. The server name 'Movies' matches the naming convention of none of the 40 tools.
At 40 tools this exceeds the 25+ threshold for 'too many' and is especially bloated given the redundancy: three ask_pipeworx variants, six+ prediction-market tools, and several meta-tools. For a server explicitly named 'Movies,' only 4 of 40 tools relate to movies/TV, making the count an extreme mismatch with the apparent purpose.
For a server named Movies, the movie/TV surface is thin: search_movies and search_tv_shows cover search, and get_tv_show/get_tv_schedule add retrieval, but there is no movie-by-ID detail endpoint, no trending/popular listings, ratings aggregation, or recommendations. The broader grab-bag domain is full of self-documented gaps (court calendar always empty, patents soft-fail, ~30 international weather series without forecasts), so neither apparent purpose is fully served.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections.
5 tool updates
- Added
company_facts - Added
kalshi_weather_edge - Added
release_calendar_markets - Added
resolution_audit - Added
resolution_diff
2 tool updates
- Changed
bet_research2 fields changed- changed
Input schema / examplesPrevious value: -[ - { - "market": "when-will-bitcoin-hit-150k" - }, - { - "market": "https://polymarket.com/event/when-will-bitcoin-hit-150k" - } -]New value: +[ + { + "market": "will-kristi-noem-win-the-2028-republican-presidential-nomination" + }, + { + "market": "https://polymarket.com/event/will-kristi-noem-win-the-2028-republican-presidential-nomination" + } +] - changed
Input schema / properties / market / descriptionPrevious value: -"Polymarket slug (\"when-will-bitcoin-hit-150k\"), full URL (\"https://polymarket.com/event/...\"), or question text (\"Will Bitcoin hit $150k?\"). Dated slugs stop resolving once they settle — Polymarket de-indexes resolved markets — so prefer an undated one."New value: +"Polymarket slug (\"will-kristi-noem-win-the-2028-republican-presidential-nomination\"), full URL (\"https://polymarket.com/event/...\"), or question text (\"Will Bitcoin hit $150k?\"). Dated slugs stop resolving once they settle — Polymarket de-indexes resolved markets — so prefer an undated one."
- Changed
polymarket_kalshi_spread1 field changed- changed
Input schema / examplesPrevious value: -[ - { - "topic": "fed" - }, - { - "topic": "btc" - } -]New value: +[ + { + "topic": "fed" + }, + { + "topic": "btc" + }, + { + "topic": "bitcoin" + }, + { + "topic": "fed rate decision" + } +]
2 tool updates
- Changed
bet_research2 fields changed- changed
Input schema / examplesPrevious value: -[ - { - "market": "will-bitcoin-reach-100k-in-july-2026" - }, - { - "market": "https://polymarket.com/event/will-bitcoin-hit-150k-by-june-30-2026" - } -]New value: +[ + { + "market": "when-will-bitcoin-hit-150k" + }, + { + "market": "https://polymarket.com/event/when-will-bitcoin-hit-150k" + } +] - changed
Input schema / properties / market / descriptionPrevious value: -"Polymarket slug (\"will-bitcoin-hit-150k-by-june-30-2026\"), full URL (\"https://polymarket.com/event/...\"), or question text (\"Will Bitcoin hit $150k by June 30?\")"New value: +"Polymarket slug (\"when-will-bitcoin-hit-150k\"), full URL (\"https://polymarket.com/event/...\"), or question text (\"Will Bitcoin hit $150k?\"). Dated slugs stop resolving once they settle — Polymarket de-indexes resolved markets — so prefer an undated one."
- Changed
polymarket_kalshi_spread1 field changed- changed
Input schema / properties / topic / descriptionPrevious value: -"Pre-mapped: fed | btc | cpi | gdp | sp500 | recession | next_pope | next_uk_pm | next_israel_pm | 2028_president"New value: +"Subject to compare. Canonical keys: fed | btc | eth | cpi | gdp | sp500 | recession | next_pope | next_uk_pm | next_israel_pm | 2028_president — but aliases and keywords resolve too (\"bitcoin\", \"fed rate decision\", \"ethereum\", \"inflation\", \"s&p 500\", \"us recession\", \"next pope\", \"2028 election\"). Check resolution.topic_matched_by in the response: \"exact\"/\"alias\" is a curated pairing, \"phrase\"/\"token\" is a keyword guess."
Related MCP Connectors
TVMaze MCP — TV show metadata, episodes, schedules (no auth)
OMDb MCP — IMDB-derived movie / TV / episode data (BYO key)
iTunes Search MCP — Apple's public catalog search
MusicBrainz MCP — wraps MusicBrainz Web Service v2 (free, no auth)
Related MCP Servers
- FlicenseAqualityDmaintenanceAn MCP server that wraps the TMDB API, enabling search of movies and TV shows, retrieval of details, trending titles, recommendations, and streaming provider information.8-
- AlicenseAqualityCmaintenanceMCP server for the OMDb API - search movies, series, and episodes from any MCP-compatible client.5MIT
- AlicenseAqualityAmaintenanceMCP server for The Movie Database (TMDB): search and look up movies, TV shows and people, and read IMDb/Rotten Tomatoes/Metacritic ratings (via OMDb) in the same call.3175 npm4MIT
- FlicenseAqualityDmaintenanceAn MCP server that wraps The Movie Database (TMDB) API, enabling search for movies and TV shows, retrieval of movie details, recommendations, similar movies, trending content, streaming providers, and movie discovery.8-
Glama MCP Gateway
Add one secure layer between your agents and this server.