streamable-httpMITupdated 1mo ago
Public listing and documentation for the Mako Metrics Model Context Protocol (MCP) server.
Was kannst du mit Mako Metrics machen?
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 | 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 |
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 |
|---|---|---|
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.
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)
| 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.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.
Installation
Mako Metrics zu deinem Client hinzufügen. Wähl den, den du nutzt.
claude mcp add --transport http mako-metrics https://ufupdlaxddckqxbgbhwu.supabase.co/functions/v1/mcpcodex mcp add mako-metrics --url https://ufupdlaxddckqxbgbhwu.supabase.co/functions/v1/mcp{
"mcpServers": {
"mako-metrics": {
"url": "https://ufupdlaxddckqxbgbhwu.supabase.co/functions/v1/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"mako-metrics": {
"type": "http",
"url": "https://ufupdlaxddckqxbgbhwu.supabase.co/functions/v1/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"mako-metrics": {
"url": "https://ufupdlaxddckqxbgbhwu.supabase.co/functions/v1/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"mako-metrics": {
"serverUrl": "https://ufupdlaxddckqxbgbhwu.supabase.co/functions/v1/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Score
39 / 100
Unvollständig
- Dokumentation17/25
- Pflege16/25
- Vertrauen13/20
- Funktionsumfang0/15
- Installation12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 41 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Versionsverlauf
| Versionen | Veröffentlicht |
|---|---|
| 1.0.0Aktuell | 19. Mai 2026 |