HeyMetra
MCP serverDatabases & dataAsk across your ads, analytics, store, CRM and subscription accounts; writes wait for approval.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use HeyMetra
From the project's README
As published by zeisoft/heymetra-mcp in README.md.
Manage your business with your AI assistant.
A remote MCP server for the accounts your business already runs on — ads, analytics, store, CRM, mobile subscriptions. Connect them once, then ask about all of them together from Claude, ChatGPT, Cursor or whichever assistant you already pay for.
https://mcp.heymetra.com/mcp
What this is
Most MCP servers cover one vendor. Connect the Google Ads one and it will tell you what you spent; it cannot tell you what you earned, because the money arrived in Stripe, or Shopify, or Adapty, and that is a different server with a different login.
HeyMetra is one server over all of them. Spend, traffic, store and revenue answer the same question at the same time, which is the only way a question like "did that campaign pay for itself?" has an answer at all.
Two consequences worth knowing before you read further:
- The model is yours. HeyMetra has no chat interface and buys no inference. Your assistant calls our tools using the subscription you already have, which is why a seat costs what it costs.
- The tool list is yours too. A workspace sees tools for the accounts it has connected and nothing else. There is no fixed catalogue of 57 tools sitting in your assistant's context — only the ones that can actually answer.
Of those tools, 45 read and 12 write. Every one of the 12 stops and asks a person first. See Writes stop for a person.
Who it's for
- Founders and small teams with no analyst. "How did we do last week?" should not require a dashboard tour.
- Marketing and growth with budget split across platforms. "Where are we burning money?" is a cross-account question by definition.
- Agencies where every client wants their own report, yesterday.
- Mobile app owners — ad spend lives in one place and subscription revenue in another. This is the gap HeyMetra was built around: AppsFlyer, Adapty, RevenueCat and App Store Connect sit beside Google Ads and Meta, on one connection.
Not for you if you want a chat product or a dashboard. HeyMetra is neither, and it is paid — no free plan, no trial. The current plans are on the pricing page.
Connect it
The address is the same everywhere:
https://mcp.heymetra.com/mcp
Your assistant will send you through a sign-in once, and HeyMetra never sees a password for any connected account — authorisation happens at the provider.
Anthropic calls a connected MCP server a connector. Add it from Claude's own settings; on Team and Enterprise plans only an owner can add it, under Organization settings.
Full walkthrough: heymetra.com/mcp/claude/
The endpoint has to include its /mcp path here. OpenAI has moved this setting more than once, so if the menu disagrees with this line, trust the menu and tell us.
Full walkthrough: heymetra.com/mcp/chatgpt/
xAI calls this "bring your own MCP". It asks for the MCP server URL and nothing else.
Full walkthrough: heymetra.com/mcp/grok/
Perplexity documents remote connectors as a Pro, Max and Enterprise feature.
Full walkthrough: heymetra.com/mcp/perplexity/
claude mcp add --transport http heymetra https://mcp.heymetra.com/mcp
Or a .mcp.json in the project root. /mcp inside a session shows what connected.
Full walkthrough: heymetra.com/mcp/claude-code/
[mcp_servers.heymetra]
url = "https://mcp.heymetra.com/mcp"
Then codex mcp login.
Full walkthrough: heymetra.com/mcp/codex/
{
"mcpServers": {
"heymetra": { "url": "https://mcp.heymetra.com/mcp" }
}
}
Leave the static OAuth fields empty — they exist for servers that cannot register themselves, and this one can.
Full walkthrough: heymetra.com/mcp/cursor/
{
"mcpServers": {
"heymetra": { "serverUrl": "https://mcp.heymetra.com/mcp" }
}
}
The key is serverUrl, not url — the one thing Antigravity spells differently from every other JSON client.
Full walkthrough: heymetra.com/mcp/antigravity/
New to any of this? What an MCP server is, and how it differs from an API.
What you can ask
Questions that need two accounts at once are the point:
Which channel actually paid for itself last month — spend against subscription revenue, not installs?
Search Console clicks fell last week. Which queries lost them, and did orders move with them?
Compare cost per trial across platforms for the last 28 days.
Which leads in the CRM came from the campaign that started on Monday?
Cut the budget on the ad set with the worst cost per purchase by 20%.
The last one does not run. It comes back as a change for you to approve.
Writes stop for a person
A tool that would change an account returns the proposed change instead of executing it. You approve it, and the payload you approved is the payload that runs — the model does not get to reconsider after the fact.
The bounds are values in code, not instructions in a prompt:
| Bound | Value |
|---|---|
| Budget change in one action | ±50% |
| Absolute budget ceiling | 10,000 in the account's currency |
| Campaigns touched by one action | 5 |
| Account-changing writes per rolling day | 20 |
| Messages sent per rolling day | 20, counted separately |
| Approval expires after | 30 minutes |
The last one matters more than it looks: an approval card left open overnight is a decision made against yesterday's numbers.
What HeyMetra does not claim: no SOC 2, no ISO certification, no penetration test. The security page says so in those words, along with what is actually in place.
Connectors
Every connector in the catalogue, by category. Which of these you can connect today is on each connector's own page — that list moves, and a README is the wrong place to freeze it.
Ads — Google Ads · Meta
Analytics — Google Analytics 4 · Google Search Console
Ecommerce — Shopify · Trendyol · WooCommerce
Revenue & CRM — Stripe · HubSpot · Zoho CRM · Zoho SalesIQ · Zoho Marketing Automation
Mobile — AppsFlyer · RevenueCat · Adapty · App Store Connect
Channels (delivery, not data) — Slack · Telegram · Email
Missing one you need? Ask inside the assistant — submit_feedback sends the request to us in your own words — or write to us.
How it works
- Transport — Streamable HTTP. SSE is not offered.
- Authorisation — OAuth 2.1. The server publishes an RFC 9728 protected-resource document, so a client discovers where to sign in rather than being told. Nothing is pasted into a config file except the address above.
- Per-workspace surface — tools are resolved per request from the accounts that workspace has connected. A revoked token stops working on the next call, not whenever the transport session happens to end.
- Change notifications — connect an account mid-conversation and the tool list updates in place.
Published in the Official MCP Registry as com.heymetra/heymetra.
Links
| Product | heymetra.com |
| Pricing | heymetra.com/pricing/ |
| Connectors | heymetra.com/connectors/ |
| Setup per assistant | heymetra.com/mcp/ |
| Security and limits | heymetra.com/security/ |
| Comparisons | heymetra.com/compare/ |
| MCP server directory | heymetra.com/mcp/directory/ |
| Writing | heymetra.com/blog/ |
| About | heymetra.com/about/ |
| Contact | hello@heymetra.com |
This repository is documentation. HeyMetra itself is a hosted service and its source is not public; there is nothing to install or run from here. Corrections and questions are welcome as issues — a wrong setup line is worth reporting, because the reader follows it, fails, and concludes the product is broken.
Advanced
- Delivery
- heymetra MCP server → your ahel gateway (mcp.ahel.ai) → every connected AI client.
- Catalog kind
- mcp-server
- Gateway key
com-heymetra-heymetra- Source
- github.com/zeisoft/heymetra-mcp
- Hosted endpoint
https://mcp.heymetra.com/mcp