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
Servidores relacionados
Alpha Vantage MCP Server
patrocinadorAccess financial market data: realtime & historical stock, ETF, options, forex, crypto, commodities, fundamentals, technical indicators, & more
Micromanage
A server for managing sequential development tasks with configurable rules using external .mdc files.
Second Opinion MCP Server
An AI-powered coding assistant that combines insights from Gemini, Stack Overflow, and Perplexity AI to help solve programming problems.
MCP Software Engineer Server
An MCP server that enables an AI to function as a full-stack software engineer with complete development capabilities.
ast-grep MCP
An experimental MCP server that uses the ast-grep CLI for code structural search, linting, and rewriting.
Agent Forge
A platform for creating and managing AI agents with specific personalities and simulating their responses. Requires a DeepSeek API key.
Claude TypeScript MCP Servers
A collection of TypeScript MCP servers to enhance Claude Desktop as a powerful development assistant using your Claude Pro/Max subscription.
amCharts 5 MCP Server
MCP server that gives AI assistants on-demand access to 1,500+ amCharts docs, ~300 code examples, and 1000+ class API references.
LMAD - Laravel MCP API Discovery
Laravel MCP server that exposes API routes, controllers, FormRequest validation rules, and response schemas to AI agents
Petclinic
Interacts with the Swagger Petstore API using Petclinic v3 APIs, exposing tools for OpenAI models.
Remote MCP Server (Authless)
An example of a remote MCP server deployable on Cloudflare Workers without authentication.