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
MarkItDown-MCP is a lightweight server for converting URIs to Markdown.
firecrawl
Firecrawl MCP Server enables web scraping, crawling, and content extraction.
markitdown
Python tool for converting files and office documents to Markdown.
Filesystem
Node.js MCP Server for filesystem operations with dynamic access control.
Sequential Thinking
A structured MCP server for dynamic problem-solving and reflective thinking.
Fetch
Retrieve and process content from web pages by converting HTML into markdown format.