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アクション

アプリアクション
airtablelist-bases
airtablelist-records
airtablelist-tables
asanacreate-task
asanaget-task
asanalist-projects
asanalist-tasks
asanalist-workspaces
awsget-s3-object
awslist-s3-buckets
awslist-s3-objects
calendlyget-event
calendlylist-event-invitees
calendlylist-event-types
calendlylist-events
clickupcreate-task
clickupdelete-task
clickupget-task
clickuplist-folders
clickuplist-lists
clickuplist-spaces
clickuplist-tasks
clickuplist-workspaces
google-calendarcreate-event
google-calendardelete-event
google-calendarget-calendar
google-calendarget-event
google-calendarlist-calendars
google-calendarlist-events
google-calendarupdate-event
google-docsappend-text
google-docscreate-document
google-docsfind-document
google-docsget-document
google-drivecreate-file
google-drivecreate-folder
google-drivedelete-file
google-drivefind-file
google-drivefind-folder
google-driveget-file
google-drivelist-files
google-mailadd-label-to-email
google-mailcreate-draft
google-mailfind-email
google-maillist-labels
google-mailsend-email
google-sheetadd-column
google-sheetadd-multiple-rows
google-sheetclear-cell
google-sheetclear-rows
google-sheetcreate-spreadsheet
google-sheetcreate-worksheet
google-sheetdelete-rows
google-sheetdelete-worksheet
google-sheetfind-row
google-sheetget-cell
google-sheetget-spreadsheet
google-sheetget-values-in-range
google-sheetlist-worksheets
google-sheetupdate-cell
google-sheetupdate-multiple-rows
google-sheetupdate-row
hubspotcreate-contact
hubspotget-contact
hubspotlist-contacts
hubspotsearch-contacts
hubspotmerge-contacts
hubspotupdate-contact
hubspotdelete-contact
hubspotcreate-deal
hubspotget-deal
hubspotlist-deals
hubspotsearch-deals
hubspotmerge-deals
hubspotupdate-deal
hubspotdelete-deal
jiralist-clouds
jiraget-issue
jiralist-issues
jiraadd-comment-to-issue
jiralist-comments
jiraupdate-comment
jiralist-projects
jiraget-user
jiralist-users
klaviyoadd-profiles-to-list
klaviyoassign-template-to-campaign-message
klaviyocreate-campaign
klaviyocreate-list
klaviyocreate-profile
klaviyocreate-template
klaviyoget-campaign-messages
klaviyoget-campaign-send-job
klaviyoget-campaigns
klaviyoget-lists
klaviyoget-profiles-for-list
klaviyoget-profiles
klaviyoget-templates
klaviyosend-campaign
salesforcecreate-contact
salesforceget-contact
salesforcelist-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
      A central hub that aggregates multiple MCP resource servers into a single unified interface, enabling users to access tools and capabilities from multiple backend servers through one connection point.
      Last updated -
      30
      TypeScript
      MIT License
      • Apple
    • -
      security
      A
      license
      -
      quality
      A server that enables AI models to interact with HubSpot CRM data and operations through a standardized interface, supporting contact and company management with multi-user token-based authentication.
      Last updated -
      Python
      MIT License
      • Linux
    • A
      security
      A
      license
      A
      quality
      A Model Context Protocol implementation for the HubSpot API that provides a standardized interface for accessing and managing CRM data, including companies, contacts, deals, and other objects with comprehensive CRUD operations and association management.
      Last updated -
      101
      32
      13
      JavaScript
      MIT License
    • -
      security
      A
      license
      -
      quality
      A Model Context Protocol server that provides tools for interacting with HubSpot CRM, allowing users to create, update, delete, and fetch summary records stored as Note engagements in HubSpot.
      Last updated -
      JavaScript
      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