From f3160eab77a7993819149df64c40307894faf5c4 Mon Sep 17 00:00:00 2001 From: Jack Yang Date: Sat, 20 Sep 2025 03:40:39 -0400 Subject: [PATCH] Add Geolocation MCP server to community servers list - 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 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5b2f07fe7b..fe091898ea 100644 --- a/README.md +++ b/README.md @@ -721,6 +721,7 @@ A growing set of community-developed and maintained servers demonstrates various - **[Foursquare](https://github.com/foursquare/foursquare-places-mcp)** - Enable your agent to recommend places around the world with the [Foursquare Places API](https://location.foursquare.com/products/places-api/) - **[FrankfurterMCP](https://github.com/anirbanbasu/frankfurtermcp)** - MCP server acting as an interface to the [Frankfurter API](https://frankfurter.dev/) for currency exchange data. - **[freqtrade-mcp](https://github.com/kukapay/freqtrade-mcp)** - An MCP server that integrates with the Freqtrade cryptocurrency trading bot. +- **[Geolocation](https://github.com/jackyang25/geolocation-mcp-server)** - WalkScore API integration for walkability, transit, and bike scores. - **[GDB](https://github.com/pansila/mcp_server_gdb)** - A GDB/MI protocol server based on the MCP protocol, providing remote application debugging capabilities with AI assistants. - **[ggRMCP](https://github.com/aalobaidi/ggRMCP)** - A Go gateway that converts gRPC services into MCP-compatible tools, allowing AI models like Claude to directly call your gRPC services. - **[Gemini Bridge](https://github.com/eLyiN/gemini-bridge)** - Lightweight MCP server that enables Claude to interact with Google's Gemini AI through the official CLI, offering zero API costs and stateless architecture.