walk-score
4.0
The Walk Score MCP server provides Walk Score, Transit Score, and Bike Score for any location, enhancing applications with location-based scoring.
The Walk Score MCP (Microservices Communication Protocol) server is a powerful tool that provides Walk Score, Transit Score, and Bike Score for any location. This service is designed to help developers integrate location-based scoring into their applications, enhancing property listings, enabling search and sort functionalities, and much more.
Features
- Walk Score: Understand the walkability of a location.
- Transit Score: Evaluate the accessibility to public transport.
- Bike Score: Gauge the bike-friendliness of an area.
MCP Tools
- Walk Score: Get Walk Score for a specific location.
Usage with Different Platforms
mcp
{
"function_name": "walk_score",
"parameters": {
"lat": "required",
"lon": "required",
"address": "required",
"wsapikey": "required",
"format": "optional",
"transit": "optional",
"bike": "optional"
}
}