You're viewing a demo portfolio

Join the waitlist
PRSM

search

Active

Tool of Itunes Search

declared in 0.1.0

Search the Apple iTunes catalog by keyword across music, movies, podcasts, TV shows, apps, ebooks, and more; filterable by media type, entity, country, and explicit flag; returns up to 200 matching items with metadata.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "term": "Taylor Swift"
    },
    {
      "term": "Midnights",
      "limit": 10,
      "media": "music",
      "entity": "album"
    }
  ],
  "required": [
    "term"
  ],
  "properties": {
    "lang": {
      "type": "string",
      "description": "en_us | ja_jp (default en_us)"
    },
    "term": {
      "type": "string",
      "description": "Search query"
    },
    "limit": {
      "type": "number",
      "description": "1-200 (default 50)"
    },
    "media": {
      "type": "string",
      "description": "music | movie | podcast | musicVideo | audiobook | shortFilm | tvShow | software | ebook | all (default all)"
    },
    "entity": {
      "type": "string",
      "description": "Refines media — e.g. \"song\", \"album\", \"movieArtist\", \"tvSeason\""
    },
    "country": {
      "type": "string",
      "description": "ISO 3166-1 alpha-2 (default us)"
    },
    "explicit": {
      "type": "string",
      "description": "Yes (default) | No — exclude explicit content"
    },
    "attribute": {
      "type": "string",
      "description": "Restrict matching field — e.g. \"artistTerm\", \"albumTerm\", \"movieTerm\""
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Itunes Search

https://github.com/pipeworx-io/mcp-itunes-search

1/7 registries
View full server →
search — Itunes Search — PRSM MCP