Claude Connector
Connect Savri to Anthropic's Claude (claude.ai) and ask your analytics data in natural language.
Savri is an official Connector in Anthropic's Connectors Directory. No API keys to copy, connect with one click via OAuth.
What is this?
The Connector lets Claude, Anthropic's AI assistant, read data from your Savri account through the Model Context Protocol (MCP). You can ask Claude things like "what are the top pages on my site this week?" or "compare traffic to last month", and get answers from your real data.
The connection is always activated manually by you from Claude. It requests read and write access to the sites in your Savri account, the same data you see when logged in. No API keys to manage, no config files.
Get started
- Go to claude.ai → Settings → Connectors.
- Click "Add Connector" and choose Savri (or "Custom Connector" if we're not yet listed in your region).
- If you add us as a Custom Connector, use this URL:
https://savri.io/api/mcp - Click "Connect" and sign in with your existing account. Approve the requested permissions on the consent screen.
- Done. Ask Claude something like "fetch this week's visitor stats from Savri", Claude will ask for confirmation the first time a tool runs.
What does Claude get access to?
The Connector exposes 15 tools across two permission scopes:
Read (read scope)
savri_list_sites, List all sites you have access tosavri_get_stats, Get visitor statistics (visitors, pageviews, sessions, bounce rate, daily breakdown)savri_get_pages, Get top pages for a periodsavri_get_referrers, Get traffic sources (referrers)savri_get_countries, Get geographic distribution of visitorssavri_list_properties, List registered event propertiessavri_list_goals, List conversion goals and their completion countssavri_list_funnels, List conversion funnelssavri_get_funnel_stats, Get funnel statistics (per-step drop-off, overall conversion)
Write (write scope)
savri_create_property, Register a new event propertysavri_delete_property, Delete an event property (and its stored values)savri_create_goal, Create a new conversion goalsavri_delete_goal, Delete a conversion goal (and its completion history)savri_create_funnel, Create a new conversion funnelsavri_delete_funnel, Delete a conversion funnel
Security
- OAuth 2.0. No API keys, Claude authenticates using a standard OAuth flow. Your password is never shared with Anthropic. Savri issues a short-lived access token (1 hour) and a refresh token (30 days) per Claude connection.
- PKCE-protected. We require Proof Key for Code Exchange (S256) on the authorization code flow. Plain code_challenge is not allowed.
- Scope-based access. The token is limited to the scopes you approve on the consent screen (read, write). Claude can never see sites you don't have access to yourself.
- Token rotation. Refresh tokens are rotated on every use. Any attempt to reuse an old refresh token is automatically revoked.
- Revocation. You can disconnect at any time, either in Claude or with us. Tokens cannot be used after revocation.
Revoke the connection
There are two ways to revoke the Connector's access:
- In claude.ai → Settings → Connectors → select {brandName} and click "Disconnect". This is the easiest way.
- Anthropic then calls our revocation endpoint and tokens are revoked immediately.
You can also manually revoke all active tokens from the Savri API keys view: /settings/api-keys.
Frequently asked questions
What happens to my data at Anthropic?
Anthropic has its own terms governing how data passing through Claude is handled. Savri only sends data when Claude explicitly calls a tool at your request, we never share data proactively or in the background.
Can I limit which sites Claude has access to?
Yes. The Connector inherits your own site permissions. If you're a team member on a site, Claude only sees that site, not sites owned by other users.
Do I have to use Claude to use you?
No, absolutely not. The Connector is an optional integration. The regular dashboard works exactly as before.
Where is the full privacy policy?
The full policy is on the privacy page, section 10 specifically covers the Claude Connector.
This Connector is maintained by the Savri team. For questions, contact support via the help button in the dashboard.