Skip to main content
Glama

Apple MCP Server

maps

Search locations, get directions, and manage guides with Apple Maps integration. Save favorites, pin addresses, and create custom guides for efficient navigation.

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" }

Other Tools from Apple MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/supermemoryai/apple-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server