Connector guide2-minute read8 MCP toolsEN · DE · IT

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

CAS genesisWorld — the CRM of roughly 30,000 German Mittelstand companies. Read and search addresses, contacts, opportunities, appointments, tasks and documents over the genesisWorld Web REST API. Basic auth against your own application server.

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

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

CAS genesisWorld

CAS genesisWorld

CAS genesisWorld — the CRM of roughly 30,000 German Mittelstand companies. Read and search addresses, contacts, opportunities, appointments, tasks and documents over the genesisWorld Web REST API. Basic auth against your own application server.

ツール

8

地域

DE

カテゴリー

CRM

認証

Basic Auth

必要な環境変数

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

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

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

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

cloud.anythingmcp.com で無料トライアルを開始し、CAS genesisWorld をワンクリックで追加して、AI クライアント(Claude、ChatGPT、Copilot、Cursor)を生成された MCP エンドポイントに向けるだけ。Docker も git clone も、開発経験も不要です。

無料トライアルを開始

Summary

CAS genesisWorld — the CRM of roughly 30,000 German Mittelstand companies. Read and search addresses, contacts, opportunities, appointments, tasks and documents over the genesisWorld Web REST API. Basic auth against your own application server.

こう聞いてみよう

CAS genesisWorld のサンプルプロンプト

プロンプトをクリックでコピー。Claude / ChatGPT / Cursor / Gemini / Copilot / OpenClaw に貼り付けて、このコネクターで実行できます。

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

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

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

CAS genesisWorld + Cursor

CAS genesisWorld — the CRM of roughly 30,000 German Mittelstand companies. Read and search addresses, contacts, opportunities, appointments, tasks and documents over the genesisWorld Web REST API. Basic auth against your own application server.

前提条件

完全なセットアップ手順はコネクタ自体に組み込まれています (ストアでコネクタを選択すると表示)。必要な環境変数:

CAS_URL, CAS_USERNAME, CAS_PASSWORD

ステップ 1 — 認証情報を取得

Getting access

  1. The REST API ships with the genesisWorld Web component. Ask your CAS partner or administrator to confirm it is installed and that the /api route is published — it is not on by default in every deployment.
  2. Create a genesisWorld user for the integration and give it exactly the record rights the agent should have. genesisWorld enforces record-level rights, so a restricted user simply sees fewer rows rather than getting an error.
  3. Set CAS_URL to the genesisWorld Web base URL (no trailing slash), plus CAS_USERNAME and CAS_PASSWORD.

…(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 を開き、CAS genesisWorld が "Connected" として表示されることを確認。
  4. チャット開始 — CAS genesisWorld のすべてのツールが呼び出し可能になります。

利用可能なツール

ToolWhat it does
cas_genesisworld_get_sessionRead the session of the connected user: display name, licence, language and the record rights the integration will operate under
cas_genesisworld_search_recordsSearch any genesisWorld record type with a query expression
cas_genesisworld_get_recordRead one record in full by its record type and GUID, with every field the connected user is allowed to see
cas_genesisworld_list_addressesList addresses — genesisWorld's companies and people — with their company name, contact person, city and account manager
cas_genesisworld_list_opportunitiesList sales opportunities (Verkaufschancen) with their value, probability, phase, expected close date and the address they belong to
cas_genesisworld_list_appointmentsList appointments in a date range with their subject, participants, location and linked address — the calendar view of customer contact
cas_genesisworld_list_tasksList tasks with their subject, due date, status, priority and the user they are assigned to, for the follow-up view
cas_genesisworld_get_record_linksRead the records linked to one record — the appointments, tasks, documents and opportunities hanging off an address

FAQ

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

次のステップ

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

Your CAS genesisWorld agent is one click away.

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

関連ガイド

connectors

CAS genesisWorld を MCP に — あらゆる AI エージェントから CAS genesisWorld を操作

CAS genesisWorld — the CRM of roughly 30,000 German Mittelstand companies. Read and search addresses, contacts, opportunities, appointments, tasks and documents over the genesisWorld Web REST API. Basic auth against your own application server.

connectors

CAS genesisWorld を ChatGPT に接続する方法 — MCP 経由

CAS genesisWorld — the CRM of roughly 30,000 German Mittelstand companies. Read and search addresses, contacts, opportunities, appointments, tasks and documents over the genesisWorld Web REST API. Basic auth against your own application server.

connectors

CAS genesisWorld を Claude に接続する方法 — MCP 経由

CAS genesisWorld — the CRM of roughly 30,000 German Mittelstand companies. Read and search addresses, contacts, opportunities, appointments, tasks and documents over the genesisWorld Web REST API. Basic auth against your own application server.

connectors

CAS genesisWorld を Gemini に接続する方法 — MCP 経由

CAS genesisWorld — the CRM of roughly 30,000 German Mittelstand companies. Read and search addresses, contacts, opportunities, appointments, tasks and documents over the genesisWorld Web REST API. Basic auth against your own application server.

connectors

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

AFAS Profit — Dutch ERP and HR: read any published GetConnector, list what is available, and inspect a connector's metadata. Token auth with AFAS's base64-wrapped XML token.

connectors

Aruba Fatturazione Elettronica を Cursor に接続する方法 — MCP 経由

Aruba Fatturazione Elettronica: send and track Italian e-invoices through the Sistema di Interscambio, read received invoices and their SDI notifications. Token auth against Aruba's B2B gateway.