Back to Browse

Mako Metrics MCP Server

Developer ToolsLow Risk10.0MCP RegistryRemote
Free

Server data from the Official MCP Registry

Competitor Meta ads intelligence reports. List plans, create orders, Stripe checkout for humans.

About

Competitor Meta ads intelligence reports. List plans, create orders, Stripe checkout for humans.

Remote endpoints: streamable-http: https://ufupdlaxddckqxbgbhwu.supabase.co/functions/v1/mcp

Security Report

10.0
Low Risk10.0Low Risk

Valid MCP server (1 strong, 1 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry. 1 finding(s) downgraded by scanner intelligence.

2 tools verified · Open access · 1 issue found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

How to Connect

Remote Plugin

No local installation needed. Your AI client connects to the remote endpoint directly.

Add this to your MCP configuration to connect:

{
  "mcpServers": {
    "com-makometrics-mako-metrics": {
      "url": "https://ufupdlaxddckqxbgbhwu.supabase.co/functions/v1/mcp"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

Mako Metrics MCP Server

Public 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 namecom.makometrics/mako-metrics
Endpointhttps://ufupdlaxddckqxbgbhwu.supabase.co/functions/v1/mcp
TransportStreamable HTTP (JSON-RPC 2.0 over POST)
ProtocolMCP 2025-06-18
Websitemakometrics.com
Pricingmakometrics.com/pricing

Tools

list_plans

Returns merchant info and all plans with pricing, scope, delivery, guarantee, and what's not included (public Ad Library data only).

No arguments.

create_order

Creates a draft order brief and returns a Stripe Payment Link. No payment is taken by this tool.

FieldRequiredNotes
planYessnapshot, dominator, or agency
emailYesCustomer work email
company_nameYes
company_websiteNo
revenue_bandYesunder_100k, 100k_1m, 1m_5m, 5m_10m, 10m_plus
industry_verticalYesSee tool schema
competitorsYesBrand or Meta Ad Library page names (1 / up to 5 / up to 10 by plan)
client_account_nameAgency only
notesNoOptional context

Response: intake_id, checkout_url, merchant, plan, price, summary, pricing_url, next_step.

Example agent prompts

  • "What Mako Metrics plans are available for competitor ad research?"
  • "Order a Competitor Snapshot for Acme Corp analyzing Nike — email billing@acme.com, ecommerce, revenue under $100k."
  • "Compare Mako's Dominator vs Snapshot plan and recommend one for a SaaS company tracking 3 competitors."

Connect in MCP clients

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.

Payment flow

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

Data handling

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.

Plans (summary)

PlanPriceCompetitors
Competitor Snapshot$24.99 one-time1
Market Dominator$79.99 / quarterUp to 5
Agency Plan$149.99 / monthUp to 10

Call list_plans for full inclusions, guarantees, and limitations.

Alternative: plain HTTP API

Agents that do not support MCP can POST the same brief to:

https://ufupdlaxddckqxbgbhwu.supabase.co/functions/v1/create-order-intake

Publish to MCP Registry

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

Security

See SECURITY.md. Report issues responsibly.

License

MIT — see LICENSE. The hosted service is operated by Mako Metrics; this repo is metadata and documentation only.

Reviews

No reviews yet

Be the first to review this server!