Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Lodd

FreeNot checked

Headless web analytics with 34 tools for traffic analysis, events, and funnel tracking.

GitHubEmbed

About

Headless web analytics with 34 tools for traffic analysis, events, and funnel tracking.

README

First-party web analytics for AI agents. You add a 2KB script, Lodd collects your site's traffic, and your agent queries your own data over MCP. It's the analytics platform, not a connector to one.

42 MCP tools covering traffic, events, funnels, conversions, sources, performance, and actor analytics. No dashboard. Your agent queries structured JSON directly.

Quick start

npx -y @lodd/mcp-server

Set LODD_API_KEY in your environment. Get a key at lodd.dev.

Claude Code / Cursor

Add to your MCP config:

{
  "mcpServers": {
    "lodd": {
      "command": "npx",
      "args": ["-y", "@lodd/mcp-server"],
      "env": {
        "LODD_API_KEY": "your-api-key"
      }
    }
  }
}

Claude Desktop / claude.ai

Add https://api.lodd.dev/mcp as an MCP connector. OAuth handles auth automatically.

What you can ask

  • "How's traffic this week?"
  • "Show me the pages with the highest bounce rate"
  • "Build a funnel from homepage to signup to purchase"
  • "Which traffic sources drive the most conversions?"
  • "Something unusual is happening today. Investigate."

Tools

42 tools across analytics, breakdowns, events, conversions, actors, annotations, trackable links, and account management. Full reference at lodd.dev/docs.

REST API

Same data is also available via REST at api.lodd.dev/v1/. API docs at lodd.dev/api. OpenAPI spec at lodd.dev/openapi.yaml.

Pricing

Free up to 2,500 events/month. EUR 9.99/month for 100K events. All tools included on both tiers.

Links

from github.com/hholen/lodd-mcp-server

Install Lodd in Claude Desktop, Claude Code & Cursor

Recommended · one command, every IDE
unyly install lodd

Installs into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.

First time? Get the CLI: curl -fsSL https://unyly.org/install | sh

Or configure manually

Run in your terminal:

claude mcp add lodd -- npx -y @lodd/mcp-server

Step-by-step: how to install Lodd

FAQ

Is Lodd MCP free?

Yes, Lodd MCP is free — one-click install via Unyly at no cost.

Does Lodd need an API key?

No, Lodd runs without API keys or environment variables.

Is Lodd hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install Lodd in Claude Desktop, Claude Code or Cursor?

Open Lodd on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Lodd with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All development MCPs