Skip to main content
Glama

Maton MCP Server

Matonモデルコンテキストプロトコル

Matonモデルコンテキストプロトコルサーバーを使用すると、関数呼び出しを通じてMaton APIとの統合が可能になります。このプロトコルは、様々なMatonサービスと連携するための様々なアプリやアクションをサポートします。

Maton ダッシュボードで API キーを取得し、ドキュメントを確認できます。

設定

npx を使用して Maton MCP サーバーを実行するには、次のコマンドを使用します。

API エージェント(ベータ版)

# To use API agent npx -y @maton/mcp hubspot --agent --api-key=YOUR_MATON_API_KEY

APIアクション

# To set up all available API actions npx -y @maton/mcp hubspot --actions=all --api-key=YOUR_MATON_API_KEY # To set up all available API actions npx -y @maton/mcp hubspot --actions=create-contact,list-contacts --api-key=YOUR_MATON_API_KEY

YOUR_MATON_API_KEY実際のMaton APIキーに置き換えてください。または、環境変数に MATON_API_KEY を設定することもできます。APIキーはMatonダッシュボードで取得できます。

Claude Desktopでの使用

claude_desktop_config.jsonに以下の行を追加してください。詳細はこちらをご覧ください。

{ "mcpServers": { "maton": { "command": "npx", "args": [ "-y", "@maton/mcp@latest", "hubspot", "--actions=all", "--api-key=YOUR_MATON_API_KEY" ] } } }

YOUR_MATON_API_KEY実際のMaton APIキーに置き換えてください。または、 env変数に MATON_API_KEY を設定することもできます。APIキーはMatonダッシュボードで取得できます。

サーバーのデバッグ

サーバーをデバッグするには、 MCP Inspectorを使用できます。

まずサーバーを構築する

npm run build

ターミナルで次のコマンドを実行します。

# Start MCP Inspector and server with all tools npx @modelcontextprotocol/inspector node dist/index.js salesforce --actions=all --api-key=YOUR_MATON_API_KEY

説明書

  1. YOUR_MATON_API_KEY実際の Maton API 秘密キーに置き換えます。

  2. コマンドを実行して、MCP Inspector を起動します。

  3. ブラウザで MCP Inspector UI を開き、「接続」をクリックして MCP サーバーを起動します。

  4. 選択したツールのリストを表示し、各ツールを個別にテストできます。

利用可能なAPIアクション

アプリ

アクション

airtable

list-bases

airtable

list-records

airtable

list-tables

asana

create-task

asana

get-task

asana

list-projects

asana

list-tasks

asana

list-workspaces

aws

get-s3-object

aws

list-s3-buckets

aws

list-s3-objects

calendly

get-event

calendly

list-event-invitees

calendly

list-event-types

calendly

list-events

clickup

create-task

clickup

delete-task

clickup

get-task

clickup

list-folders

clickup

list-lists

clickup

list-spaces

clickup

list-tasks

clickup

list-workspaces

google-calendar

create-event

google-calendar

delete-event

google-calendar

get-calendar

google-calendar

get-event

google-calendar

list-calendars

google-calendar

list-events

google-calendar

update-event

google-docs

append-text

google-docs

create-document

google-docs

find-document

google-docs

get-document

google-drive

create-file

google-drive

create-folder

google-drive

delete-file

google-drive

find-file

google-drive

find-folder

google-drive

get-file

google-drive

list-files

google-mail

add-label-to-email

google-mail

create-draft

google-mail

find-email

google-mail

list-labels

google-mail

send-email

google-sheet

add-column

google-sheet

add-multiple-rows

google-sheet

clear-cell

google-sheet

clear-rows

google-sheet

create-spreadsheet

google-sheet

create-worksheet

google-sheet

delete-rows

google-sheet

delete-worksheet

google-sheet

find-row

google-sheet

get-cell

google-sheet

get-spreadsheet

google-sheet

get-values-in-range

google-sheet

list-worksheets

google-sheet

update-cell

google-sheet

update-multiple-rows

google-sheet

update-row

hubspot

create-contact

hubspot

get-contact

hubspot

list-contacts

hubspot

search-contacts

hubspot

merge-contacts

hubspot

update-contact

hubspot

delete-contact

hubspot

create-deal

hubspot

get-deal

hubspot

list-deals

hubspot

search-deals

hubspot

merge-deals

hubspot

update-deal

hubspot

delete-deal

jira

list-clouds

jira

get-issue

jira

list-issues

jira

add-comment-to-issue

jira

list-comments

jira

update-comment

jira

list-projects

jira

get-user

jira

list-users

klaviyo

add-profiles-to-list

klaviyo

assign-template-to-campaign-message

klaviyo

create-campaign

klaviyo

create-list

klaviyo

create-profile

klaviyo

create-template

klaviyo

get-campaign-messages

klaviyo

get-campaign-send-job

klaviyo

get-campaigns

klaviyo

get-lists

klaviyo

get-profiles-for-list

klaviyo

get-profiles

klaviyo

get-templates

klaviyo

send-campaign

salesforce

create-contact

salesforce

get-contact

salesforce

list-contacts

-
security - not tested
A
license - permissive license
-
quality - not tested

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

HubSpot、SalesforceなどのSaaSツールと連携

  1. 設定
    1. API エージェント(ベータ版)
    2. APIアクション
    3. Claude Desktopでの使用
  2. サーバーのデバッグ
    1. 説明書
  3. 利用可能なAPIアクション

    Related MCP Servers

    • A
      security
      A
      license
      A
      quality
      Enables AI models to interact with HubSpot CRM data and operations through a standardized interface, supporting contact and company management.
      Last updated -
      104
      MIT License
      • Linux
    • A
      security
      A
      license
      A
      quality
      Enables AI models to interact with HubSpot CRM data and operations through a standardized interface while providing a centralized shared space for teams to share conversation summaries in real time.
    • -
      security
      A
      license
      -
      quality
      Enables Claude to interact with HubSpot CRM for sales analysis and insights, providing tools for managing contacts, deals, companies, and retrieving sales analytics data.
      Last updated -
      17
      4
      9
      MIT License
    • -
      security
      A
      license
      -
      quality
      A server implementation that enables AI assistants to interact with HubSpot CRM data, allowing for seamless creation and management of contacts and companies, retrieval of activity history, and access to engagement data through natural language commands.
      Last updated -
      471
      12
      MIT License

    View all related MCP servers

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/maton-ai/agent-toolkit'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server