Code Assist MCP for Marketo

Build 25.0.9540

接続の確立

The CData Code Assist MCP for Marketo defines each connection to Marketo 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/Marketo Data Provider/".
  • On macOS, configuration files are stored in "~/Library/Application Support/CData/Marketo 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.

Marketo への接続

Marketo に接続するには、次の接続オプションが必要です。

  • URL:REST API サービスのURL。これは管理 -> 統合 -> ウェブサービス -> REST API で確認できます。値の例:https://123-abc-456.mktorest.com/ or https://123-abc-456.mktorest.com/rest
  • OAuthClientId:カスタムサービスに紐付けられたOAuth クライアントID。
  • OAuthClientSecret:カスタムサービスに紐付けられたOAuth クライアントシークレット。
その他の接続オプションについては、接続文字列オプション を参照してください。

OAuth 資格情報の取得

OAuth 資格情報を取得する前に、まだカスタムサービスを持っていない場合は、作成する必要があります。そのためには、カスタムサービスの作成 の手順に従います。

カスタムサービスのOAuth資格情報を取得するには:

  1. 管理タブに移動します。
  2. LaunchPoint オプションをクリックします。
  3. サービスを選択して詳細の表示をクリックします。
  4. Marketo は、認証資格情報を表示するウィンドウを開きます。"Client Id" をOAuthClientId の値として、Client Secret" をOAuthClientSecret の値として使用します。

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