Skip to main content

Desktop Extension (.mcpb)

The SealMetrics Desktop Extension is a one-click bundle (.mcpb) that adds SealMetrics analytics to Claude Desktop — no terminal, no npx, no JSON config. Download it, double-click, and you're done.

This page is the reference for the extension itself (install, settings, updates). For the guided flows, see:

Which one do I need?
  • Claude Desktop, easiest path → this extension.
  • Any other client (Claude Code, Codex, Cursor, VS Code…)MCP Server.

What it is

NameSealMetrics Analytics
TypeClaude Desktop Extension — MCP bundle (.mcpb)
Latest version1.3.0
Package@sealmetrics/mcp (npm)
LicenseMIT
RunsLocally inside Claude Desktop, over HTTPS to the SealMetrics API. No data stored on your machine.

A .mcpb (MCP bundle) packages the SealMetrics MCP server plus its manifest so Claude Desktop can install and run it with a single click — the same server you'd otherwise wire up manually with npx -y @sealmetrics/mcp.


Requirements

  • Claude Desktop 0.10.0 or newer (latest recommended — download).
  • Works on macOS, Windows, and Linux.
  • Node.js 18+ — bundled with Claude Desktop's extension runtime, so you usually don't need to install anything.

Install

  1. Download the extension: Download SealMetrics for Claude Desktop  (sealmetrics.mcpb).
  2. Open Claude Desktop → Settings → Extensions.
  3. Drag the sealmetrics.mcpb file into the window (or click Install extension and pick the file).
  4. Click Install, then make sure the extension is enabled.

That's it. Next, configure it (below) or jump straight to creating an account from the chat.


Settings reference

On the extension's settings screen you'll find two fields:

SettingRequiredWhat it does
SealMetrics API keyNoLeave empty to register a brand-new site from the chat (the read-only analytics tools turn on automatically after you provision). Paste an existing read-only key to query your data immediately. Find it in your welcome email or at Settings → API Tokens. The key is read-only and scoped to your account.
API base URL (advanced)NoSealMetrics API base URL. Default: https://my.sealmetrics.com/api/v1. Leave as-is unless instructed otherwise.
The API key field decides the flow
  • Empty → "I don't have an account yet, create one for me." → see Agentic Package.
  • Filled → "I already have an account, let me query it now."

What the extension can do

The extension registers the setup tools plus ~47 read-only analytics tools. Claude calls them automatically — you never invoke them by hand.

ToolPurpose
provision_siteRegister a new free SealMetrics site from the chat. Returns the tracker snippet and emails a claim link.
verify_setupPoll until the pixel is confirmed installed (a real pageview reached the backend).
get_setup_statusReport whether a site is provisioned and its pixel verified.
detect_frameworkBest-effort detect your framework/CMS so the snippet is placed correctly.
get_instrumentation_guideThe canonical event-instrumentation guide for your account.
verify_event_instrumentedConfirm a conversion/microconversion event reached the backend (and validate it has no PII).
~47 read-only analytics toolsTraffic, pages, conversions, audience, channels, funnels, bot detection, and more.

See the complete tool catalog and parameters in the MCP Server reference.


Update

To update to a newer version:

  1. Download the latest sealmetrics.mcpb (the jsDelivr link always serves the latest published build).
  2. Install it the same way — Claude Desktop replaces the existing extension and keeps your settings.

You can check the installed version under Settings → Extensions → SealMetrics Analytics.


Uninstall

Go to Settings → Extensions → SealMetrics Analytics and click Remove (or toggle it off to disable temporarily). Your SealMetrics account and data are unaffected — removing the extension only disconnects Claude Desktop.


Privacy & safety

  • The extension runs locally and talks to the SealMetrics API over HTTPS. No analytics data is stored on your machine.
  • The API key it uses is read-only and scoped to your account.
  • provision_site is the only tool that writes anything, and only after you explicitly accept the Terms of Service. Everything else is read-only.
  • SealMetrics is cookieless and GDPR-compliant by design — see Security & Privacy.

Troubleshooting

The extension installed but Claude won't create an account

Make sure the API key field is empty — a key present makes the extension assume you already have an account and skips provisioning. Clear it, save, and ask again.

Tools disappeared after restarting Claude Desktop

Expected if you never saved an API key. Paste the key from your welcome email into the extension settings so the read-only tools persist.

The extension won't install

Confirm you're on Claude Desktop 0.10.0+ and that you downloaded the .mcpb file (not the raw source). Re-download from the link above and try again.

More fixes in the Agentic Package troubleshooting and MCP Server troubleshooting sections.


Resources