CapzyCapzy / Data MCP Get API key

Platforms / apple

apple toolset

4 tools. Mount this server and your agent gets every apple endpoint, fully typed.

https://mcp.capzy.ai/apple/mcp
claude mcp add capzy-apple --transport http https://mcp.capzy.ai/apple/mcp \
  --header "Authorization: Bearer YOUR_KEY"

App Store

apple_app_product 1 credit App Detail

Full App Store detail for one app by its App Store id.

ParamTypeRequiredDescription
app_id string required App Store numeric id (trackId).
country string optional Two-letter storefront country code. Default: us
apple_app_reviews 1 credit App Reviews

Customer reviews for an app on a storefront, paginated and sortable, with a rating histogram and per-star filter. Pass page (1-10) to walk the feed.

ParamTypeRequiredDescription
app_id string required App Store numeric id (trackId).
page integer optional Page number (1-10). Default: 1
country string optional Two-letter storefront country code. Default: us
sort string optional Review ordering: most_recent | most_helpful | most_favorable | most_critical. Default: most_recent
rating integer optional Keep only reviews with this exact star rating, 1 to 5.
apple_app_search 1 credit Search Apps

Search the App Store catalog by keyword for a storefront country.

ParamTypeRequiredDescription
query string required Search keywords (app name or topic).
country string optional Two-letter storefront country code. Default: us
storefront string optional Alias for country (two-letter storefront code); used when set, otherwise country applies.
limit integer optional Results per page (1-200). Default: 25
offset integer optional Result offset for pagination (skip this many results). Use the returned nextCursor to fetch the following page. Default: 0
page integer optional Page number (alternative to offset; page N = offset N*limit). 1-based; page 1 is the first page.
entity string optional App device class to search: apps | iphone | ipad | mac. Default: apps
sort string optional Ordering of results: relevance (default) | popularity. The catalog returns relevance/popularity order; a value other than relevance re-ranks the returned page by ratings count.

Maps

apple_maps_place 1 credit Place Lookup

Look up places on Apple Maps by name or query (address, phone, coordinates, category, website).

ParamTypeRequiredDescription
query string required Place name or query (e.g. 'Blue Bottle Coffee, San Francisco').
place_id string optional Apple Maps place identifier (muid), used as a search term.
country string optional Two-letter country code for the region. Default: us

Fewer tools?

The aggregate server at https://mcp.capzy.ai/mcp reaches this platform through 5 discovery meta-tools, and https://mcp.capzy.ai/search/mcp carries just each platform's primary search.