Logly MCP server
OfficialServer Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LOGLY_API_KEY | Yes | Your Logly API key (required) | |
| LOGLY_API_BASE | No | Override the API base URL | https://app.logly.uk |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| logly_list_sitesA | List every website in the authenticated Logly account with its site ID. Start here to find the site ID the other tools need. |
| logly_statsB | Traffic totals for a site — pageviews, sessions, visitors, bounce rate, average duration — plus a daily series and a comparison against the previous period. |
| logly_breakdownC | Top pages, top referrers, top countries and device/browser split for a site over the given period. |
| logly_realtimeB | Visitors currently active on a site (real-time, the last few minutes). |
| logly_eventsB | Custom event counts for a site (events sent via logly('event', ...)) over the given period. |
| logly_funnelsA | List the conversion funnels defined for a site, with their IDs and step sequences. |
| logly_funnel_resultsC | Completion counts and drop-off per step for one conversion funnel. |
| logly_install_snippetA | Return the Logly tracking snippet for a site — the single tag to add to the site's . Works offline, no API call. |
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
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/logly-uk/logly-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server