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 키를 확인할 수 있습니다.
Related MCP server: HubSpot MCP Server
서버 디버깅
서버를 디버깅하려면 MCP Inspector를 사용할 수 있습니다.
먼저 서버를 빌드하세요
터미널에서 다음 명령을 실행하세요.
# Start MCP Inspector and server with all tools
npx @modelcontextprotocol/inspector node dist/index.js salesforce --actions=all --api-key=YOUR_MATON_API_KEY
지침
YOUR_MATON_API_KEY 실제 Maton API 비밀 키로 바꾸세요.
MCP Inspector를 시작하려면 명령을 실행하세요.
브라우저에서 MCP Inspector UI를 열고 연결을 클릭하여 MCP 서버를 시작합니다.
선택한 도구 목록을 보고 각 도구를 개별적으로 테스트할 수 있습니다.
사용 가능한 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
|