Agent 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 ServicesLicense: Apache-2.0856 GitHub starsUpdated last month

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
2 skill or MCP entries
Source updated
Aug 6, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install amazon-location-service for Codex and Claude Code

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add amazon-location-service@agent-plugin-marketplace

Paste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/awslabs/agent-plugins

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/amazon-location-service/.

Plugin files

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

Included 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

Plugin 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": "[email protected]",
    "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"
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[amazon-location-service on Agent Plugins Marketplace](https://pluginsmp.com/plugins/amazon-location-service)