Getly
@Getly-Store
About Getly
Your AI assistant runs a real digital-products store: create & publish products (2GB file delivery included), write
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"getly": {
"command": "npx",
"args": [
"-y",
"@getly/mcp"
],
"env": {
"GETLY_API_KEY": "<YOUR_GETLY_API_KEY>"
}
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Getly?
Getly is a digital-goods marketplace that also serves as a headless commerce backend. This MCP server lets Claude, Cursor, or any MCP client run a store end‑to‑end—handling payments (cards and USDT/USDC), file delivery up to 2GB, receipts, license keys, and payouts—all through conversation.
How to use Getly?
Obtain a free API key from the Getly dashboard (scoped per need), then add the server to your MCP client configuration: either via JSON with the GETLY_API_KEY environment variable and the command npx -y @getly/mcp, or using the one‑liner claude mcp add getly --env GETLY_API_KEY=your_key -- npx -y @getly/mcp. The npx -y @getly/mcp init command can auto‑write the config for supported clients.
Key features of Getly
- Create, update, publish, archive products with file uploads up to 2GB
- Generate instant checkout links that accept card and crypto payments
- Write & publish blog posts with
[product:slug]embed cards - Create and list discount coupons (high discounts require explicit confirmation)
- List issued license keys for software products
- Access sales analytics, category search, and store info via 18 total tools
Use cases of Getly
- Run a digital‑products store entirely through chat with Claude or Cursor
- Sell software, ebooks, or media with automatic license‑key generation and delivery
- Publish marketing content with embedded product links directly from conversation
- Manage discounts, track sales, and get paid out without a fixed monthly cost
FAQ from Getly
What differentiates Getly from other commerce platforms?
Getly is designed from the ground up as a headless backend for AI agents—no storefront needed, payments and delivery happen via conversation, and destructive actions are safety‑gated.
What runtime dependencies does Getly require?
Only Node.js and npx. The API key is provided via environment variable (GETLY_API_KEY) and is never passed as a tool argument.
Where does store data live?
All product, order, file, and analytics data is stored on the Getly platform. Files are hosted and delivered from Getly’s infrastructure.
Are there any known limits?
File uploads are capped at 2GB per product. There is no bulk‑delete tool, and operations like archiving, publishing, or high‑value discounts require an explicit confirm: true parameter.
What transport and authentication does Getly use?
The server communicates over stdio MCP transport. Authentication is solely via the API key set at startup in the environment—no per‑tool authorization is used.
More Developer Tools MCP servers
Stakpak Agent CLI
stakpakShip your code, on autopilot. An open source agent that lives on your machines 24/7 and keeps your apps running. 🦀
Burp Suite MCP Server Extension
PortSwiggerMCP Server for Burp

Sentry
modelcontextprotocolModel Context Protocol Servers
test
prysmaticlabsGo implementation of Ethereum proof of stake
sentry-mcp
getsentryAn MCP server for interacting with Sentry via LLMs.
Comments