MCP Hub
Back to servers

@theyahia/neshan-maps-mcp

MCP server for Neshan Maps — geocoding, routing, search (Iran)

npm187/wk
Updated
Apr 1, 2026

Quick Install

npx -y @theyahia/neshan-maps-mcp

neshan-maps-mcp

MCP server for Neshan Maps API (Iran). Supports geocoding, reverse geocoding, place search, directions, distance matrix, static maps, and autocomplete. Uses API Key header authentication.

Tools (8)

ToolDescription
geocodeConvert address to coordinates
reverse_geocodeConvert coordinates to address
search_placesSearch places near a location
get_directionsGet route directions
get_distance_matrixCalculate distances between points
get_static_mapGenerate a static map image
suggestAutocomplete place suggestions
get_map_tileGet a map tile image

Quick Start

{
  "mcpServers": {
    "neshan-maps": {
      "command": "npx",
      "args": ["-y", "@theyahia/neshan-maps-mcp"],
      "env": {
        "NESHAN_API_KEY": "<YOUR_API_KEY>"
      }
    }
  }
}

Environment Variables

VariableRequiredDescription
NESHAN_API_KEYYesAPI key from Neshan developer platform

Demo Prompts

  • "Geocode the address 'Azadi Square, Tehran'"
  • "What's at coordinates 35.6892, 51.3890?"
  • "Find restaurants near 35.6892, 51.3890"
  • "Get driving directions from Tehran to Isfahan"
  • "Calculate distance matrix between 3 locations"

License

MIT

Reviews

No reviews yet

Sign in to write a review