Skip to main content
Glama
billylo1

aptabase-mcp

by billylo1

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
APTABASE_BASE_URLYesThe base URL of the Aptabase instance (e.g., https://us.aptabase.com, https://eu.aptabase.com, or self-hosted URL). Must match the host you logged into when copying the cookie.
APTABASE_AUTH_SESSIONYesThe value of the `auth-session` cookie from your Aptabase dashboard login. Treat as a 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_appB

Get a single Aptabase app by id.

get_metricsB

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_osC

Top operating systems by unique sessions for the period.

get_top_os_versionsC

Top OS versions by unique sessions for the period.

get_top_app_versionsC

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_propsB

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

get_live_sessionsC

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_usageC

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

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