← WebMCP Directory

Tool tree

komerza.com

Productivity & Business
https://komerza.com/
Storefronts, payments, and marketing for digital products
Explore capabilities

Tools verified

compare_platformAnswer

How Komerza compares with another platform for selling digital products (Gumroad, Lemon Squeezy, Whop, Sell.app, SellAuth, Sellhub, Shoppex): fees, limits, when the other platform is the better pick, and when Komerza is. Figures come from the competitor's own pricing pages, with sources and a verification date. Call with no competitor to list the available comparisons.

View tool JSON
{
  "name": "compare_platform",
  "kind": "answer",
  "impl": "imperative",
  "description": "How Komerza compares with another platform for selling digital products (Gumroad, Lemon Squeezy, Whop, Sell.app, SellAuth, Sellhub, Shoppex): fees, limits, when the other platform is the better pick, and when Komerza is. Figures come from the competitor's own pricing pages, with sources and a verification date. Call with no competitor to list the available comparisons.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "competitor": {
        "type": "string",
        "description": "Competitor name or slug, e.g. \"gumroad\" or \"Lemon Squeezy\". Omit to list all."
      }
    }
  }
}
get_pricingAnswer

Komerza's plans and prices in EUR: monthly and yearly cost, what each plan includes, and the fee model (0% transaction fees on every plan). Use for any question about what Komerza costs.

View tool JSON
{
  "name": "get_pricing",
  "kind": "answer",
  "impl": "imperative",
  "description": "Komerza's plans and prices in EUR: monthly and yearly cost, what each plan includes, and the fee model (0% transaction fees on every plan). Use for any question about what Komerza costs.",
  "inputSchema": {
    "type": "object",
    "properties": {}
  }
}
latest_blog_postsAnswer

The most recent posts on the Komerza blog: guides, product news and lessons from merchants selling digital products.

View tool JSON
{
  "name": "latest_blog_posts",
  "kind": "answer",
  "impl": "imperative",
  "description": "The most recent posts on the Komerza blog: guides, product news and lessons from merchants selling digital products.",
  "inputSchema": {
    "type": "object",
    "properties": {}
  }
}
list_featuresAnswer

The Komerza platform's features (storefront builder, AI builder, checkout, subscriptions, delivery, anti-fraud, affiliates, email marketing, analytics), each with a one-line summary and the page that explains it.

View tool JSON
{
  "name": "list_features",
  "kind": "answer",
  "impl": "imperative",
  "description": "The Komerza platform's features (storefront builder, AI builder, checkout, subscriptions, delivery, anti-fraud, affiliates, email marketing, analytics), each with a one-line summary and the page that explains it.",
  "inputSchema": {
    "type": "object",
    "properties": {}
  }
}
navigateAction

Open a page on komerza.com in this tab. Accepts a site-relative path such as /pricing, /features/checkout, /alternatives/gumroad, /blog or /about.

View tool JSON
{
  "name": "navigate",
  "kind": "act",
  "impl": "imperative",
  "description": "Open a page on komerza.com in this tab. Accepts a site-relative path such as /pricing, /features/checkout, /alternatives/gumroad, /blog or /about.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "path": {
        "type": "string",
        "description": "Site-relative path beginning with \"/\"."
      }
    },
    "required": [
      "path"
    ]
  }
}