MCP server for Kaseya Quote Manager (Datto Commerce) — read-only quotes, sales orders, purchasing, catalog, customers
- ✓Actively maintained (<30d)
- ✓Clear description
- ✓Topics declared
- !No standard license detected
claude mcp add kaseya-quote-manager-mcp -- npx -y github{
"mcpServers": {
"kaseya-quote-manager-mcp": {
"command": "npx",
"args": ["-y", "github"],
"env": {
"KASEYA_QUOTE_MANAGER_API_KEY": "<kaseya_quote_manager_api_key>"
}
}
}
}KASEYA_QUOTE_MANAGER_API_KEYResumen de MCP Servers
# Kaseya Quote Manager MCP Server
[](https://github.com/wyre-technology/kaseya-quote-manager-mcp/actions/workflows/release.yml)
[](https://opensource.org/licenses/Apache-2.0)
[](https://nodejs.org/)
A [Model Context Protocol (MCP)](https://modelcontextprotocol.io/) server that gives AI
assistants **read-only** access to [Kaseya Quote Manager](https://help.quotemanager.kaseya.com/)
(Datto Commerce) — quotes, sales orders, purchasing, the product catalog, and customers.
> Maintained by [Wyre Technology](https://github.com/wyre-technology).
## Quick Start
**Claude Desktop** — download, open, done:
1. Download `kaseya-quote-manager-mcp.mcpb` from the [latest release](https://github.com/wyre-technology/kaseya-quote-manager-mcp/releases/latest)
2. Open the file (double-click or drag into Claude Desktop)
3. Enter your Kaseya Quote Manager **API Key** when prompted
**Claude Code (CLI):**
```bash
claude mcp add kaseya-quote-manager-mcp \
-e KASEYA_QUOTE_MANAGER_API_KEY=your-api-key \
-- npx -y github:wyre-technology/kaseya-quote-manager-mcp
```
## Authentication
Quote Manager authenticates with a single **API key** sent in the `apiKey` header. Generate
one in Quote Manager under **Settings → API**. Set it as `KASEYA_QUOTE_MANAGER_API_KEY`.
## Features
- **Read-only by design** — the Quote Manager API exposes only `list`/`get`; no tool can
mutate your data.
- **39 entity tools** across 5 domains, plus `kqm_navigate` / `kqm_status` discovery tools.
- **Decision-tree navigation** — call `kqm_navigate` to explore a domain's tools.
- **Rate limiting** — respects the API's 60 req/min limit, with retry on 429/5xx.
- **Dual transport** — stdio (local) and HTTP Streamable (gateway/Docker).
- **MCPB packaging** for one-click Claude Desktop install.
## Domains & tools
Tools are named `kqm_<entity>_list` and `kqm_<entity>_get`.
| Domain | Entities |
|--------|----------|
| `sales` | quote, quote_section, quote_line, sales_order, sales_order_line, sales_order_payment |
| `procurement` | purchase_order, purchase_order_line, purchase_order_cost, supplier, product_supplier |
| `catalog` | product, product_image (list only), category, brand |
| `crm` | customer, customer_address, contact |
| `org` | employee, warehouse |
`list` tools accept `page`, `pageSize` (max 100), and `modifiedAfter` where supported, plus
entity-specific filters (e.g. `quoteNumber`, `customerID`, `purchaseOrderID`).
## Usage example
```
kqm_navigate { "domain": "sales" }
kqm_quote_list { "page": 1, "pageSize": 50 }
kqm_quote_get { "id": 12345 }
kqm_quote_section_list { "quoteID": 12345 }
```
## Docker
```bash
docker build -t kaseya-quote-manager-mcp .
docker run --rm -p 8080:8080 \
-e MCP_TRANSPORT=http \
-e KASEYA_QUOTE_MANAGER_API_KEY=your-api-key \
kaseya-quote-manager-mcp
# Health: curl localhost:8080/health
```
In the WYRE MCP Gateway the image runs with `AUTH_MODE=gateway`; the gateway injects the
key as the `x-kaseya-quote-manager-api-key` header per request.
## Development
```bash
npm install
npm run build
npm test
npm run lint
```
## License
Apache-2.0 © WYRE Technology
Lo que la gente pregunta sobre kaseya-quote-manager-mcp
¿Qué es wyre-technology/kaseya-quote-manager-mcp?
+
wyre-technology/kaseya-quote-manager-mcp es mcp servers para el ecosistema de Claude AI. MCP server for Kaseya Quote Manager (Datto Commerce) — read-only quotes, sales orders, purchasing, catalog, customers Tiene 0 estrellas en GitHub y se actualizó por última vez today.
¿Cómo se instala kaseya-quote-manager-mcp?
+
Puedes instalar kaseya-quote-manager-mcp clonando el repositorio (https://github.com/wyre-technology/kaseya-quote-manager-mcp) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.
¿Es seguro usar wyre-technology/kaseya-quote-manager-mcp?
+
Nuestro agente de seguridad ha analizado wyre-technology/kaseya-quote-manager-mcp y le ha asignado un Trust Score de 62/100 (tier: OK). Revisa el desglose completo de comprobaciones superadas y flags en esta página.
¿Quién mantiene wyre-technology/kaseya-quote-manager-mcp?
+
wyre-technology/kaseya-quote-manager-mcp es mantenido por wyre-technology. La última actividad registrada en GitHub es de today, con 1 issues abiertos.
¿Hay alternativas a kaseya-quote-manager-mcp?
+
Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.
Despliega kaseya-quote-manager-mcp en tu cloud
Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.
¿Mantienes este repo? Añade un badge a tu README
Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.
[](https://claudewave.com/repo/wyre-technology-kaseya-quote-manager-mcp)<a href="https://claudewave.com/repo/wyre-technology-kaseya-quote-manager-mcp"><img src="https://claudewave.com/api/badge/wyre-technology-kaseya-quote-manager-mcp" alt="Featured on ClaudeWave: wyre-technology/kaseya-quote-manager-mcp" width="320" height="64" /></a>Más MCP Servers
Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.
User-friendly AI Interface (Supports Ollama, OpenAI API, ...)
An open-source AI agent that brings the power of Gemini directly into your terminal.
The fastest path to AI-powered full stack observability, even for lean teams.
🕷️ An adaptive Web Scraping framework that handles everything from a single request to a full-scale crawl!
⭐AI-driven public opinion & trend monitor with multi-platform aggregation, RSS, and smart alerts.🎯 告别信息过载,你的 AI 舆情监控助手与热点筛选工具!聚合多平台热点 + RSS 订阅,支持关键词精准筛选。AI 智能筛选新闻 + AI 翻译 + AI 分析简报直推手机,也支持接入 MCP 架构,赋能 AI 自然语言对话分析、情感洞察与趋势预测等。支持 Docker ,数据本地/云端自持。集成微信/飞书/钉钉/Telegram/邮件/ntfy/bark/slack 等渠道智能推送。