search
Pack: itunes-search · Endpoint: https://gateway.pipeworx.io/itunes-search/mcp
Search iTunes catalog.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
term | string | yes | Search query |
media | string | no | music | movie | podcast | musicVideo | audiobook | shortFilm | tvShow | software | ebook | all (default all) |
entity | string | no | Refines media — e.g. “song”, “album”, “movieArtist”, “tvSeason” |
attribute | string | no | Restrict matching field — e.g. “artistTerm”, “albumTerm”, “movieTerm” |
country | string | no | ISO 3166-1 alpha-2 (default us) |
limit | number | no | 1-200 (default 50) |
lang | string | no | en_us | ja_jp (default en_us) |
explicit | string | no | Yes (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.