Cover image
Try Now
2025-03-27

Servidor MCP para servicios de ubicación de ArcGIS

3 years

Works with Finder

1

Github Watches

0

Github Forks

0

Github Stars

ArcGIS Location Services MCP Server

smithery badge

MCP Server for ArcGIS Location Services.

Tools

  1. geocode

    • Search for an address, place, or point of interest
    • Inputs:
      • singleLine (string): Complete address in a single string
      • address (string): Place name or partial address
      • location (string, optional): Nearby point in "longitude,latitude" format
      • category (string, optional): POI category to search for
    • Returns: Matching locations with addresses, coordinates, and match scores
  2. reverse_geocode

    • Convert geographic coordinates to an address
    • Inputs:
      • location (string): Location as "longitude,latitude"
      • outFields (string, optional): Fields to include in response
    • Returns: Address information, location type, and address components
  3. find_nearby_places

    • Find nearby places and points of interest
    • Inputs:
      • x (number): Longitude of center point
      • y (number): Latitude of center point
      • pageSize (number, optional): Number of results to return
      • categories (string, optional): Category filter
      • radius (number, optional): Search radius in meters
      • includeDetails (boolean, optional): Whether to include detailed place information
      • detailsLimit (number, optional): Maximum number of places to get details for
    • Returns: List of places with names, addresses, categories, and optional details
  4. get_directions

    • Get detailed turn-by-turn directions between locations
    • Input:
      • stops (string): Semicolon-separated list of "longitude,latitude" pairs
    • Returns: Route summary with distance, time, and turn-by-turn directions
  5. get_elevation

    • Get elevation data for locations on land or water
    • Inputs:
      • lon and lat (numbers, optional): Coordinates for a single point
      • coordinates (string, optional): JSON array of [lon, lat] pairs for multiple points
      • relativeTo (string, optional): Reference point for elevation measurement
    • Returns: Elevation data with reference datum and spatial reference
  6. get_basemap_tile

    • Access static basemap tiles service with different styles
    • Inputs:
      • version (string, optional): API version
      • style_base (string, optional): Base style category
      • style_name (string, optional): Map style name
      • row, level, column (numbers, optional): Tile coordinates
    • Returns: Basemap tile information and status

Setup

Installing via Smithery

To install arcgis-location-services-mcp for Claude Desktop automatically via Smithery:

npx -y @smithery/cli install @puran1218/arcgis-location-services-mcp --client claude

API Key

Get an ArcGIS Developer API key by creating an account at ArcGIS Location Platform and generating an API key.

Usage with Claude Desktop

Add the following to your claude_desktop_config.json in Claude for Desktop:

{
  "mcpServers": {
    "arcgis-location-services": {
      "command": "uv",
      "args": [
        "--directory",
        "C:\\ABSOLUTE\\PATH\\TO\\ArcGIS-Location-Services-MCP-Server",
        "run",
        "main.py"
      ],
      "env": {
        "ARCGIS_LOCATION_SERVICE_API_KEY": "<YOUR_API_KEY>"
      }
    }
  }
}

License

This MCP server is provided as-is. Usage of ArcGIS Location Services is subject to Esri's terms of service.

相关推荐

  • NiKole Maxwell
  • I craft unique cereal names, stories, and ridiculously cute Cereal Baby images.

  • Joshua Armstrong
  • Confidential guide on numerology and astrology, based of GG33 Public information

  • https://suefel.com
  • Latest advice and best practices for custom GPT development.

  • Emmet Halm
  • Converts Figma frames into front-end code for various mobile frameworks.

  • Elijah Ng Shi Yi
  • Advanced software engineer GPT that excels through nailing the basics.

  • Yasir Eryilmaz
  • AI scriptwriting assistant for short, engaging video content.

  • Daren White
  • A supportive coach for mastering all Spanish tenses.

  • J. DE HARO OLLE
  • Especialista en juegos de palabras en varios idiomas.

  • albert tan
  • Japanese education, creating tailored learning experiences.

  • https://maiplestudio.com
  • Find Exhibitors, Speakers and more

  • apappascs
  • Descubra la colección más completa y actualizada de servidores MCP en el mercado. Este repositorio sirve como un centro centralizado, que ofrece un extenso catálogo de servidores MCP de código abierto y propietarios, completos con características, enlaces de documentación y colaboradores.

  • ShrimpingIt
  • Manipulación basada en Micrypthon I2C del expansor GPIO de la serie MCP, derivada de AdaFruit_MCP230xx

  • huahuayu
  • Una puerta de enlace de API unificada para integrar múltiples API de explorador de blockchain similar a Esterscan con soporte de protocolo de contexto modelo (MCP) para asistentes de IA.

  • deemkeen
  • Controle su MBOT2 con un combo de potencia: MQTT+MCP+LLM

  • zhaoyunxing92
  • 本项目是一个钉钉 MCP (Protocolo del conector de mensajes )服务 , 提供了与钉钉企业应用交互的 API 接口。项目基于 Go 语言开发 支持员工信息查询和消息发送等功能。 支持员工信息查询和消息发送等功能。

  • pontusab
  • La comunidad de cursor y windsurf, encontrar reglas y MCP

    Reviews

    5 (1)
    Avatar
    user_ddNWKfHC
    2025-04-18

    As an avid user of mcp applications, I found the arcgis-location-services-mcp to be exceptionally useful and efficient. Developed by puran1218, this tool offers seamless integration with ArcGIS services, streamlining location-based analyses and enhancing productivity in spatial data projects. Highly recommended for GIS professionals seeking reliable and comprehensive location services support. Check it out on GitHub!