Latlng
@latlng-work
About Latlng
Official LatLng MCP server for geocoding, reverse geocoding, places search, nearby POI lookup, and place categories. Powered by the LatLng API and OpenStreetMap data.
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"latlng": {
"url": "https://mcp.latlng.work/mcp",
"headers": {
"Authorization": "Bearer <YOUR_LATLNG_SERVER_KEY>"
}
}
}
}Tools
5Convert an address or place name into latitude and longitude coordinates.
Convert latitude and longitude coordinates into an address.
Search for places by name, optionally biased by location and category.
Find points of interest near a latitude and longitude.
List supported place categories for place search and nearby queries.
Overview
What is Latlng?
Latlng provides MCP tools for geocoding, reverse geocoding, places search, nearby POI lookup, and supported place categories. It is designed for developers who need location-based capabilities via the Model Context Protocol.
How to use Latlng?
Configure an MCP client to use the endpoint https://mcp.latlng.work/mcp and authenticate with a LatLng dashboard Server Key issued as a bearer token. Keys can be created at https://dash.latlng.work.
Key features of Latlng
- Geocoding (address to coordinates)
- Reverse geocoding (coordinates to address)
- Places search
- Nearby point-of-interest lookup
- Supported place categories listing
Use cases of Latlng
- Convert an address string into latitude/longitude for mapping
- Determine the street address from GPS coordinates
- Search for specific places or locations by name or keyword
- Find nearby restaurants, gas stations, or other POIs around a location
- Retrieve a list of available place categories for filtering queries
FAQ from Latlng
What authentication is required?
Requests must include a LatLng dashboard Server Key as a bearer token in the MCP authorization header.
How do I obtain an API key?
Create a Server Key from the LatLng dashboard at https://dash.latlng.work.
What is the MCP endpoint URL?
The server is hosted at https://mcp.latlng.work/mcp.
Is there a website for more information?
Yes, general information is available at https://www.latlng.work.
More Media & Design MCP servers
KiCAD MCP: AI-Assisted PCB Design
mixelpixxKiCAD MCP is a Model Context Protocol (MCP) implementation that enables Large Language Models (LLMs) like Claude to directly interact with KiCAD for printed circuit board design.
Spotify MCP Server
marcelmaraisLightweight MCP server for Spotify
MiniMax MCP
MiniMax-AIOfficial MiniMax Model Context Protocol (MCP) server that enables interaction with powerful Text to Speech, image generation and video generation APIs.
MiniMax MCP JS
MiniMax-AIOfficial MiniMax Model Context Protocol (MCP) JavaScript implementation that provides seamless integration with MiniMax's powerful AI capabilities including image generation, video generation, text-to-speech, and voice cloning APIs.
MCP Google Map Server
cablateA powerful Model Context Protocol (MCP) server providing comprehensive Google Maps API integration with LLM processing capabilities.
Comments