Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
AKAMAI_HOSTYesAkamai API hostname (e.g. akab-xxx.luna.akamaiapis.net)
AKAMAI_ACCESS_TOKENYesAkamai EdgeGrid access token
AKAMAI_CLIENT_TOKENYesAkamai EdgeGrid client token
AKAMAI_CLIENT_SECRETYesAkamai EdgeGrid client secret
AKAMAI_ACCOUNT_SWITCH_KEYNoAccount switch key for multi-account setups

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
translate_error_stringA

Translates an Akamai error reference code (e.g. "9.6f64d440.1318965461.2f2b078") into human-readable error details including logs, HTTP status codes, and request/response metadata. This is an async operation that polls until complete.

curl_from_edgeA

Fetches a URL from an Akamai edge server, returning full HTTP response headers (including Akamai debug/Pragma headers) and body. Useful for debugging what the edge is serving, cache status, and response timing.

get_error_statisticsA

Returns HTTP error statistics (status code distribution, error percentages) for a URL or CP code. Shows edge errors and/or origin errors over the last 24-48 hours.

verify_locate_ipA

Verifies whether an IP address belongs to the Akamai edge network and returns its geolocation details (city, country, region, ASN, network).

locate_ipA

Locates up to 10 IP addresses, returning geolocation data for each (city, country, region, ASN, network).

dig_from_edgeA

Runs a DNS dig command from an Akamai edge server, returning DNS records for a hostname. Useful for debugging DNS resolution and propagation issues.

mtr_from_edgeA

Runs an MTR (My Traceroute) network diagnostic from an Akamai edge server to a destination IP or hostname. Shows network path, latency per hop, and packet loss. Useful for diagnosing connectivity issues.

grep_edge_logsA

Searches edge server logs by edge IP, time range, and filters (CP codes, hostnames, status codes, client IPs, user agents). This is an async operation that polls until logs are available.

list_edge_locationsA

Lists available Akamai edge server locations. Returns location IDs that can be used as edgeLocationId in other tools (curl, dig, MTR, etc.).

translate_akamaized_urlA

Translates an Akamaized URL (ARL) into its component parts: CP code, serial number, TTL, origin server, and other cache key metadata.

verify_edge_ipB

Verifies whether up to 10 IP addresses belong to the Akamai edge network.

url_health_checkA

Runs a comprehensive health check on a URL from the Akamai edge, combining cURL, dig, and optionally MTR. This is an async operation that polls until complete.

connectivity_problemsA

Runs Akamai connectivity diagnostics for a URL — simultaneously executes GREP (edge logs), cURL (content fetch), and MTR (traceroute). Useful for diagnosing slow downloads and high response times. This is an async operation.

content_problemsA

Runs Akamai content problem diagnostics for a URL — fetches content via cURL from both edge and origin to compare responses. Useful for diagnosing cache inconsistencies, stale content, and origin errors. This is an async operation.

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/amankrokx/mcp-connector-for-akamai'

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