decimal_to_dms
Pack: geodistance · Endpoint: https://gateway.pipeworx.io/geodistance/mcp
Convert decimal lat/lon to degrees-minutes-seconds strings.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
lat | number | yes | Latitude (decimal degrees). |
lon | number | yes | Longitude (decimal degrees). |
Example call
curl -X POST https://gateway.pipeworx.io/geodistance/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"decimal_to_dms","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"geodistance": {
"url": "https://gateway.pipeworx.io/geodistance/mcp"
}
}
}
See Getting Started for client-specific install steps.