lookup

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

Exact-ID lookup. Provide any one of id / bundle_id / isbn / upc / amg_artist_id / amg_album_id.

Parameters

NameTypeRequiredDescription
idstringnoApple ID(s), comma-separated
bundle_idstringnoiOS / macOS app bundle id
isbnstringnoISBN-13 of a book
upcstringnoUPC of an album/movie
amg_artist_idstringnoAll Music Guide artist id
amg_album_idstringnoAll Music Guide album id
countrystringno
entitystringno
limitnumberno

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":"lookup","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