
Lodd.dev analytics MCP
@hholen
Lodd.dev analytics MCP について
First-party web analytics for AI agents. Add a script, query your own traffic over MCP.
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"lodd": {
"command": "npx",
"args": [
"-y",
"@lodd/mcp-server"
],
"env": {
"LODD_API_KEY": "<YOUR_API_KEY>"
}
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Lodd.dev analytics MCP?
Lodd.dev analytics MCP is a first-party web analytics platform for AI agents. You add a 2KB script to your site, Lodd collects traffic data, and your agent queries that data directly over MCP—it is not a connector to a third‑party analytics service.
How to use Lodd.dev analytics MCP?
Run npx -y @lodd/mcp-server with the environment variable LODD_API_KEY set. For Claude Desktop, add https://api.lodd.dev/mcp as an MCP connector (OAuth handles auth). Configure Claude Code or Cursor by adding the server to the MCP config with the command, arguments, and LODD_API_KEY in the environment.
Key features of Lodd.dev analytics MCP
- 42 MCP tools covering traffic, events, funnels, conversions, sources, performance, and actors.
- First‑party analytics: your data stays on your infrastructure.
- No dashboard—your agent queries structured JSON directly.
- Free tier up to 2,500 events per month.
- EUR 9.99/month for 100K events, all tools included.
- Also accessible via REST API at
api.lodd.dev/v1/.
Use cases of Lodd.dev analytics MCP
- Ask your agent “How’s traffic this week?” for real‑time visitor trends.
- Build funnels from homepage to signup to purchase.
- Identify which traffic sources drive the most conversions.
- Investigate unusual activity with a prompt like “Something unusual is happening today. Investigate.”
- Analyze page performance and bounce rates from specific URLs.
FAQ from Lodd.dev analytics MCP
What does Lodd.dev analytics MCP do that alternatives do not?
It is a standalone analytics platform, not a connector to an existing service. You add a 2KB script, and your agent queries your own first‑party data directly over MCP.
What are the runtime requirements?
The server runs via npx (Node.js) and requires an environment variable LODD_API_KEY obtained from lodd.dev.
Where does the data live?
Data is collected and stored by Lodd on your site’s traffic. Your agent queries it over MCP or the REST API.
What transports and authentication are supported?
MCP (via stdio for local agents or HTTP for Claude Desktop) and REST API. Authentication uses an API key (for stdio/REST) or OAuth (for Claude Desktop).
Are there any usage limits?
The free tier supports up to 2,500 events/month. The paid tier (EUR 9.99/month) supports up to 100K events. All 42 tools are available on both tiers.
「データと分析」の他のコンテンツ
MCP Deep Web Research Server (v0.3.0)
qpd-vEnhanced MCP server for deep web research
MCP Server for Deep Research
reading-plus-aiFederal Reserve Economic Data MCP Server
stefanoamorelliOpen-source FRED MCP Server (Federal Reserve Economic Data)
PubMed MCP Server
cyanheadsSearch PubMed/Europe PMC, fetch articles and full text (PMC/EPMC/Unpaywall), citations, MeSH terms via MCP. STDIO or Streamable HTTP.
コメント