Apple MCP

by jxnl
MIT License
756
2
  • Apple

maps

Search locations, manage guides, save favorites, and get directions with Apple Maps through the Apple MCP server, streamlining navigation and location management tasks.

Instructions

Search locations, manage guides, save favorites, and get directions using Apple Maps

Input Schema

NameRequiredDescriptionDefault
addressNoAddress of the location (required for save, pin, addToGuide)
fromAddressNoStarting address for directions (required for directions)
guideNameNoName of the guide (required for createGuide and addToGuide)
limitNoMaximum number of results to return (optional for search)
nameNoName of the location (required for save and pin)
operationYesOperation to perform with Maps
queryNoSearch query for locations (required for search)
toAddressNoDestination address for directions (required for directions)
transportTypeNoType of transport to use (optional for directions)

Input Schema (JSON Schema)

{ "properties": { "address": { "description": "Address of the location (required for save, pin, addToGuide)", "type": "string" }, "fromAddress": { "description": "Starting address for directions (required for directions)", "type": "string" }, "guideName": { "description": "Name of the guide (required for createGuide and addToGuide)", "type": "string" }, "limit": { "description": "Maximum number of results to return (optional for search)", "type": "number" }, "name": { "description": "Name of the location (required for save and pin)", "type": "string" }, "operation": { "description": "Operation to perform with Maps", "enum": [ "search", "save", "directions", "pin", "listGuides", "addToGuide", "createGuide" ], "type": "string" }, "query": { "description": "Search query for locations (required for search)", "type": "string" }, "toAddress": { "description": "Destination address for directions (required for directions)", "type": "string" }, "transportType": { "description": "Type of transport to use (optional for directions)", "enum": [ "driving", "walking", "transit" ], "type": "string" } }, "required": [ "operation" ], "type": "object" }

You must be authenticated.

Other Tools from Apple MCP

Related Tools

ID: xtt9ofyljf