Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PROXY_PORTNoPort for the browser login proxy (used during initial authentication)3001
AMAZON_PAGENoAmazon domain to authenticate againstamazon.com
COOKIE_PATHNoPath to the persisted Alexa authentication cookie~/.alexa-mcp/cookie.json
ALEXA_COOKIENoPre-seeded cookie JSON (alternative to COOKIE_PATH file)

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}
logging
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
authenticateA

Authenticate with your Amazon account. If a saved cookie exists, uses it automatically. Otherwise starts a browser login proxy and returns a URL to open.

list_itemsB

Get items from your Alexa shopping list.

add_itemsB

Add one or more items to your Alexa shopping list.

delete_itemsA

Delete items from your Alexa shopping list by name (case-insensitive match).

update_itemA

Update an item on your Alexa shopping list by name (case-insensitive). Can rename and/or change completion status.

complete_itemsA

Mark items as completed on your Alexa shopping list by name (case-insensitive match).

check_statusB

Check whether the server is authenticated and show configuration.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/GraysonCAdams/alexa-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server