Owlmetry
MCP

MCP

Connect AI agents directly to Owlmetry via the Model Context Protocol — the recommended path for coding agents. No CLI installation needed.

The Owlmetry MCP endpoint lets AI agents connect directly to your Owlmetry server over HTTP. Instead of installing the CLI and keeping it up to date, agents configure a URL once and always get the latest tools — every deploy is instantly live.

Recommended for AI agents. If your coding agent supports MCP (Claude Code, Cursor, VS Code Copilot, Windsurf, Zed, JetBrains, Cline, Roo Code), use the MCP endpoint instead of the CLI. No installation, no updates, 69 tools available instantly.

Ready to connect? Jump to Setup for editor-specific configuration.

The endpoint exposes 69 tools covering the same capabilities as the CLI: managing projects, apps, metrics, and funnels; querying events and analytics; triaging issues, feedback, and attachments; running integrations and background jobs; ranking ad campaigns by revenue; tracking App Store ratings + reviews; and viewing audit logs.

How it works

The MCP endpoint lives at /mcp on your Owlmetry API server. It uses the Streamable HTTP transport in stateless JSON mode — each request is independent, no session management needed.

Agents authenticate with an owl_agent_* API key passed as a Bearer token. The endpoint forwards each tool call to the corresponding REST route internally, so all existing permission checks and validation apply.

Unlike the CLI (which requires npm install, periodic updates, and an interactive login flow), the MCP endpoint needs only a URL and an API key pasted into your editor's config file once.

Available tools

DomainToolsCount
Authwhoami, create-import-key2
Projectslist-projects, get-project, create-project, update-project4
Appslist-apps, get-app, create-app, update-app, list-app-users5
Eventsquery-events, get-event, investigate-event3
Metricslist-metrics, get-metric, create-metric, update-metric, delete-metric, query-metric, list-metric-events7
Funnelslist-funnels, get-funnel, create-funnel, update-funnel, delete-funnel, query-funnel6
Issueslist-issues, get-issue, resolve-issue, silence-issue, snooze-issue, reopen-issue, claim-issue, merge-issues, list-issue-comments, add-issue-comment10
Feedbacklist-feedback, get-feedback, update-feedback-status, add-feedback-comment4
Attachmentslist-attachments, get-attachment, delete-attachment, get-project-attachment-usage4
Integrationslist-providers, list-integrations, add-integration, update-integration, remove-integration, sync-integration, copy-integration, get-revenuecat-webhook-setup8
Jobslist-jobs, get-job, trigger-job, cancel-job4
Audit Logslist-audit-logs1
Adslist-ad-campaigns, list-ad-groups, list-ad-leaves, sync-ads4
Ratingslist-app-ratings, list-ratings-by-country, sync-app-ratings3
Reviewslist-reviews, get-review, respond-to-review, delete-review-response4

Agent resources

The server also exposes MCP resources that clients can read on connection:

URIDescription
owlmetry://guideOperational guide — concepts, resource hierarchy, workflows, and conventions

SDK integration guides (Swift, Node.js, CLI) are distributed as a separate Claude Code plugin marketplace. Install inside Claude Code with /plugin marketplace add owlmetry/owlmetry-skills.

Ready to get started?

Connect your agent via MCP or CLI and start tracking.