# Velt Analytics Server

Provide AI assistants and MCP clients with detailed analytics data about organizations, users, documents, features, attachments, and events from the Velt platform. Enable comprehensive insights into …

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add velt-js/velt-analytics-mcp

# Browse available tools
npx -y @smithery/cli@latest tool list velt-js/velt-analytics-mcp

# Get full schema for a tool
npx -y @smithery/cli@latest tool get velt-js/velt-analytics-mcp get_events_analytics

# Call a tool
npx -y @smithery/cli@latest tool call velt-js/velt-analytics-mcp get_events_analytics '{}'
```

## Tools (6)

- `get_events_analytics` — Get paginated events from Velt with comprehensive filtering and timezone support.
- `get_attachment_analytics_values` — Get attachment analytics from Velt showing total size by attachment type.
- `get_organization_top_number_analytics` — Get organization analytics from Velt.
- `get_user_top_number_analytics` — Get user analytics from Velt.
- `get_feature_analytics_count` — Get comprehensive feature analytics data from Velt, showing CRUD operation counts for each feature.
- `get_document_top_number_analytics` — Get document analytics from Velt.

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get velt-js/velt-analytics-mcp <tool-name>
```

---

Source: https://github.com/velt-js/analytics-mcp
