Back to Browse

Lodd MCP Server

by Hholen
Developer ToolsModerate5.2MCP RegistryLocal
Free

Server data from the Official MCP Registry

Headless web analytics for AI agents. 42 MCP tools for traffic, events, funnels.

About

Headless web analytics for AI agents. 42 MCP tools for traffic, events, funnels.

Security Report

5.2
Moderate5.2Moderate Risk

This is a well-structured MCP server for headless web analytics with proper authentication via API keys and appropriate network-only permissions. Code quality is solid with good input validation via Zod schemas, comprehensive tool definitions, and no malicious patterns detected. Minor issues include broad exception handling and a small inconsistency in response formatting, but these do not pose security risks. Supply chain analysis found 3 known vulnerabilities in dependencies (0 critical, 3 high severity).

6 files analyzed · 6 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

env_vars

Check that this permission is expected for this type of plugin.

What You'll Need

Set these up before or after installing:

Lodd API key. Get one at https://lodd.devRequired

Environment variable: LODD_API_KEY

How to Install

Add this to your MCP configuration file:

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

Documentation

View on GitHub

From the project's GitHub README.

@lodd/mcp-server

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

Reviews

No reviews yet

Be the first to review this server!

Lodd MCP Server - Headless web analytics for AI agents. 42 MCP tools for | MCP Marketplace