Skip to main content
Glama
pipeworx-io

mcp-itunes-search

by pipeworx-io

@pipeworx/itunes-search

Apple iTunes Search MCP — search across the iTunes Store catalog: music, movies, podcasts, audiobooks, ebooks, software/apps. No auth.

Part of Pipeworx — an MCP gateway connecting AI agents to 1394+ live data sources.

Tools

  • search(term, media?, entity?, attribute?, country?, limit?, lang?, explicit?) — primary search

  • lookup(id?, bundle_id?, isbn?, upc?, amg_artist_id?, amg_album_id?, country?, entity?, limit?) — exact-ID lookup

  • top_movies(country?, limit?) — top-grossing movies (RSS-based)

  • top_podcasts(country?, limit?) — top podcasts

  • top_books(country?, limit?, free_or_paid?) — top ebooks

Related MCP server: mcp-apple

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.

Quick Start

Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):

{
  "mcpServers": {
    "itunes-search": {
      "url": "https://gateway.pipeworx.io/itunes-search/mcp"
    }
  }
}

Or connect to the full Pipeworx gateway for access to all 1394+ data sources:

{
  "mcpServers": {
    "pipeworx": {
      "url": "https://gateway.pipeworx.io/mcp"
    }
  }
}

Using with ask_pipeworx

Instead of calling tools directly, you can ask questions in plain English:

ask_pipeworx({ question: "your question about Itunes Search data" })

The gateway picks the right tool and fills the arguments automatically.

More

License

MIT

A
license - permissive license
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • F
    license
    -
    quality
    D
    maintenance
    Integrates Apple Music with MCP clients to search the global catalog, manage personal playlists, and access library data. It enables users to perform actions like creating playlists, adding tracks, and viewing recommendations through natural language commands.
    1
  • A
    license
    -
    quality
    D
    maintenance
    Enables searching the App Store, retrieving app details, discovering trending apps, and accessing screenshots and release information via Apple's public APIs.
    10
    4
    MIT

View all related MCP servers

Related MCP Connectors

  • Search MusicBrainz artists, releases, works, labels; resolve ISRC/ISWC/barcode; fetch cover art.

  • Search books and authors, fetch editions, browse subjects, and resolve cover images.

  • Podcast directory search + best podcasts + recommendations via Listen Notes. Free key required.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/pipeworx-io/mcp-itunes-search'

If you have feedback or need assistance with the MCP directory API, please join our Discord server