aptabase-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| APTABASE_BASE_URL | Yes | The 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_SESSION | Yes | The value of the `auth-session` cookie from your Aptabase dashboard login. Treat as a secret. |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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