Vinkius
Pirsch Analytics logo
Vinkius
Vinkius runs on LangChain

How to Use the Pirsch Analytics MCP in LangChain

Build privacy-first analytics pipelines in LangChain. Track hits and pull live visitor metrics without cookies.

See Vinkius in Action

Works with every AI agent you already use

…and any MCP-compatible client

Pirsch Analytics MCP on Cursor AI Code Editor MCP Client Pirsch Analytics MCP on Claude Desktop App MCP Integration Pirsch Analytics MCP on OpenAI Agents SDK MCP Compatible Pirsch Analytics MCP on Visual Studio Code MCP Extension Client Pirsch Analytics MCP on GitHub Copilot AI Agent MCP Integration Pirsch Analytics MCP on Google Gemini AI MCP Integration Pirsch Analytics MCP on Lovable AI Development MCP Client Pirsch Analytics MCP on Mistral AI Agents MCP Compatible Pirsch Analytics MCP on Amazon AWS Bedrock MCP Support
MCP Servers — Included with Plan
Vinkius runs on LangChain

Connect Pirsch Analytics MCP to LangChain

Create your Vinkius account to connect Pirsch Analytics to LangChain — we handle the hosting, security, and runtime updates so you don't have to. No server setup required.

GDPR Included with Plan

Key Capabilities

Chain privacy-first analytics directly into LangChain

The `send_event` and `send_hit` tools let your ReAct agents push live tracking data straight to Pirsch Analytics. You build a pipeline where an agent handles a user interaction, then immediately logs the page view or custom event without dropping a single cookie. LangSmith traces the exact latency of every payload you send. Batching works naturally here. If your chain processes a massive list of offline conversions, it can group them using `send_event_batch`. The agent decides when to fire the batch based on your custom logic, keeping the network calls lean while updating your dashboard in real time.

Feed real-time visitor metrics into reasoning agents

The `get_statistics_overview` tool pulls raw performance numbers into your LangChain context window. Your agent grabs the active visitor count via `get_statistics_active`, compares it against historical baselines, and generates an alert if traffic spikes. Output from the stats pull becomes the direct input for your notification chain. You do not have to guess what marketing channels are working. A chain can loop through `get_statistics_utm_source` and `get_statistics_referrer`, parse the highest converting sources, and write a summary to your database. The entire workflow stays stateless unless you explicitly bind an MCP session.

Automate client domain provisioning via MCP Server

The `create_domain` tool gives your agent the ability to spin up new tracking environments on the fly. When a new customer signs up in your SaaS app, your LangChain pipeline can automatically register their domain in Pirsch and return the tracking snippet. Managing multiple properties is just as straightforward. Your agent calls `list_domains` to audit all active sites, iterating over the list to run daily reporting tasks using `get_statistics_goals`. You get full programmatic control over your analytics infrastructure.

Setup guide

Set up Pirsch Analytics MCP in LangChain

Prerequisites

  • Python 3.10+ installed
  • langchain-mcp-adapters + langgraph packages
  • Active Vinkius subscription with a valid endpoint token
  1. 1

    Install dependencies

    Run pip install langchain-mcp-adapters langgraph langchain-openai. The MCP adapters package converts MCP tools into native LangChain BaseTool objects.

  2. 2

    Connect via HTTP transport

    Use MultiServerMCPClient with "transport": "http" pointing to your Vinkius endpoint. Replace [YOUR_TOKEN_HERE] with your token from cloud.vinkius.com.

  3. 3

    Create a ReAct agent

    Pass the discovered tools to create_react_agent() from LangGraph. The agent automatically routes Pirsch Analytics tool calls through the MCP protocol.

  4. 4

    Run with any LLM

    Swap ChatOpenAI for ChatAnthropic, ChatGoogleGenerativeAI, or any LangChain-compatible model. The MCP tools work identically across all providers.

agent.py
from langchain_mcp_adapters.client import MultiServerMCPClient
from langgraph.prebuilt import create_react_agent
from langchain_openai import ChatOpenAI

async with MultiServerMCPClient({
    "pirsch-analytics-mcp": {
        "transport": "http",
        "url": "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp",
    }
}) as client:
    tools = client.get_tools()

    agent = create_react_agent(
        ChatOpenAI(model="gpt-4o"),
        tools,
    )
    result = await agent.ainvoke({
        "messages": "List recent Pirsch Analytics transactions"
    })
    print(result["messages"][-1].content)

Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by Pirsch Analytics. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.

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 Pirsch Analytics MCP in LangChain

Install `langchain-mcp-adapters` and use `MultiServerMCPClient`. Point the transport URL to your running server, call `client.get_tools()`, and pass the array to your ReAct agent.
Yes. The agent calls `get_statistics_goals` to pull conversion metrics. It can then feed those numbers into a LangSmith-traced reasoning chain to evaluate campaign performance.
You can trigger `send_hit_batch` from any node in your graph. The agent aggregates the page views in memory and dispatches them as a single payload to reduce API overhead.
Your agent executes `create_domain` directly. It passes the required hostname parameters and receives the new site configuration, which you can then pass to subsequent steps in your chain.
The MCP server processes raw hits and page views without storing PII or setting cookies. Your LangChain agent only reads aggregated metrics, meaning no individual user identities ever enter your prompt context or model memory.

Start using the Pirsch Analytics MCP today

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

Built & Managed by Vinkius 30s setup 14 tools

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

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

Vinkius runs on Claude Claude
Vinkius runs on ChatGPT ChatGPT
Vinkius runs on Cursor Cursor
Vinkius runs on Gemini Gemini
Vinkius runs on Windsurf Windsurf
Vinkius runs on VS Code VS Code
Vinkius runs on JetBrains JetBrains
Vinkius runs on 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.