plugins marketplace
← All plugins

amazon-location-service

v1.0.0

Guide developers through adding maps, places search, geocoding, routing, and other geospatial features with Amazon Location Service, including authentication setup, SDK integration, and best practices.

CodexClaude Code1 skill1 MCP serverstdio

by Amazon Web ServicesApache-2.0856updated 3 days ago

Source

git clone https://github.com/awslabs/agent-plugins

Clone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/amazon-location-service/ inside the repository.

Layout

plugins/amazon-location-service/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── skills/amazon-location-service/SKILL.md
└── .mcp.json

Skills1

amazon-location-serviceskills/amazon-location-service/SKILL.md

Integrates Amazon Location Service APIs for AWS applications. Use this skill when users want to add maps (interactive MapLibre or static images); geocode addresses to coordinates or reverse geocode coordinates to addresses; calculate routes, travel times, or service areas; find places and businesses through text search, nearby search, or autocomplete suggestions; retrieve detailed place information including hours, contacts, and addresses; monitor geographical boundaries with geofences; or track device locations. Covers authentication, SDK integration, and all Amazon Location Service capabilities.

MCP servers1

aws-mcpstdio
command
uvx
args
mcp-proxy-for-aws@latest https://aws-mcp.us-east-1.api.aws/mcp

Manifests2

plugins/amazon-location-service/.codex-plugin/plugin.json
{
  "name": "amazon-location-service",
  "version": "1.0.0",
  "description": "Guide developers through adding maps, places search, geocoding, routing, and other geospatial features with Amazon Location Service, including authentication setup, SDK integration, and best practices.",
  "author": {
    "name": "Amazon Web Services",
    "email": "aws-agent-plugins@amazon.com",
    "url": "https://github.com/awslabs/agent-plugins"
  },
  "homepage": "https://github.com/awslabs/agent-plugins",
  "repository": "https://github.com/awslabs/agent-plugins",
  "license": "Apache-2.0",
  "keywords": [
    "location",
    "maps",
    "geocoding",
    "routing",
    "places",
    "geofencing",
    "tracking",
    "amazon-location",
    "maplibre",
    "address",
    "coordinates"
  ],
  "skills": "./skills/",
  "mcpServers": "./.mcp.json",
  "interface": {
    "displayName": "Amazon Location Service",
    "shortDescription": "Build maps, routing, geocoding, and places workflows on AWS.",
    "longDescription": "Guided AWS expertise for maps, routing, geocoding, and places features built with Amazon Location Service.",
    "defaultPrompt": [
      "Add Amazon Location Service to this app.",
      "Plan a geocoding and places search workflow.",
      "Review this map integration for AWS best practices."
    ],
    "developerName": "Amazon Web Services",
    "category": "Location",
    "capabilities": [
      "Read",
      "Write"
    ],
    "websiteURL": "https://github.com/awslabs/agent-plugins",
    "privacyPolicyURL": "https://aws.amazon.com/privacy/",
    "termsOfServiceURL": "https://aws.amazon.com/service-terms/",
    "brandColor": "#FF9900"
  }
}
plugins/amazon-location-service/.claude-plugin/plugin.json
{
  "author": {
    "name": "Amazon Web Services"
  },
  "description": "Guide developers through adding maps, places search, geocoding, routing, and other geospatial features with Amazon Location Service, including authentication setup, SDK integration, and best practices.",
  "keywords": [
    "location",
    "maps",
    "geocoding",
    "routing",
    "places",
    "geofencing",
    "tracking",
    "amazon-location",
    "maplibre",
    "address",
    "coordinates"
  ],
  "license": "Apache-2.0",
  "name": "amazon-location-service",
  "repository": "https://github.com/awslabs/agent-plugins",
  "version": "1.0.0"
}