Skip to main content
Glama
aptabase

Aptabase MCP Server

Official
by aptabase

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
APTABASE_BASE_URLYesBase URL of the Aptabase instance. Use https://us.aptabase.com for US cloud, https://eu.aptabase.com for EU cloud, or your self-hosted URL (no trailing slash).
APTABASE_AUTH_SESSIONYesAuthentication session cookie value (auth-session) from the Aptabase dashboard. Required for API access; keep secret.

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_appsA

List Aptabase apps available to the authenticated account (id, name, appKey, ownership).

get_appA

Get a single Aptabase app by id.

get_metricsA

Key metrics for an app over a period: daily users, sessions, events, avg duration. Includes previous-period comparison when a date range is set.

get_periodic_statsA

Time-series stats (users, sessions, events) bucketed by hour/day/month for charts.

get_top_eventsB

Top event names by total event count for the period.

get_top_countriesC

Top countries by unique sessions for the period.

get_top_osB

Top operating systems by unique sessions for the period.

get_top_os_versionsB

Top OS versions by unique sessions for the period.

get_top_app_versionsB

Top app versions by unique sessions for the period.

get_top_devicesB

Top device models by unique sessions for the period.

get_top_regionsC

Top regions by unique sessions for the period.

get_event_propsC

Breakdown of custom string/numeric properties for a specific event name. Requires eventName.

get_live_sessionsB

Recent/live sessions currently active for an app.

get_live_geoC

Live geographic distribution of current users for an app.

get_session_detailsA

Session timeline details (events, props, device/geo metadata) for a session id.

get_historical_sessionsC

Historical sessions for an app over a period, with optional filters.

get_monthly_usageB

Monthly event usage counts for billing/quota (year, month, events).

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/aptabase/aptabase-mcp'

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