4,500+ servers built on MCP Fusion
Vinkius
Matomo logo
Vinkius
CrewAI logo

How to Use the Matomo MCP in CrewAI

Deploy autonomous CrewAI agents to monitor, analyze, and report on your Matomo analytics data.

See Vinkius in Action

Works with every AI agent you already use

…and any MCP-compatible client

Matomo MCP on Cursor AI Code Editor MCP Client Matomo MCP on Claude Desktop App MCP Integration Matomo MCP on OpenAI Agents SDK MCP Compatible Matomo MCP on Visual Studio Code MCP Extension Client Matomo MCP on GitHub Copilot AI Agent MCP Integration Matomo MCP on Google Gemini AI MCP Integration Matomo MCP on Lovable AI Development MCP Client Matomo MCP on Mistral AI Agents MCP Compatible Matomo MCP on Amazon AWS Bedrock MCP Support
MCP Servers - Free for Subscribers
CrewAI

Connect Matomo MCP to CrewAI

Create your Vinkius account to connect Matomo to CrewAI and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.

GDPR Free for Subscribers

Delegated Goal Analysis

`get_goals` and `get_visits_summary` supply the raw data your CrewAI agents need to evaluate campaign performance. A researcher agent pulls the numbers, and an analyst agent interprets the conversion rates. This division of labor prevents context limits from breaking the run. You isolate the data extraction to one agent while the rest of the crew handles the strategic reporting.

Autonomous SEO Auditing

`get_top_referrers`, `get_top_websites`, and `get_top_socials` allow your SEO agents to autonomously audit inbound traffic. They map out exactly which channels drive the most volume without waiting for a human to export a CSV. You pass the Vinkius endpoint directly into the agent's `mcps` array. The crew immediately understands how to query the traffic sources and cross-reference them against historical baselines.

Real-Time Matomo MCP Server Monitoring

`get_live_last_visits` and `get_visitor_profile` turn a passive reporting setup into an active monitoring system. Your moderator agent watches the live session feed and flags anomalous behavior as it occurs. Combine this with `get_top_pages` to track sudden traffic spikes. When a specific URL starts trending, the crew detects the surge and triggers an automated alert sequence.

Setup guide

Set up Matomo MCP in CrewAI

Prerequisites

  • Python 3.10+ installed
  • crewai package (pip install crewai)
  • Active Vinkius subscription with a valid endpoint token
  1. 1

    Install CrewAI

    Run pip install crewai to install the framework. MCP support is built-in via the mcps parameter.

  2. 2

    Add the MCP URL to your agent

    Pass your Vinkius endpoint directly to the mcps list. Replace [YOUR_TOKEN_HERE] with your token from cloud.vinkius.com. CrewAI handles tool discovery and caching automatically.

  3. 3

    Kick off your crew

    Create a Crew with your agent and tasks. Call crew.kickoff() — the agent will automatically invoke Matomo tools as needed.

crew.py
from crewai import Agent, Task, Crew

agent = Agent(
    role="Matomo Analyst",
    goal="Access and analyze Matomo data via MCP.",
    backstory="Expert analyst with direct Matomo access.",
    mcps=[
        "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
    ],
)

task = Task(
    description="List recent Matomo transactions",
    agent=agent,
    expected_output="A summary of recent activity",
)

crew = Crew(agents=[agent], tasks=[task])
result = crew.kickoff()
print(result)

Why Choose Vinkius

Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.

Real-time monitoring

Live

visibility into every interaction

Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.

Built-in savings

60%

lower AI costs

Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.

Single dashboard

One

place for every integration

Every tool your AI connects to, managed from a single screen. One account, complete control.

Common questions about Matomo MCP in CrewAI

Add the Vinkius URL directly to the `mcps` list in your agent definition. The framework handles the HTTP transport and tool registration automatically.
Yes. Use the `MCPServerHTTP` class from `crewai.mcp` and apply a `tool_filter`. You can give the researcher agent access to `list_sites` while restricting the analyst.
They do. CrewAI uses shared memory. If one agent pulls data via `get_site_details`, the next agent in the sequence reads that context without making a redundant API call.
The setup starts with `list_sites` to map the environment. The agents then iterate through the site IDs, running parallel checks on each property.
The MCP server exposes hard conversion numbers and goal completions through `get_goals`. Vinkius completely isolates the execution environment, tearing down the container the moment the agent finishes its task to guarantee zero data leakage.

Start using the Matomo MCP today

We host it, we monitor it, we maintain it. You just paste one token.

Built & Managed by Vinkius 30s setup 10 tools

We've already built the connector for Matomo. Just plug in your AI agents and start using Vinkius.

No hosting. No infrastructure. No complex setup.
All 10 tools are live and waiting. You're up and running in seconds.

Claude Claude
ChatGPT ChatGPT
Cursor Cursor
Gemini Gemini
Windsurf Windsurf
VS Code VS Code
JetBrains JetBrains
Vercel Vercel
+ other MCP clients

Vinkius gives your AI agents access to the full catalog of app connectors, all fully managed, secure, and enterprise-ready. One subscription, every tool you need.

Zero hosting required Full MCP catalog included Enterprise-grade security Auto-updated by Vinkius

Built, hosted, and secured by Vinkius. You just connect and go.