search

Pack: itunes-search · Endpoint: https://gateway.pipeworx.io/itunes-search/mcp

Search iTunes catalog.

Parameters

NameTypeRequiredDescription
termstringyesSearch query
mediastringnomusic | movie | podcast | musicVideo | audiobook | shortFilm | tvShow | software | ebook | all (default all)
entitystringnoRefines media — e.g. “song”, “album”, “movieArtist”, “tvSeason”
attributestringnoRestrict matching field — e.g. “artistTerm”, “albumTerm”, “movieTerm”
countrystringnoISO 3166-1 alpha-2 (default us)
limitnumberno1-200 (default 50)
langstringnoen_us | ja_jp (default en_us)
explicitstringnoYes (default) | No — exclude explicit content

Example call

curl -X POST https://gateway.pipeworx.io/itunes-search/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"search","arguments":{}}}'

Connect

Add this to your MCP client config, or use one-click install buttons:

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

See Getting Started for client-specific install steps.

Regenerated from source · build May 21, 2026