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
| Name | Type | Required | Description |
|---|---|---|---|
id | string | no | Apple ID(s), comma-separated |
bundle_id | string | no | iOS / macOS app bundle id |
isbn | string | no | ISBN-13 of a book |
upc | string | no | UPC of an album/movie |
amg_artist_id | string | no | All Music Guide artist id |
amg_album_id | string | no | All Music Guide album id |
country | string | no | |
entity | string | no | |
limit | number | no |
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.