Code Assist MCP for Cvent

Build 25.0.9540

接続の確立

The CData Code Assist MCP for Cvent defines each connection to Cvent as a named configuration that an MCP Client (such as Claude Desktop) can use when sending natural language queries.

You create and manage these configurations using the CData Code Assist MCP Configuration Tool. The tool automatically handles formatting, storage, and registration with MCP clients.

Understanding Connection Configurations

Each connection configuration is stored in a .mcp file. This file includes the details needed to initialize the connector when an MCP Client starts a session.

  • On Windows, configuration files are stored in "~/AppData/Roaming/CData/Cvent Data Provider/".
  • On macOS, configuration files are stored in "~/Library/Application Support/CData/Cvent Data Provider/".

The .mcp file is a text file that contains a list of connection properties and a timestamp. For example:

#Tue May 20 15:48:40 EDT 2025
AuthScheme=Basic
User=myUser
Password=myPassword
Security Token=myToken

The configuration tool handles these settings automatically. Each saved configuration enables an MCP client to launch a dedicated MCP server instance with the correct connector and options. Manual file editing is not required.

Cvent REST API は、OAuth 2.0 のクライアント認証フローを使用してCvent へのリクエストを認可します。

接続の前に

Cvent への認証を行う前に、ワークスペースとOAuth アプリケーションを作成する必要があります。

ワークスペースの作成

ワークスペースを作成するには:

  1. Cvent にサインインし、App Switcher(ページ右上の青いボタン) -> Admin に移動します。
  2. Admin メニューから、Integrations -> REST API に移動します。
  3. Developer Management の新しいタブが立ち上がります。新しいタブでManage API Access をクリックします。
  4. Workspace を作成し、名前を付けます。開発者にアクセスさせたいスコープを選択します。スコープは、開発者がアクセスできるデータドメインを制御します。
    • All を選択すると、開発者は任意のスコープ、およびREST API にこれから追加されるスコープを選択できます。
    • Custom を選択すると、開発者がOAuth アプリで選択できるスコープを、選択したスコープに制限できます。本製品 によって公開されるすべてのテーブルにアクセスするには、次のスコープを設定する必要があります。
      • event/attendees:read
      • event/attendees:write
      • event/contacts:read
      • event/contacts:write
      • event/custom-fields:read
      • event/custom-fields:write
      • event/events:read
      • event/events:write
      • event/sessions:delete
      • event/sessions:read
      • event/sessions:write
      • event/speakers:delete
      • event/speakers:read
      • event/speakers:write
      • budget/budget-items:read
      • budget/budget-items:write
      • exhibitor/exhibitors:read
      • exhibitor/exhibitors:write
      • survey/surveys:read
      • survey/surveys:write

OAuth アプリケーションの作成

Workspace を設定して招待すると、開発者はサインアップしてカスタムOAuth アプリを作成できます。手順については、カスタムOAuth アプリケーションの作成 を参照してください。

Cvent への接続

OAuth アプリケーションを作成したら、次の接続プロパティを設定してCvent に接続します。

  • InitiateOAuthGETANDREFRESHOAuthAccessToken を自動的に取得およびリフレッシュするために使用します。
  • OAuthClientId:OAuth アプリケーションに関連付けられたClient ID。これは、Developer Portal のApplications ページにあります。
  • OAuthClientSecret:OAuth アプリケーションに関連付けられたClient secret。これは、Developer Portal のApplications ページにあります。

Copyright (c) 2026 CData Software, Inc. - All rights reserved.
Build 25.0.9540