Mevnix

Mevnix documentation

Mevnix connects your marketing data to AI tools over the Model Context Protocol. You connect accounts once here; you ask your questions in Claude.

Setup

  1. Sign in with your email address — we send a link, there is no password.
  2. Connect Google (covers Search Console and Analytics) and, if you run ads, Meta.
  3. Choose which properties and ad accounts to expose. Nothing is readable until you pick it.
  4. Add the connector URL below to Claude and approve the request.

Connecting

Add this as a custom connector in Claude:

https://api.mevnix.com/mcp

Claude will send you here to sign in and approve access. For clients that cannot open a browser — Cursor, scripts, CI — create an API key on the API keys page and send it as a bearer token:

claude mcp add --transport http mevnix https://api.mevnix.com/mcp \
  --header "Authorization: Bearer mvx_your_key"

Authentication

The connector uses OAuth 2.1 with PKCE. Access is read-only: no tool in Mevnix can create, change, publish or delete anything in your accounts. Revoke a tool at any time under Authorized apps — it loses access immediately.

Example questions

  • Which pages lost organic traffic in the last month compared with the month before?
  • What queries containing a competitor's name are we ranking for, and on which page?
  • How did my ads perform this week, and should I kill any campaigns?

Tools

ToolWhat it answers
gsc_search_performanceSearch Console data with dimensions and filters — the general-purpose one
gsc_top_queriesQueries bringing the most clicks
gsc_top_pagesPages earning the most clicks
gsc_compare_periodsTwo ranges compared, including rows that vanished
ga4_traffic_overviewSessions, users, engagement
ga4_traffic_sourcesWhere visitors came from
ga4_top_pagesMost viewed pages
ga4_conversionsKey event counts
ga4_realtimeWho is on the site right now
ga4_compare_periodsTraffic period over period
meta_campaign_performanceSpend, ROAS and conversions by campaign
meta_adset_performanceAd set metrics within a campaign
meta_ad_performanceIndividual creative performance
meta_spend_summarySpend over time
meta_audience_breakdownPerformance by age, gender, country, placement
meta_compare_campaignsNamed campaigns side by side
meta_compare_periodsSpend period over period

Limits

Free accounts may expose one source of each type and make 50 tool calls per rolling 24 hours. Pro removes both limits — see Billing.

Responses are cached so repeated questions do not exhaust upstream API quota: Search Console for six hours (its data is two to three days behind regardless), Analytics for one hour, realtime for one minute, and Meta Ads for thirty minutes. Cached responses carry the time they were fetched.

Support

Email [email protected].