Umami (Privacy Analytics) MCP Server for CrewAIGive CrewAI instant access to 53 tools to Add Team User, Admin List Teams, Admin List Users, and more
Connect your CrewAI agents to Umami (Privacy Analytics) through Vinkius, pass the Edge URL in the `mcps` parameter and every Umami (Privacy Analytics) tool is auto-discovered at runtime. No credentials to manage, no infrastructure to maintain.
Ask AI about this MCP Server for CrewAI
The Umami (Privacy Analytics) MCP Server for CrewAI is a standout in the Marketing Automation category — giving your AI agent 53 tools to work with, ready to go from day one.
Vinkius delivers Streamable HTTP and SSE to any MCP client
from crewai import Agent, Task, Crew
agent = Agent(
role="Umami (Privacy Analytics) Specialist",
goal="Help users interact with Umami (Privacy Analytics) effectively",
backstory=(
"You are an expert at leveraging Umami (Privacy Analytics) tools "
"for automation and data analysis."
),
# Your Vinkius token. get it at cloud.vinkius.com
mcps=["https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"],
)
task = Task(
description=(
"Explore all available tools in Umami (Privacy Analytics) "
"and summarize their capabilities."
),
agent=agent,
expected_output=(
"A detailed summary of 53 available tools "
"and what they can do."
),
)
crew = Crew(agents=[agent], tasks=[task])
result = crew.kickoff()
print(result)
* Every MCP server runs on Vinkius-managed infrastructure inside AWS - a purpose-built runtime with per-request V8 isolates, Ed25519 signed audit chains, and sub-40ms cold starts optimized for native MCP execution. See our infrastructure
About Umami (Privacy Analytics) MCP Server
Connect your Umami instance to any AI agent to monitor your privacy-focused analytics and manage your infrastructure through natural language. Umami is the open-source, privacy-friendly alternative to Google Analytics, and this MCP server gives you full control over your data.
When paired with CrewAI, Umami (Privacy Analytics) becomes a first-class tool in your multi-agent workflows. Each agent in the crew can call Umami (Privacy Analytics) tools autonomously, one agent queries data, another analyzes results, a third compiles reports, all orchestrated through Vinkius with zero configuration overhead.
What you can do
- Event Tracking — Send custom events and page views directly to your Umami instance using the
send_eventtool. - Website Management — List and manage all websites associated with your account or the entire instance using
get_me_websitesoradmin_list_websites. - User & Team Administration — Perform administrative tasks like creating, updating, or deleting users and managing teams with tools like
create_userandadmin_list_teams. - Session Insights — Retrieve information about your current session and authorized access levels using
get_me. - Self-Hosted Support — Seamlessly connect to your own infrastructure using the
logintool to authenticate and retrieve tokens.
The Umami (Privacy Analytics) MCP Server exposes 53 tools through the Vinkius. Connect it to CrewAI in under two minutes — credentials fully managed, no infrastructure to provision, no vendor lock-in. Your configuration, your data, your control.
All 53 Umami (Privacy Analytics) tools available for CrewAI
When CrewAI connects to Umami (Privacy Analytics) through Vinkius, your AI agent gets direct access to every tool listed below — spanning web-analytics, privacy-focused, event-tracking, and more. Every call runs in a secure, isolated environment with full audit visibility. Beyond a simple connection, you get real-time monitoring of agent activity, enterprise governance, and optimized token usage.
Add team user on Umami (Privacy Analytics)
Add user to team
Admin list teams on Umami (Privacy Analytics)
Returns all teams (Admin only)
Admin list users on Umami (Privacy Analytics)
Returns all users (Admin only)
Admin list websites on Umami (Privacy Analytics)
Returns all websites (Admin only)
Create attribution report on Umami (Privacy Analytics)
Marketing attribution report
Create funnel report on Umami (Privacy Analytics)
Conversion funnel report
Create link on Umami (Privacy Analytics)
Creates a link
Create pixel on Umami (Privacy Analytics)
Creates a pixel
Create report on Umami (Privacy Analytics)
Creates a report
Create retention report on Umami (Privacy Analytics)
User retention report
Create revenue report on Umami (Privacy Analytics)
Revenue report
Create team on Umami (Privacy Analytics)
Creates a team
Create user on Umami (Privacy Analytics)
Creates a user (Admin only)
Create website on Umami (Privacy Analytics)
Creates a website
Delete user on Umami (Privacy Analytics)
Deletes a user (Admin only)
Delete website on Umami (Privacy Analytics)
Deletes a website
Get me on Umami (Privacy Analytics)
Get information about the current session
Get me teams on Umami (Privacy Analytics)
Get all teams for the current user
Get me websites on Umami (Privacy Analytics)
Get all websites for the current user
Get realtime stats on Umami (Privacy Analytics)
Realtime stats within the last 30 minutes
Get session on Umami (Privacy Analytics)
Individual session details
Get session activity on Umami (Privacy Analytics)
Activity for a session
Get team users on Umami (Privacy Analytics)
Get team members
Get team websites on Umami (Privacy Analytics)
Get team websites
Get user on Umami (Privacy Analytics)
Gets a user by ID (Admin only)
Get user teams on Umami (Privacy Analytics)
Gets all teams belonging to a user (Admin only)
Get user websites on Umami (Privacy Analytics)
Gets all websites belonging to a user (Admin only)
Get website on Umami (Privacy Analytics)
Gets a website by ID
Get website active on Umami (Privacy Analytics)
Active users in the last 5 minutes
Get website daterange on Umami (Privacy Analytics)
Available data date range
Get website event data on Umami (Privacy Analytics)
Event data grouped by event
Get website event data events on Umami (Privacy Analytics)
Event data names and counts
Get website event data fields on Umami (Privacy Analytics)
Property and value counts
Get website events on Umami (Privacy Analytics)
Website event details
Get website events stats on Umami (Privacy Analytics)
Aggregated event statistics
Get website metrics on Umami (Privacy Analytics)
Metrics for a given time range (type: path, browser, os, etc.)
Get website metrics expanded on Umami (Privacy Analytics)
Expanded metrics including bounces and total time
Get website pageviews on Umami (Privacy Analytics)
Pageviews and sessions series data
Get website sessions on Umami (Privacy Analytics)
Website session details
Get website sessions stats on Umami (Privacy Analytics)
Summarized session statistics
Get website stats on Umami (Privacy Analytics)
Summarized website statistics (pageviews, visitors, etc.)
Join team on Umami (Privacy Analytics)
Join a team via access code
List links on Umami (Privacy Analytics)
Returns all user links
List pixels on Umami (Privacy Analytics)
Returns all user pixels
List reports on Umami (Privacy Analytics)
Get all reports by website ID
List teams on Umami (Privacy Analytics)
Returns all teams
List websites on Umami (Privacy Analytics)
Returns all user websites
Login on Umami (Privacy Analytics)
Login to self-hosted Umami to get a token
Reset website on Umami (Privacy Analytics)
Removes all data related to the website
Send event on Umami (Privacy Analytics)
Send an event to Umami
Update user on Umami (Privacy Analytics)
Updates a user (Admin only)
Update website on Umami (Privacy Analytics)
Updates a website
Verify token on Umami (Privacy Analytics)
Verify if the current token is still valid
Connect Umami (Privacy Analytics) to CrewAI via MCP
Follow these steps to wire Umami (Privacy Analytics) into CrewAI. The entire setup takes under two minutes — your credentials stay safe behind Vinkius.
Install CrewAI
pip install crewaiReplace the token
[YOUR_TOKEN_HERE] with your Vinkius token from cloud.vinkius.comCustomize the agent
role, goal, and backstory to fit your use caseRun the crew
python crew.py. CrewAI auto-discovers 53 tools from Umami (Privacy Analytics)Why Use CrewAI with the Umami (Privacy Analytics) MCP Server
CrewAI Multi-Agent Orchestration Framework provides unique advantages when paired with Umami (Privacy Analytics) through the Model Context Protocol.
Multi-agent collaboration lets you decompose complex workflows into specialized roles, one agent researches, another analyzes, a third generates reports, each with access to MCP tools
CrewAI's native MCP integration requires zero adapter code: pass Vinkius Edge URL directly in the `mcps` parameter and agents auto-discover every available tool at runtime
Built-in task delegation and shared memory mean agents can pass context between steps without manual state management, enabling multi-hop reasoning across tool calls
Sequential and hierarchical crew patterns map naturally to real-world workflows: enumerate subdomains → analyze DNS history → check WHOIS records → compile findings into actionable reports
Umami (Privacy Analytics) + CrewAI Use Cases
Practical scenarios where CrewAI combined with the Umami (Privacy Analytics) MCP Server delivers measurable value.
Automated multi-step research: a reconnaissance agent queries Umami (Privacy Analytics) for raw data, then a second analyst agent cross-references findings and flags anomalies. all without human handoff
Scheduled intelligence reports: set up a crew that periodically queries Umami (Privacy Analytics), analyzes trends over time, and generates executive briefings in markdown or PDF format
Multi-source enrichment pipelines: chain Umami (Privacy Analytics) tools with other MCP servers in the same crew, letting agents correlate data across multiple providers in a single workflow
Compliance and audit automation: a compliance agent queries Umami (Privacy Analytics) against predefined policy rules, generates deviation reports, and routes findings to the appropriate team
Example Prompts for Umami (Privacy Analytics) in CrewAI
Ready-to-use prompts you can give your CrewAI agent to start working with Umami (Privacy Analytics) immediately.
"List all websites I have access to in Umami."
"Send a 'newsletter_signup' event for website 8f2...1a on page /thanks."
"Show me all users on this Umami instance."
Troubleshooting Umami (Privacy Analytics) MCP Server with CrewAI
Common issues when connecting Umami (Privacy Analytics) to CrewAI through Vinkius, and how to resolve them.
MCP tools not discovered
Agent not using tools
Timeout errors
Rate limiting or 429 errors
Umami (Privacy Analytics) + CrewAI FAQ
Common questions about integrating Umami (Privacy Analytics) MCP Server with CrewAI.
How does CrewAI discover and connect to MCP tools?
tools/list method. This means tools are always fresh and reflect the server's current capabilities. No tool schemas need to be hardcoded.Can different agents in the same crew use different MCP servers?
mcps list, so you can assign specific servers to specific roles. For example, a reconnaissance agent might use a domain intelligence server while an analysis agent uses a vulnerability database server.What happens when an MCP tool call fails during a crew run?
Can CrewAI agents call multiple MCP tools in parallel?
process=Process.parallel, each calling different MCP tools concurrently. This is ideal for workflows where separate data sources need to be queried simultaneously.Can I run CrewAI crews on a schedule (cron)?
crew.kickoff() method runs synchronously by default, making it straightforward to integrate into existing pipelines.Explore More MCP Servers
View all →
DeepL
14 toolsTranslate text between 30+ languages with neural machine translation that captures nuance and tone better than generic engines.

CrewAI Platform
10 toolsOrchestrate multi-agent workflows via CrewAI — list crews and agents, kickoff autonomous runs, and monitor task execution directly from any AI agent.

Shodan
10 toolsSearch for internet-connected devices, analyze open ports, discover vulnerabilities and explore the IoT landscape.

YoneTeam
10 toolsManage your Turkish business operations with project tracking, task management, and team collaboration designed for local teams.
