MCP Hub
Back to servers

@theyahia/2gis-mcp

MCP server for 2GIS — places, geocoding, directions, reviews (Russia)

npm199/wk
Updated
Apr 1, 2026

Quick Install

npx -y @theyahia/2gis-mcp

@theyahia/2gis-mcp

MCP server for 2GIS API — places search, geocoding, directions, reviews for AI agents.

Tools (8)

ToolDescription
search_placesSearch places/businesses with spatial filtering
get_placeDetailed place info by ID
geocodeAddress → coordinates
reverse_geocodeCoordinates → address
get_directionsRoute between two points
suggestAddress/place autocomplete
search_by_rubricSearch by category ID near a point
get_reviewsUser reviews for a place

Setup

  1. Get API key: https://dev.2gis.com/
  2. Set env: TWOGIS_API_KEY=your-key

Claude Desktop

{
  "mcpServers": {
    "2gis": {
      "command": "npx",
      "args": ["-y", "@theyahia/2gis-mcp"],
      "env": { "TWOGIS_API_KEY": "your-key" }
    }
  }
}

Demo Prompts

  • "Find coffee shops near Новосибирск центр in 2GIS"
  • "What is at coordinates 55.0302, 82.9204?"
  • "Get directions from Площадь Ленина to Академгородок in Novosibirsk"
  • "Show reviews for this restaurant"
  • "Suggest addresses starting with 'Москва, Твер'"
  • "Find all pharmacies (rubric) within 2km of my location"
  • "Get details about place ID 141265770013120"

Development

npm install
npm run build
npm test

License

MIT

Reviews

No reviews yet

Sign in to write a review