{
  "markdown": "# Mako Metrics MCP Server\n\nPublic listing and documentation for the **Mako Metrics** Model Context Protocol (MCP) server.\n\nMako 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.\n\n| | |\n|---|---|\n| **Registry name** | `com.makometrics/mako-metrics` |\n| **Endpoint** | `https://ufupdlaxddckqxbgbhwu.supabase.co/functions/v1/mcp` |\n| **Transport** | Streamable HTTP (JSON-RPC 2.0 over POST) |\n| **Protocol** | MCP `2025-06-18` |\n| **Website** | [makometrics.com](https://makometrics.com) |\n| **Pricing** | [makometrics.com/pricing](https://makometrics.com/pricing) |\n\n## Tools\n\n### `list_plans`\n\nReturns merchant info and all plans with pricing, scope, delivery, guarantee, and what's **not** included (public Ad Library data only).\n\nNo arguments.\n\n### `create_order`\n\nCreates a draft order brief and returns a Stripe Payment Link. **No payment is taken by this tool.**\n\n| Field | Required | Notes |\n|-------|----------|-------|\n| `plan` | Yes | `snapshot`, `dominator`, or `agency` |\n| `email` | Yes | Customer work email |\n| `company_name` | Yes | |\n| `company_website` | No | |\n| `revenue_band` | Yes | `under_100k`, `100k_1m`, `1m_5m`, `5m_10m`, `10m_plus` |\n| `industry_vertical` | Yes | See tool schema |\n| `competitors` | Yes | Brand or Meta Ad Library page names (1 / up to 5 / up to 10 by plan) |\n| `client_account_name` | Agency only | |\n| `notes` | No | Optional context |\n\n**Response:** `intake_id`, `checkout_url`, `merchant`, `plan`, `price`, `summary`, `pricing_url`, `next_step`.\n\n## Example agent prompts\n\n- \"What Mako Metrics plans are available for competitor ad research?\"\n- \"Order a Competitor Snapshot for Acme Corp analyzing Nike — email billing@acme.com, ecommerce, revenue under $100k.\"\n- \"Compare Mako's Dominator vs Snapshot plan and recommend one for a SaaS company tracking 3 competitors.\"\n\n## Connect in MCP clients\n\nUse the remote URL with **streamable-http** transport:\n\n```\nhttps://ufupdlaxddckqxbgbhwu.supabase.co/functions/v1/mcp\n```\n\nNo API key is required. See [docs/CLIENT_SETUP.md](docs/CLIENT_SETUP.md) for client-specific notes.\n\n## Payment flow\n\n```mermaid\nsequenceDiagram\n  participant Agent\n  participant MCP as Mako_MCP\n  participant DB as order_intakes\n  participant Human\n  participant Stripe\n\n  Agent->>MCP: create_order(brief)\n  MCP->>DB: insert draft\n  MCP-->>Agent: checkout_url\n  Agent->>Human: Open link to pay\n  Human->>Stripe: Complete checkout\n  Stripe-->>MCP: webhook\n  Note over MCP: Report emailed within 24h\n```\n\n## Data handling\n\n`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](https://makometrics.com/privacy).\n\n## Plans (summary)\n\n| Plan | Price | Competitors |\n|------|-------|-------------|\n| Competitor Snapshot | $24.99 one-time | 1 |\n| Market Dominator | $79.99 / quarter | Up to 5 |\n| Agency Plan | $149.99 / month | Up to 10 |\n\nCall `list_plans` for full inclusions, guarantees, and limitations.\n\n## Alternative: plain HTTP API\n\nAgents that do not support MCP can `POST` the same brief to:\n\n`https://ufupdlaxddckqxbgbhwu.supabase.co/functions/v1/create-order-intake`\n\n## Publish to MCP Registry\n\nThis repo contains [`server.json`](server.json) for the [official MCP Registry](https://github.com/modelcontextprotocol/registry).\n\n```powershell\n# From this directory (after DNS auth — see docs/DNS_VERIFICATION.md)\n.\\mcp-publisher.exe validate server.json\n.\\mcp-publisher.exe login dns --domain=makometrics.com --private-key=<hex>\n.\\mcp-publisher.exe publish server.json\n```\n\n## Security\n\nSee [SECURITY.md](SECURITY.md). Report issues responsibly.\n\n## License\n\nMIT — see [LICENSE](LICENSE). The hosted service is operated by Mako Metrics; this repo is metadata and documentation only.\n",
  "bytes": 3993,
  "sha": "73874a1afe108965d75f2477b9921b29edbf1dde8e3e2a5a733e3156fecf8da3",
  "repo_slug": "loganriebel/mako-metrics-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_com_makometrics_mako_metrics_4e868bf8/readme"
}