Token导航 LogoToken导航TokenDH.com
LO
数据服务HTTP官方级别未说明来源级核验

Lodd analytics

MCP Server

Lodd.dev is headless web analytics for AI agents. 34 tools covering traffic, events, funnels, conversions, actor analytics, annotations, and trackable links. Free up to 2,500 events/mo. Get started a…

工具数

公开资料未说明
JavaScriptAPI密钥HTTP数据分析

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

最后核验

2026/5/17 23:50

运行时

Node.js

快速接入

先看主来源和安装命令,再打开仓库或文档;下面只保留这个条目的关键接入事实。

命令预览

npx -y smithery mcp add lodd/analytics

详细介绍

Lodd analytics

Lodd.dev is headless web analytics for AI agents. 34 tools covering traffic, events, funnels, conversions, actor analytics, annotations, and trackable links. Free up to 2,500 events/mo. Get started a…

Quick Start

# Connect this server (installs CLI if needed)
npx -y smithery mcp add lodd/analytics

# Browse available tools
npx -y smithery tool list lodd/analytics

# Get full schema for a tool
npx -y smithery tool get lodd/analytics list_sites

# Call a tool
npx -y smithery tool call lodd/analytics list_sites '{}'

Direct MCP Connection

Endpoint: https://analytics--lodd.run.tools

Tools (32)

  • list_sites — List all websites you have access to with their domains and IDs
  • create_site — Register a new website for analytics tracking. Returns the site ID, tracking secret, and the script tag to embed.
  • exclude_my_ip — Exclude an IP address from analytics tracking for a site. Prevents the user's own visits from appearing in the data. In…
  • get_analytics — Get aggregate analytics for a site (visitors, page views, bounce rate, etc.) with automatic comparison to the previous …
  • get_snapshot — Quick today vs yesterday comparison: visitors, top referrer, top country, and duration trends
  • get_timeseries — Get visitor and page view counts bucketed over time (hourly or daily). Returns an array of {date_label, page_views, uni…
  • get_funnel — Compute a conversion funnel across an ordered sequence of pageview URLs and custom events. Returns per-step session cou…
  • get_performance — Get page load time metrics (average, median, p95) grouped by page URL, device type, country, or browser. Only includes …
  • get_pages — Get pages ranked by traffic. Call twice with different periods to compare page performance over time. Optionally filter…
  • get_traffic_sources — Get traffic sources: referrers, trackable links, and UTM campaigns combined. Shows where visitors are coming from. Call…
  • get_countries — Get visitor geography breakdown by country. Call twice with different periods (e.g. '2026-04-01..2026-04-07' vs '2026-0…
  • get_tech_breakdown — Get browser, operating system, and device type distribution in one call. Optional filters segment by country, browser, …
  • get_entry_exit_pages — Get entry pages (where sessions start) and exit pages (where sessions end). Shows which pages attract new visits and wh…
  • get_bot_report — Show bot and crawler traffic that's been filtered from analytics. Groups by user agent, showing sessions, page views, c…
  • get_event_counts — Get a summary of all custom events tracked on a site, showing event names with their total count and unique sessions. O…
  • get_events — Get individual custom event records with their properties. Optionally filter by event name.
  • get_event_timeseries — Get event counts bucketed over time for a specific event. Useful for seeing how event frequency changes. Optional filte…
  • get_realtime — Get the number of currently active visitors on a site (visitors with activity in the last 5 minutes)
  • create_trackable_link — Create a trackable link for campaign attribution. Append ?ld= to your destination URL when sharing — clicks are a…
  • list_trackable_links — List all trackable links for a site with their click statistics
  • get_link_clicks — Get click data for a specific trackable link, including referrers and countries. Returns up to 1000 most recent clicks.
  • get_usage — Get current month's event usage and plan limits. Returns plan type, events used, monthly limit, and percentage.
  • get_conversion_pages — Find which pages lead to a specific conversion event. Shows pages viewed before the event in the same session, with con…
  • get_source_conversions — Compare traffic sources by conversion rate for a specific event. Shows which referrers, UTM campaigns, and trackable li…
  • create_api_key — Generate a new API key for the current user. Use this to create keys for managed agents, CI pipelines, or other tools t…
  • list_api_keys — List all API keys for the current user. Shows key prefix, name, creation date, and last used date. Does not reveal full…
  • revoke_api_key — Permanently deactivate an API key. The key will immediately stop working. Use list_api_keys to find key IDs. Cannot be …
  • get_active_actors — List distinct actors (opaque hashed identifiers) with their event counts, first/last seen, and total revenue. Actors ar…
  • get_actor_activity — Get the event timeline for a specific actor hash. Shows all events in chronological order with properties and revenue. …
  • get_actor_retention — Get weekly cohort retention by actor hash. Groups actors by the week they first appeared, then shows how many returned …
  • create_annotation — Record a user-facing change that may affect analytics. Call after deploying changes to pages, flows, or tracking. Skip …
  • list_annotations — List annotations (deploy notes, change records) for a site within a time period.
# Get full input/output schema for a tool
npx -y smithery tool get lodd/analytics 

目录标签

目录标签

JavaScriptAPI密钥HTTP数据分析

接入字段

传输方式(transport,传输协议)

HTTP

鉴权方式(authType,认证方式)

api-key

运行时(runtime,运行环境)

Node.js

权限和风险

HTTPapi-key部署方式未说明

接入前请确认传输方式、认证方式和部署位置,并根据实际工具能力限制访问范围。

安装前确认

不要直接授予不必要的文件、网络或账号权限;先核对安装命令和配置内容。

仍需确认:category

来源信息

继续浏览同类 MCP