Пропустите установку. Заработает меньше чем за 2 минуты.
Начните бесплатный период на cloud.anythingmcp.com, добавьте Holded одним кликом и направьте свой ИИ-клиент (Claude, ChatGPT, Copilot или Cursor) на сгенерированный MCP-эндпоинт. Без Docker, без git clone, без опыта разработки.
Summary
Holded — the Spanish SMB business suite: contacts, sales and purchase documents, products, warehouses, treasury accounts and CRM funnels. REST API v1, API-key auth.
Попробуй спросить
Примеры промптов для Holded
Кликни по промпту — он скопируется. Вставь в Claude, ChatGPT, Cursor, Gemini, Copilot или OpenClaw и запусти через этот коннектор.
Claude — это AI, он может ошибаться. Проверяйте ответы.
💡 Без установки? Используйте cloud.anythingmcp.com напрямую. Войдите, нажмите Connectors → Holded, вставьте учётные данные, создайте MCP API key — готово. Без Docker, без
git clone, без локального сервера.
Holded + Claude
Holded — the Spanish SMB business suite: contacts, sales and purchase documents, products, warehouses, treasury accounts and CRM funnels. REST API v1, API-key auth.
Предварительные требования
Полные инструкции по настройке встроены в коннектор (видны в магазине при выборе коннектора). Требуемые переменные окружения:
HOLDED_API_KEY
Шаг 1 — Получите учётные данные
Getting a key
- Sign in to Holded and open Configuración → Desarrolladores → API key (Settings → Developers).
- Generate a key and put it in
HOLDED_API_KEY. The key belongs to the account, not to a user, and carries full access to every module you have subscribed to — treat it as a password.
The key travels in a key header. Not Authorization, not a query parameter. Holded's own documentation calls it simply key.
…(continued in the in-app connector instructions)
Шаг 2 — Установите адаптер
curl -fsSL https://raw.githubusercontent.com/HelpCode-ai/anythingmcp/main/docker-compose.quickstart.yml -o docker-compose.yml
printf 'JWT_SECRET=%s\nENCRYPTION_KEY=%s\n' "$(openssl rand -hex 32)" "$(openssl rand -hex 32)" > .env
docker compose up -d
Шаг 3 — Добавьте коннектор в Claude
Рекомендуемый путь — работает в claude.ai web без редактирования конфигурационных файлов.
- Откройте claude.ai/customize/connectors.
- Нажмите "Add custom connector".
- Заполните:
- Name:
Holded - URL:
https://cloud.anythingmcp.com/mcp - Authentication: Bearer token → вставьте ваш MCP API key (из AnythingMCP → Profile → MCP API Keys → New Key)
- Name:
- Нажмите Connect для авторизации.
Все инструменты ниже появятся в чате — начинайте писать промпты.
Доступные инструменты
| Tool | What it does |
|---|---|
holded_list_contacts | List contacts — customers, suppliers, leads — with their name, NIF/CIF, e-mail, address and the type flags that say which role they hold |
holded_get_contact | Read one contact in full: tax data, billing address, payment terms, default VAT rate and the notes recorded against them |
holded_list_documents | List documents of one type — invoices, estimates, credit notes, purchase orders — with their number, date, contact, total and payment status |
holded_get_document | Read one document in full: every line with its quantity, price, discount and VAT, the totals, and the payments applied against it |
holded_list_products | List products and services with their SKU, name, price, cost, VAT rate and stock level |
holded_list_warehouses | List warehouses with their name and location, so a stock question can name the right one |
holded_list_treasury_accounts | List the treasury accounts (bank and cash) with their name, IBAN and current balance — the cash-position answer |
holded_list_funnels | List the CRM funnels with their stages, so a pipeline question knows which stages exist before asking about leads in them |
holded_list_leads | List CRM leads with their name, contact, value, funnel stage and expected close date — the sales-pipeline view |
FAQ
Работает ли с Claude Code так же как с Claude Desktop? Да — оба указывайте на https://cloud.anythingmcp.com/mcp.
Следующие шаги
Это руководство помогло?