# plausible-analytics MCP server

Query site stats, realtime visitors, breakdowns and goals from Plausible Analytics.

## Links
- Registry page: https://www.getdrio.com/mcp/io-usefulapi-plausible-analytics
- Repository: https://github.com/m190/usefulapi-mcp

## Install
- Endpoint: https://plausible-analytics.usefulapi.io/mcp
- Auth: Not captured

## Setup notes
- Remote endpoint: https://plausible-analytics.usefulapi.io/mcp

## Tools
- plausible_query_stats (Query stats) - The full-power Stats API query. Compute metrics over a date range, optionally grouped by dimensions and narrowed by filters, with ordering, includes, and pagination. Plausible: POST /api/v2/query. Endpoint: https://plausible-analytics.usefulapi.io/mcp
- plausible_aggregate (Aggregate totals) - Convenience: aggregate totals for the given metrics over a date range (no group-by). Plausible: POST /api/v2/query with no dimensions. Endpoint: https://plausible-analytics.usefulapi.io/mcp
- plausible_timeseries (Timeseries) - Convenience: metrics over time, grouped by a time interval. Plausible: POST /api/v2/query with dimensions=[interval]. Endpoint: https://plausible-analytics.usefulapi.io/mcp
- plausible_breakdown (Breakdown by property) - Convenience: break metrics down by a single property (dimension), e.g. visit:source or event:page. Plausible: POST /api/v2/query with dimensions=[property]. Endpoint: https://plausible-analytics.usefulapi.io/mcp
- plausible_realtime_visitors (Realtime visitors) - Get the number of current visitors on a site (active in the last 5 minutes). Returns a single integer. Plausible: GET /api/v1/stats/realtime/visitors. Endpoint: https://plausible-analytics.usefulapi.io/mcp
- plausible_list_sites (List sites) - List the sites the API key can access (domain + timezone), with cursor pagination. Requires an enterprise plan. Plausible: GET /api/v1/sites. Endpoint: https://plausible-analytics.usefulapi.io/mcp
- plausible_get_site (Get site) - Get a single site by its domain (timezone, etc.). Requires an enterprise plan. Plausible: GET /api/v1/sites/{site_id}. Endpoint: https://plausible-analytics.usefulapi.io/mcp
- plausible_list_goals (List goals) - List the goals (conversions) configured for a site. Requires an enterprise plan. Plausible: GET /api/v1/sites/goals. Endpoint: https://plausible-analytics.usefulapi.io/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: io.usefulapi
- Version: 1.0.0
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Aug 1, 2026
- Source: https://registry.modelcontextprotocol.io
