Content
# Geocode & Route MCP Servers
Provides two tools:
1. Geocode_GeoscAAK
- Input: { "address": "string" }
- Returns: Array of candidate points (lat/lon/score) and basic information.
2. Route_Hubei
- Input: { "lon1": number, "lat1": number, "lon2": number, "lat2": number, "returnGeometry"?: boolean }
- Returns: totalLength, spatialReference, stops, optional geometry(MultiLineString).
Example call to Route_Hubei:
```
{
"lon1": 114.305469,
"lat1": 30.593352,
"lon2": 114.331045,
"lat2": 30.535522,
"returnGeometry": true
}
```
## Publish to npm
1. Verify the package name is unique and log in: `npm login`
2. Build: `npm run build`
3. Publish: `npm publish`
## Future extensions
- Add batch POST support.
- Add reverse geocoding tool.
- Caching and rate limiting.
MIT License.
Connection Info
You Might Also Like
markitdown
Python tool for converting files and office documents to Markdown.
markitdown
MarkItDown-MCP is a lightweight server for converting URIs to Markdown.
Filesystem
Node.js MCP Server for filesystem operations with dynamic access control.
TrendRadar
TrendRadar: Your hotspot assistant for real news in just 30 seconds.
mempalace
The highest-scoring AI memory system ever benchmarked. And it's free.
mempalace
The highest-scoring AI memory system ever benchmarked. And it's free.