Getly
@Getly-Store
关于 Getly
Your AI assistant runs a real digital-products store: create & publish products (2GB file delivery included), write
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"getly": {
"command": "npx",
"args": [
"-y",
"@getly/mcp"
],
"env": {
"GETLY_API_KEY": "<YOUR_GETLY_API_KEY>"
}
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
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.
开发工具 分类下的更多 MCP 服务器
sentry-mcp
getsentryAn MCP server for interacting with Sentry via LLMs.
MCP Unity Editor (Game Engine)
CoderGamesterModel Context Protocol (MCP) plugin to connect with Unity Editor — designed for Cursor, Claude Code, Codex, Windsurf and other IDEs
Serena
oraiosA powerful MCP toolkit for coding, providing semantic retrieval and editing capabilities - the IDE for your agent
MCP Containers
metorialConnect any AI model to 1200+ integrations (MCP, CLI, API)
MCP-Scan: An MCP Security Scanner
invariantlabs-aiSecurity scanner for AI agents, MCP servers and agent skills.
评论