Server data from the Official MCP Registry
Headless web analytics for AI agents. 34 MCP tools for traffic, events, funnels.
Headless web analytics for AI agents. 34 MCP tools for traffic, events, funnels.
This is a well-structured MCP server for web analytics that demonstrates good security practices overall. Authentication is properly required via LODD_API_KEY environment variable, and all network calls are made to the legitimate Lodd API backend. Code quality is solid with proper input validation using Zod schemas, no dangerous patterns detected, and appropriate permission scoping. Minor observations include broad error handling and lack of explicit logging for some operations, but these do not constitute security vulnerabilities. Supply chain analysis found 3 known vulnerabilities in dependencies (0 critical, 3 high severity).
7 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.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: LODD_API_KEY
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"
}
}
}From the project's GitHub README.
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.
npx -y @lodd/mcp-server
Set LODD_API_KEY in your environment. Get a key at lodd.dev.
Add to your MCP config:
{
"mcpServers": {
"lodd": {
"command": "npx",
"args": ["-y", "@lodd/mcp-server"],
"env": {
"LODD_API_KEY": "your-api-key"
}
}
}
}
Add https://api.lodd.dev/mcp as an MCP connector. OAuth handles auth automatically.
34 tools across analytics, breakdowns, events, conversions, actors, annotations, trackable links, and account management. Full reference at lodd.dev/docs.
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.
Free up to 2,500 events/month. EUR 9.99/month for 100K events. All tools included on both tiers.
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.