@pipeworx/itunes-search
Connect: https://pipeworx.io/mcp — every tool in the catalog, including @pipeworx/itunes-search’s. Install: one-click buttons
Connect to just the @pipeworx/itunes-search pack
https://gateway.pipeworx.io/itunes-search/mcp — only @pipeworx/itunes-search’s own tools, nothing else in the catalog.
No MCP client? Skip the connection: POST https://gateway.pipeworx.io/v1/tools/search_packs {"query":"..."} to find a tool below, GET /v1/tools/<name> for its schema, POST the same URL with arguments for the data — see For AI agents.
Tools: 5
Apple iTunes Search MCP — search across the iTunes Store catalog: music, movies, podcasts, audiobooks, ebooks, software/apps. No auth.
Tools
search(term, media?, entity?, attribute?, country?, limit?, lang?, explicit?)— primary searchlookup(id?, bundle_id?, isbn?, upc?, amg_artist_id?, amg_album_id?, country?, entity?, limit?)— exact-ID lookuptop_movies(country?, limit?)— top-grossing movies (RSS-based)top_podcasts(country?, limit?)— top podcaststop_books(country?, limit?, free_or_paid?)— top ebooks
Data source
- Search:
https://itunes.apple.com/search - Lookup:
https://itunes.apple.com/lookup - Charts:
https://rss.applemarketingtools.com/api/v2/<country>/...
Rate limit ~20 req/min per IP for search/lookup; charts are static and cached.
Tools
- search — Search the Apple iTunes catalog by keyword across music, movies, podcasts, TV shows, apps, ebooks, and more; filterable by media type, entity, country, and explicit flag; returns up to 200 matching it
- lookup — Exact-ID lookup. Provide any one of id / bundle_id / isbn / upc / amg_artist_id / amg_album_id.
- top_movies — DEPRECATED — Apple discontinued the iTunes movies chart (permanent 404). For popular, trending, or current movies use the tmdb pack instead: tmdb_trending, discover_movie, or get_movie.
- top_podcasts — Apple Podcasts chart, read from Apple’s RSS Marketing Tools feed — the top-ranked shows in one storefront country (default us), up to 100 entries. Each entry returns the show name, publisher, Apple id
- top_books — Apple Books chart, read from Apple’s RSS Marketing Tools feed — the top-free (default) or top-paid ebooks in one storefront country, up to 100 entries. Each entry returns the book title, author, Apple
Tools
lookup— Exact-ID lookup. Provide any one of id / bundle_id / isbn / upc / amg_artist_id / amg_album_id.search— Search the Apple iTunes catalog by keyword across music, movies, podcasts, TV shows, apps, ebooks, and more; filterable by media type, entity, country, and explicit flag; returns up to 200 matching ittop_books— Apple Books chart, read from Apple's RSS Marketing Tools feed — the top-free (default) or top-paid ebooks in one storefront country, up to 100 entries. Each entry returns the book title, author, Appletop_movies— DEPRECATED — Apple discontinued the iTunes movies chart (permanent 404). For popular, trending, or current movies use the tmdb pack instead: tmdb_trending, discover_movie, or get_movie.top_podcasts— Apple Podcasts chart, read from Apple's RSS Marketing Tools feed — the top-ranked shows in one storefront country (default us), up to 100 entries. Each entry returns the show name, publisher, Apple id