Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Neshan Maps

FreeNot checked

Provides access to Neshan Maps API (Iran) for geocoding, directions, and place search, enabling location-based queries and map interactions.

GitHubEmbed

About

Provides access to Neshan Maps API (Iran) for geocoding, directions, and place search, enabling location-based queries and map interactions.

README

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)

Tool Description
geocode Convert address to coordinates
reverse_geocode Convert coordinates to address
search_places Search places near a location
get_directions Get route directions
get_distance_matrix Calculate distances between points
get_static_map Generate a static map image
suggest Autocomplete place suggestions
get_map_tile Get 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

Variable Required Description
NESHAN_API_KEY Yes API 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

from github.com/theYahia/neshan-maps-mcp

Install Neshan Maps in Claude Desktop, Claude Code & Cursor

Recommended · one command, every IDE
unyly install neshan-maps-mcp

Installs into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.

First time? Get the CLI: curl -fsSL https://unyly.org/install | sh

Or configure manually

Run in your terminal:

claude mcp add neshan-maps-mcp -- npx -y @theyahia/neshan-maps-mcp

FAQ

Is Neshan Maps MCP free?

Yes, Neshan Maps MCP is free — one-click install via Unyly at no cost.

Does Neshan Maps need an API key?

No, Neshan Maps runs without API keys or environment variables.

Is Neshan Maps hosted or self-hosted?

A hosted option is available: Unyly runs the server in the cloud, no local setup required.

How do I install Neshan Maps in Claude Desktop, Claude Code or Cursor?

Open Neshan Maps on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Neshan Maps with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All development MCPs