You're viewing a demo portfolio

Join the waitlist
PRSM

create_order

Active

Tool of Mako Metrics

declared in 1.0.0

Create a Mako Metrics order brief for a customer and return a Stripe checkout link for them to complete payment. The PDF report is emailed within 24h after payment. No payment is taken by this tool — it only returns a pay link the human opens.

Parameters schema

{
  "type": "object",
  "required": [
    "plan",
    "email",
    "company_name",
    "revenue_band",
    "industry_vertical",
    "competitors"
  ],
  "properties": {
    "plan": {
      "enum": [
        "snapshot",
        "dominator",
        "agency"
      ],
      "type": "string"
    },
    "email": {
      "type": "string",
      "description": "Customer work email (receipt + delivery)."
    },
    "notes": {
      "type": "string"
    },
    "competitors": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "Brand or Meta Ad Library page names. Snapshot=1, Dominator=up to 5, Agency=up to 10."
    },
    "company_name": {
      "type": "string"
    },
    "revenue_band": {
      "enum": [
        "under_100k",
        "100k_1m",
        "1m_5m",
        "5m_10m",
        "10m_plus"
      ],
      "type": "string"
    },
    "company_website": {
      "type": "string"
    },
    "industry_vertical": {
      "enum": [
        "ecommerce",
        "software_saas",
        "services_local",
        "finance",
        "health_wellness",
        "education",
        "media_publishing",
        "other"
      ],
      "type": "string"
    },
    "client_account_name": {
      "type": "string",
      "description": "Required for the agency plan: the client this batch is for."
    }
  },
  "additionalProperties": false
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

Mako Metrics

https://github.com/loganriebel/mako-metrics-mcp

1/7 registries
View full server →