Mako Metrics MCP Server
Creates Stripe Payment Links for order checkout and receives webhooks upon payment completion.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Mako Metrics MCP ServerRecommend a plan for a SaaS company tracking 3 competitors."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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 name |
|
Endpoint |
|
Transport | Streamable HTTP (JSON-RPC 2.0 over POST) |
Protocol | MCP |
Website | |
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.
Field | Required | Notes |
| Yes |
|
| Yes | Customer work email |
| Yes | |
| No | |
| Yes |
|
| Yes | See tool schema |
| Yes | Brand or Meta Ad Library page names (1 / up to 5 / up to 10 by plan) |
| Agency only | |
| No | Optional context |
Response: intake_id, checkout_url, merchant, plan, price, summary, pricing_url, next_step.
Related MCP server: Meta Ads MCP
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/mcpNo 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 24hData 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)
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.
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.jsonSecurity
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.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/loganriebel/mako-metrics-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server