Unlike most analytics MCP servers that connect to third-party platforms, this is the actual analytics product. You drop a 2KB script on your site, Lodd tracks the traffic, and your agent queries it directly through 42 tools covering traffic breakdowns, event tracking, funnel analysis, conversions, and source attribution. No dashboard to log into. Your agent gets structured JSON for questions like "which pages have the highest bounce rate" or "build a signup to purchase funnel." Free tier covers 2,500 events monthly, paid starts at EUR 9.99 for 100K. The same data is available via REST API if you need it outside MCP.
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.
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.
42 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.
LODD_API_KEY*secretLodd API key. Get one at https://lodd.dev
therealtimex/browser-use
jae-jae/fetcher-mcp
merajmehrabi/puppeteer-mcp-server
com.thenextgennexus/playwright-mcp-server
saik0s/mcp-browser-use