Maton MCP Server

Official
by maton-ai
Verified

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.

Integrations

  • Provides tools for managing HubSpot CRM data, including creating, retrieving, listing, searching, merging, updating, and deleting contacts and deals.

  • Enables interaction with Salesforce CRM, allowing for contact management operations such as creating, retrieving, and listing contacts.

Maton 모델 컨텍스트 프로토콜

Maton 모델 컨텍스트 프로토콜 서버를 사용하면 함수 호출을 통해 Maton API와 통합할 수 있습니다. 이 프로토콜은 다양한 앱과 액션이 다양한 Maton 서비스와 상호 작용할 수 있도록 지원합니다.

Maton 대시보드 에서 API 키를 받고 설명서를 확인할 수 있습니다.

설정

npx를 사용하여 Maton MCP 서버를 실행하려면 다음 명령을 사용하세요.

API 에이전트(베타)

지엑스피1

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를 설정할 수도 있습니다. Maton 대시보드 에서 API 키를 확인할 수 있습니다.

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를 설정할 수도 있습니다. Maton 대시보드 에서 API 키를 확인할 수 있습니다.

서버 디버깅

서버를 디버깅하려면 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

HubSpot, Salesforce 등을 포함한 SaaS 도구와 대화하세요

  1. Setup
    1. API Agent (Beta)
    2. API Action
    3. Usage with Claude Desktop
  2. Debugging the Server
    1. Instructions
  3. Available API actions
    ID: btmrj31khy