Skip to content
LangChain

Location and Timezone MCP Server by RoxyAPI for LangChain

com.roxyapi/location

City geocoding and timezone resolution for birth data, for AI agents, one API key.

client:LangChain transport:streamable-http tools:3

Install Location and Timezone MCP Server by RoxyAPI in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "location": {
            "transport": "streamable_http",
            "url": "https://roxyapi.com/mcp/location",
        }
})

tools = await client.get_tools()

get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs

What LangChain can do once it is connected

Location and Timezone MCP Server by RoxyAPI in other clients