Lets Claude browse Meta ads competitor intelligence plans and generate Stripe checkout links for done-for-you PDF reports. Exposes two tools: list_plans returns pricing and scope for Snapshot, Dominator, and Agency tiers, while create_order accepts company details, revenue band, industry vertical, and competitor names, then returns a payment link for the human to complete. No payment happens inside the agent. The brief gets stored, Stripe handles checkout, and the report ships within 24 hours. Reach for this when you want an agent to help scope and order competitive ad research without building your own Meta scraping stack or handling payment flows.
Public tool metadata for what this MCP can expose to an agent.
list_plansList Mako Metrics plans with pricing, what's included, scope limits, delivery, guarantee, and links to verify the merchant. Use this to recommend a plan before ordering.List Mako Metrics plans with pricing, what's included, scope limits, delivery, guarantee, and links to verify the merchant. Use this to recommend a plan before ordering.
No parameter schema in public metadata yet.
create_orderCreate a Mako Metrics order brief for a customer and return a Stripe checkout link for them to complete payment. The PDF report is emailed within 24h after payment. No payment is taken by this tool — it only returns a pay link the human opens.9 paramsCreate a Mako Metrics order brief for a customer and return a Stripe checkout link for them to complete payment. The PDF report is emailed within 24h after payment. No payment is taken by this tool — it only returns a pay link the human opens.
planstringsnapshot · dominator · agencyemailstringnotesstringcompetitorsarraycompany_namestringrevenue_bandstringunder_100k · 100k_1m · 1m_5m · 5m_10m · 10m_pluscompany_websitestringindustry_verticalstringecommerce · software_saas · services_local · finance · health_wellness · educationclient_account_namestringPublic listing and documentation for the Mako Metrics Model Context Protocol (MCP) server.
Mako Metrics sells done-for-you competitor Meta ads intelligence reports (PDF). This MCP lets AI agents recommend a plan, collect an order brief, and return a Stripe checkout link for the human to complete payment.
| Registry name | com.makometrics/mako-metrics |
| Endpoint | https://ufupdlaxddckqxbgbhwu.supabase.co/functions/v1/mcp |
| Transport | Streamable HTTP (JSON-RPC 2.0 over POST) |
| Protocol | MCP 2025-06-18 |
| Website | makometrics.com |
| Pricing | makometrics.com/pricing |
list_plansReturns merchant info and all plans with pricing, scope, delivery, guarantee, and what's not included (public Ad Library data only).
No arguments.
create_orderCreates a draft order brief and returns a Stripe Payment Link. No payment is taken by this tool.
| Field | Required | Notes |
|---|---|---|
plan | Yes | snapshot, dominator, or agency |
email | Yes | Customer work email |
company_name | Yes | |
company_website | No | |
revenue_band | Yes | under_100k, 100k_1m, 1m_5m, 5m_10m, 10m_plus |
industry_vertical | Yes | See tool schema |
competitors | Yes | Brand or Meta Ad Library page names (1 / up to 5 / up to 10 by plan) |
client_account_name | Agency only | |
notes | No | Optional context |
Response: intake_id, checkout_url, merchant, plan, price, summary, pricing_url, next_step.
Use the remote URL with streamable-http transport:
https://ufupdlaxddckqxbgbhwu.supabase.co/functions/v1/mcp
No API key is required. See docs/CLIENT_SETUP.md for client-specific notes.
sequenceDiagram
participant Agent
participant MCP as Mako_MCP
participant DB as order_intakes
participant Human
participant Stripe
Agent->>MCP: create_order(brief)
MCP->>DB: insert draft
MCP-->>Agent: checkout_url
Agent->>Human: Open link to pay
Human->>Stripe: Complete checkout
Stripe-->>MCP: webhook
Note over MCP: Report emailed within 24h
create_order stores: email, company name, optional website, revenue band, industry, competitor names, optional notes, and plan. Data is used to fulfill the report and send purchase notifications. See makometrics.com/privacy.
| Plan | Price | Competitors |
|---|---|---|
| Competitor Snapshot | $24.99 one-time | 1 |
| Market Dominator | $79.99 / quarter | Up to 5 |
| Agency Plan | $149.99 / month | Up to 10 |
Call list_plans for full inclusions, guarantees, and limitations.
Agents that do not support MCP can POST the same brief to:
https://ufupdlaxddckqxbgbhwu.supabase.co/functions/v1/create-order-intake
This repo contains server.json for the official MCP Registry.
# From this directory (after DNS auth — see docs/DNS_VERIFICATION.md)
.\mcp-publisher.exe validate server.json
.\mcp-publisher.exe login dns --domain=makometrics.com --private-key=<hex>
.\mcp-publisher.exe publish server.json
See SECURITY.md. Report issues responsibly.
MIT — see LICENSE. The hosted service is operated by Mako Metrics; this repo is metadata and documentation only.
io.github.shelvick/shopify-subscription-reconciliation
zleventer/google-ads-mcp
csoai-org/meok-stripe-acp-checkout-mcp
io.github.mharnett/google-ads
csoai-org/stripe-billing-mcp
co.pipeboard/google-ads-mcp