Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

Explore

  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Tags index
  • Submit a server
  • Pricing

Learn

  • Guides hub
  • What is MCP?
  • Install guide
  • Troubleshooting
  • Security
  • Blog
  • Blog RSS

Tools

  • All tools
  • Config generator
  • Config validator
  • MCP playground
  • OpenAPI β†’ MCP
  • Badge generator

For agents

  • API docs
  • Trust & traffic
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
  • Remote MCP β†— (opens in a new tab)

Company

  • About
  • Contact
  • X (@AllMCPs) β†— (opens in a new tab)
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on Buildlist
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ“Š Monitoring
  3. Mako Metrics
M
Health: Not checked yetWe have not completed a health check for this listing yet.Last checked 8/10/2026, 11:27:40 PM

Mako Metrics

Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View RepositoryVisit Website

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

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Install Config Generator

Choose your client
claude_desktop_config.json
{
  "mcpServers": {
    "mako-metrics": {
      "command": "npx",
      "args": [
        "-y",
        "mako-metrics"
      ]
    }
  }
}

πŸ’‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

Install Directory Badge Claim listing AlternativesπŸ“Š More in Monitoring

Documentation Overview

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:

Code
https://ufupdlaxddckqxbgbhwu.supabase.co/functions/v1/mcp

No API key is required. See docs/CLIENT_SETUP.md for client-specific notes.

Payment flow

mermaid
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.

powershell
# 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.

Related MCP Servers

View all in Monitoring View all alternatives
  • Dynatrace Mcp logoDynatrace Mcp

    Leverage AI-driven observability, security, and automation to analyze anomalies, logs, traces, events, metrics.

    πŸ“Š Monitoring2 views
    Compare vs Dynatrace Mcp β†’
  • A
    AdAdvisor MCP Server

    Query Meta Ads performance data β€” accounts, campaigns, ad sets, ads, metrics & settings.

    πŸ“Š Monitoring0 views
    Compare vs AdAdvisor MCP Server β†’
  • A
    AdAdvisor MCP Server

    Query Meta Ads performance data β€” accounts, campaigns, ad sets, ads, metrics & settings.

    πŸ“Š Monitoring0 views
    Compare vs AdAdvisor MCP Server β†’
  • Langfuse Mcp Java logoLangfuse Mcp Java

    Query Langfuse traces, debug exceptions, analyze sessions, scores, datasets, schema, observations and manage prompts. Full observability toolkit for LLM applications. (https://github.com/langfuse/langfuse)

    πŸ“Š Monitoring3 views
    Compare vs Langfuse Mcp Java β†’

Frequently Asked Questions about Mako Metrics

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "mako-metrics": { "command": "npx", "args": ["-y", "Mako Metrics"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewMako Metrics AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/mako-metrics?style=directory)](https://allmcps.com/mcp/mako-metrics)
HTML Embed
<a href="https://allmcps.com/mcp/mako-metrics"><img src="https://allmcps.com/api/badge/mako-metrics?style=directory" alt="Mako Metrics on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ“ŠMonitoring
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
0/5 checks healthy over the last 7h
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
27Quality signal: Emerging Β· 27/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership8/20
Documentation & tools11/30
Adoption & activity1/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… FeaturedAllMCPs Server logo

AllMCPs Server

The official MCP server for AllMCPs.com - submit and manage tools directly from your AI. The open directory for MCP servers. Connect Claude, Cursor, Windsurf, and AI agents to databases, tools, files, and APIs. Explore 3,181+ servers. AllMCPs is the premier, open directory for discovering, evaluating, and installing Model Context Protocol (MCP) servers to equip AI agents and LLMs with real-world superpowers.

Explore Server β†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to get the verified badge.

Free dofollow backlink: after claiming, verify your product site and place a dofollow AllMCPs badge β€” we recheck it stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ“Š Monitoring β†’Best MCP servers for Monitoring & Observability β†’Alternatives to Mako Metrics β†’Install in Claude DesktopInstall in CursorInstall in VS Code