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
- Sign in with your email address — we send a link, there is no password.
- Connect Google (covers Search Console and Analytics) and, if you run ads, Meta.
- Choose which properties and ad accounts to expose. Nothing is readable until you pick it.
- Add the connector URL below to Claude and approve the request.
Connecting
Add this as a custom connector in Claude:
https://api.mevnix.com/mcpClaude 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
| Tool | What it answers |
|---|---|
gsc_search_performance | Search Console data with dimensions and filters — the general-purpose one |
gsc_top_queries | Queries bringing the most clicks |
gsc_top_pages | Pages earning the most clicks |
gsc_compare_periods | Two ranges compared, including rows that vanished |
ga4_traffic_overview | Sessions, users, engagement |
ga4_traffic_sources | Where visitors came from |
ga4_top_pages | Most viewed pages |
ga4_conversions | Key event counts |
ga4_realtime | Who is on the site right now |
ga4_compare_periods | Traffic period over period |
meta_campaign_performance | Spend, ROAS and conversions by campaign |
meta_adset_performance | Ad set metrics within a campaign |
meta_ad_performance | Individual creative performance |
meta_spend_summary | Spend over time |
meta_audience_breakdown | Performance by age, gender, country, placement |
meta_compare_campaigns | Named campaigns side by side |
meta_compare_periods | Spend 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].