Connector guide2-minute read9 MCP toolsEN · DE · IT

Holded を Cursor に接続する方法 — MCP 経由

Holded — the Spanish SMB business suite: contacts, sales and purchase documents, products, warehouses, treasury accounts and CRM funnels. REST API v1, API-key auth.

HCBy HelpCode team更新日 2 min read GitHub でオープンソース

クレジットカード不要 · 7日間の試用 · セルフホストの選択肢あり

Holded

Holded

Holded — the Spanish SMB business suite: contacts, sales and purchase documents, products, warehouses, treasury accounts and CRM funnels. REST API v1, API-key auth.

ツール

9

地域

ES

カテゴリー

Accounting

認証

API Key

必要な環境変数

HOLDED_API_KEY
Cloud にワンクリックでインストール

7日間無料トライアル · クレジットカード不要

  • 7日間の無料トライアル
    クレジットカード不要
  • GDPR & SOC 2 ready
    EU データ保管、監査ログ
  • GitHub でオープンソース
    オープンソース · AGPL-3.0
  • ChatGPT、Claude、Gemini に対応
    MCP 対応クライアントすべて

インストール不要。2分以内に動きます。

cloud.anythingmcp.com で無料トライアルを開始し、Holded をワンクリックで追加して、AI クライアント(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 に貼り付けて、このコネクターで実行できます。

Holded · MCP 経由でライブ
共有
Opus 4.7

Claude は AI のため誤ることがあります。回答をご確認ください。

💡 インストール不要? cloud.anythingmcp.com を直接利用してください。 サインインし、Connectors → Holded をクリック、認証情報を貼り付け、MCP API キーを発行 — 完了です。Docker も git clone もローカルサーバーも不要。

Holded + Cursor

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

  1. Sign in to Holded and open Configuración → Desarrolladores → API key (Settings → Developers).
  2. 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 — Cursor にコネクタを追加

Cursor は ~/.cursor/mcp.json から MCP サーバを読み込みます。次のエントリを追加してください:

{
  "mcpServers": {
    "anythingmcp": {
      "url": "https://cloud.anythingmcp.com/mcp",
      "headers": { "Authorization": "Bearer YOUR_MCP_API_KEY" }
    }
  }
}
  1. AnythingMCP の Profile → MCP API Keys → New KeyMCP API key を取得。
  2. ファイルを保存し Cursor を再起動。
  3. Cursor → Settings → MCP を開き、Holded が "Connected" として表示されることを確認。
  4. チャット開始 — Holded のすべてのツールが呼び出し可能になります。

利用可能なツール

ToolWhat it does
holded_list_contactsList contacts — customers, suppliers, leads — with their name, NIF/CIF, e-mail, address and the type flags that say which role they hold
holded_get_contactRead one contact in full: tax data, billing address, payment terms, default VAT rate and the notes recorded against them
holded_list_documentsList documents of one type — invoices, estimates, credit notes, purchase orders — with their number, date, contact, total and payment status
holded_get_documentRead one document in full: every line with its quantity, price, discount and VAT, the totals, and the payments applied against it
holded_list_productsList products and services with their SKU, name, price, cost, VAT rate and stock level
holded_list_warehousesList warehouses with their name and location, so a stock question can name the right one
holded_list_treasury_accountsList the treasury accounts (bank and cash) with their name, IBAN and current balance — the cash-position answer
holded_list_funnelsList the CRM funnels with their stages, so a pipeline question knows which stages exist before asking about leads in them
holded_list_leadsList CRM leads with their name, contact, value, funnel stage and expected close date — the sales-pipeline view

FAQ

Cursor の Free プランでカスタム MCP サーバは使えますか? はい — Hobby/Pro/Business で利用可能です。

次のステップ

このガイドは役に立ちましたか?

Your Holded agent is one click away.

Install the connector, paste the key, prompt Cursor. Free for 7 days, no credit card.

関連ガイド