Skip to content

Conversation

@jackyang25
Copy link
Contributor

Description

This PR adds the Geolocation MCP server to the community servers list. The server provides WalkScore API integration for walkability, transit, and bike scores, enabling AI agents to access location-based data and recommendations.

Motivation and Context

The geolocation MCP server fills a gap in the community servers by providing location-based services through the WalkScore API. This enables AI agents to:

  • Find nearby transit stops and routes
  • Get walkability scores for locations
  • Access bike and transit scores for urban planning and navigation

How Has This Been Tested?

  • Verified the server works with MCP Inspector
  • Tested both get_transit_stops and get_walkscore tools
  • Confirmed proper alphabetical placement in README
  • Validated link points to correct repository
  • Checked formatting matches other community server entries

Breaking Changes

None - this is purely an addition to the community servers list.

Types of changes

  • Documentation update

Checklist

  • I have read the MCP Protocol Documentation
  • My changes follows MCP security best practices
  • I have updated the server's README accordingly
  • I have tested this with an LLM client
  • My code follows the repository's style guidelines
  • New and existing tests pass locally
  • I have added appropriate error handling
  • I have documented all environment variables and configuration options

Additional context

This server is a standalone community contribution that provides geolocation services through the WalkScore API. It's designed as a "blackbox" server that other developers can easily integrate into their MCP workflows.

- Added geolocation-mcp-server entry between freqtrade-mcp and GDB
- Provides WalkScore API integration for walkability, transit, and bike scores
- Repository: https://github.com/jackyang25/geolocation-mcp-server
@olaservo olaservo merged commit df78abc into modelcontextprotocol:main Sep 23, 2025
19 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants