Apple Maps for LangChain
io.github.johnisanerd/apple-maps
Search Apple Maps businesses with Apple ratings and aggregated Yelp + TripAdvisor reviews.
client:LangChain
transport:streamable-http
Install Apple Maps in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"apple-maps": {
"transport": "streamable_http",
"url": "https://mcp.apify.com/?tools=johnvc/apple-maps-api",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs