Reverse Geocode Tool
reverse_geocode_toolFind addresses, cities, towns, neighborhoods, postcodes, districts, regions, and countries around a specified geographic coordinate pair. Converts geographic coordinates (longitude, latitude) into human-readable addresses or place names. Use limit=1 for best results. This tool cannot reverse geocode businesses, landmarks, historic sites, and other points of interest that are not of the types mentioned. Supports both JSON and text output formats.
When to Use
Use this tool when you need to find addresses, cities, towns, neighborhoods, postcodes, districts, regions, and countries around a specified geographic coordinate pair. converts geographic coordinates (longitude, latitude) into human-readable addresses or place names. use limit=1 for best results. this tool cannot reverse geocode businesses, landmarks, historic sites, and other points of interest that are not of the types mentioned. supports both json and text output formats.. This is part of the Mapbox provider on xpay✦.
MCP Connection
Connect to xpay✦ to access this tool (and 8+ others):
{
"mcpServers": {
"xpay": {
"url": "https://mcp.xpay.sh/mcp?key=YOUR_API_KEY"
}
}
}
For Claude Code:
claude mcp add --transport http xpay "https://mcp.xpay.sh/mcp?key=YOUR_API_KEY"
How to Execute
Use the xpay✦ meta-tools to run this tool:
xpay_details— Get full input schema:xpay_details("mapbox/reverse_geocode_tool")xpay_run— Execute:xpay_run("mapbox/reverse_geocode_tool", { ...inputs })
Input Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
country | array | No | Array of ISO 3166 alpha 2 country codes to limit results |
types | array | No | Array of feature types to filter results |
permanent | boolean | No | Whether results can be stored permanently |
latitude | number | Yes | Latitude coordinate to reverse geocode |
limit | number | No | Maximum number of results (1-5). Use 1 for best results. If you need more than 1 result, you must specify exactly one type in the types parameter. |
format | string | No | Output format: "json_string" returns raw GeoJSON data as a JSON string that can be parsed; "formatted_text" returns human-readable text with place names, addresses, and coordinates. Both return as text content but json_string contains parseable JSON data while formatted_text is for display. |
language | string | No | IETF language tag for the response (e.g., "en", "es", "fr", "de", "ja") |
worldview | string | No | Returns features from a specific regional perspective |
longitude | number | Yes | Longitude coordinate to reverse geocode |
Pricing
- Cost: $0.01/call
- Balance check: Use
xpay_balanceto check remaining credits - Get your API key at xpay.tools — $5 free credits included
Related Skills
- Mapbox (all tools) — 9 tools
- Version Tool — $0.01/call
- Category Search Tool — $0.01/call
- Directions Tool — $0.01/call
- Forward Geocode Tool — $0.01/call
- Isochrone Tool — $0.01/call
Links
- Tool page: https://xpay.tools/mapbox/reverse-geocode-tool/
- Provider: https://xpay.tools/mapbox/
- All tools: https://xpay.tools/explore
How to Execute
Input Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
country | array | No | Array of ISO 3166 alpha 2 country codes to limit results |
types | array | No | Array of feature types to filter results |
permanent | boolean | No | Whether results can be stored permanently |
latitude | number | Yes | Latitude coordinate to reverse geocode |
limit | number | No | Maximum number of results (1-5). Use 1 for best results. If you need more than 1 result, you must specify exactly one type in the types parameter. |
format | string | No | Output format: "json_string" returns raw GeoJSON data as a JSON string that can be parsed; "formatted_text" returns human-readable text with place names, addresses, and coordinates. Both return as text content but json_string contains parseable JSON data while formatted_text is for display. |
language | string | No | IETF language tag for the response (e.g., "en", "es", "fr", "de", "ja") |
worldview | string | No | Returns features from a specific regional perspective |
longitude | number | Yes | Longitude coordinate to reverse geocode |
Install Skill
Pricing
Cost
$0.01/call
Model
Flat rate
Provider
Mapbox

