Lodd.dev
Headless web analytics for agents
@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.
Links
Máy chủ liên quan
Alpha Vantage MCP Server
nhà tài trợAccess financial market data: realtime & historical stock, ETF, options, forex, crypto, commodities, fundamentals, technical indicators, & more
nelly-elephant-mcp
Search and resume past Claude Code conversations via MCP. An elephant never forgets.
Supervisord MCP
A tool for managing Supervisord processes, integrated with AI agents via the Model Context Protocol (MCP). It offers standardized process control, real-time monitoring, and robust operations.
Brainfaq
MCP server for the Brainfuck programming language that allows your favourite LLM to debug Brainfuck programs.
Open Browser Use
Open-source browser automation MCP server and skill for local AI agents.
CodeSeeker
Advanced code search and transformation powered by ugrep and ast-grep for modern development workflows.
Knowledge Graph Memory Server
Enables persistent memory for Claude using a local knowledge graph of entities, relations, and observations.
Cygnus MCP Server
An MCP server demonstrating Cygnus tools for reading text files and invoking local APIs.
mcp2cli
CLI bridge that wraps MCP servers as bash-invokable commands, recovering ~11K tokens of context window per session https://github.com/rodaddy/mcp2cli
Roblox Studio MCP Server
Provides AI assistants with comprehensive access to Roblox Studio projects for exploration, script analysis, debugging, and bulk editing.
TCC
Automatically generates MCP servers from OpenAPI specifications, enabling conversational AI agents to interact with existing web systems.