Headless web analytics for AI agents. A broad range MCP tools for traffic, events, funnels, conversions, sources, and performance. No dashboard — agents query structured JSON directly.
概览
What is Lodd?
Lodd is headless web analytics for AI agents. No dashboard — your agent queries traffic, events, funnels, conversions, and sources through 34 MCP tools and gets structured JSON it can reason about and act on.
How to use Lodd MCP Server
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.
Get an API key by signing up at lodd.dev.
Key features
- A range of MCP tools covering analytics, timeseries, funnels, breakdowns, custom events, actor analytics, annotations, and trackable links
- Token-optimised JSON responses (compact keys, no pretty-printing)
- REST API at
api.lodd.dev/v1/with OpenAPI spec - Webhooks with HMAC-SHA256 signed payloads
- Rate limiting with transparent
X-RateLimitheaders - No cookies, GDPR compliant, country-only geo
- Free up to 2,500 events/month
Use cases
- Query traffic and conversion data from your coding agent
- Set up scheduled daily/weekly analytics reports via Claude Cowork
- Build funnels across pageviews and custom events
- Track campaign attribution with
?ld=trackable links - Monitor bot/crawler traffic on your sites
- Correlate analytics with other MCP tools (Stripe, Supabase, GitHub)
服务器配置
{
"mcpServers": {
"lodd": {
"command": "npx",
"args": [
"-y",
"@lodd/mcp-server"
],
"env": {
"LODD_API_KEY": "<YOUR_API_KEY>"
}
}
}
}