Getly

Created By
Getly-Store4 days ago
Your AI assistant runs a real digital-products store: create & publish products (2GB file delivery included), write blog posts, mint card + crypto checkout links, manage coupons and license keys, read sales stats. 18 tools, destructive actions confirm-gated. Get an API key at getly.store/dashboard/developer/keys — free, you pay only per sale.
Overview

Getly — your AI runs a real digital-products store

Getly.store is a digital-goods marketplace that doubles as a headless commerce backend. This MCP server lets Claude, Cursor or any MCP client run a store end-to-end: payments (cards + USDT/USDC), 2GB file delivery, receipts, license keys and payouts are all handled by the platform.

What your AI can do

  • Products: create, update, publish, archive; upload files (up to 2GB) and images
  • Sell in conversation: mint instant checkout links — buyers pay by card or crypto, no account needed; correlate payments back to the chat via reference
  • Content marketing: write & publish blog posts (markdown, with [product:slug] embed cards)
  • Discounts: create and list coupons (high-discount actions are confirmation-gated)
  • License keys: list issued keys for software products
  • Analytics: sales stats, category search, store info

18 tools total. Destructive actions (archive, publish, big discounts) require explicit confirm: true — a prompt-injected review can't nuke your store.

Quickstart

  1. Get an API key (free): https://www.getly.store/dashboard/developer/keys — grant only the scopes you need
  2. Add the server:
{
  "mcpServers": {
    "getly": {
      "command": "npx",
      "args": ["-y", "@getly/mcp"],
      "env": { "GETLY_API_KEY": "<YOUR_GETLY_API_KEY>" }
    }
  }
}

Or one line in Claude Code: claude mcp add getly --env GETLY_API_KEY=your_key -- npx -y @getly/mcp

npx -y @getly/mcp init writes the config for Claude Code / Cursor / Claude Desktop / Windsurf automatically.

Security

API key from env only (never a tool argument), read-only tools annotated, no bulk-delete tool. Sellers keep 80% of every
sale (90% first 3 months), zero fixed cost.

Links

- Docs: https://www.getly.store/developers
- Full API reference for AI: https://www.getly.store/llms-api.txt
- OpenAPI: https://www.getly.store/openapi.yaml
- Source (MIT): https://github.com/Getly-Store/headless-sdk

Server Config

{
  "mcpServers": {
    "getly": {
      "command": "npx",
      "args": [
        "-y",
        "@getly/mcp"
      ],
      "env": {
        "GETLY_API_KEY": "<YOUR_GETLY_API_KEY>"
      }
    }
  }
}
Project Info
Created At
4 days ago
Updated At
4 days ago
Author Name
Getly-Store
Star
-
Language
-
License
-
Category

Recommend Servers

View All
Tavily Mcp
@tavily-ai

JavaScript
a year ago