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 代理(测试版)

# 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。你可以在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. 用您的实际 Maton API 密钥替换YOUR_MATON_API_KEY
  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

与您的 SaaS 工具(包括 HubSpot、Salesforce 等)进行交流

  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