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 IDscreate_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 trendsget_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 statisticsget_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