🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@lodd/mcp-server

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lodd/mcp-server

First-party web analytics for AI agents. Add a script, query your own traffic over MCP.

latest
Source
npmnpm
Version
0.1.18
Version published
Maintainers
1
Created
Source

@lodd/mcp-server

Headless web analytics for AI agents. 34 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

34 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.

Keywords

mcp

FAQs

Package last updated on 10 Jun 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts