Maton MCP Server
与你的SaaS工具对话,包括HubSpot、Salesforce等。
README
Maton Agent Toolkit
Maton Agent Toolkit 使流行的 Agent 框架(包括模型上下文协议 (MCP))能够通过函数调用与 Maton API 集成。该库并未涵盖所有 Maton API。它包括对 Typescript 的支持。
该工具包的灵感来自 Stripe Agent Toolkit,其实现与 Stripe Agent Toolkit 代码库有相似之处。
下面包含基本说明,但有关更多信息,请参阅 TypeScript 包。
要开始使用,请在您的 Maton 仪表板 中获取您的 API 密钥,并查看 文档。
TypeScript
安装
除非您想修改该软件包,否则您不需要此源代码。如果您只想使用该软件包,请运行:
npm install @maton/agent-toolkit
要求
- Node 18+
用法
模型上下文协议
Maton Agent Toolkit 还支持 模型上下文协议 (MCP)。
要使用 npx 运行 Maton MCP 服务器,请使用以下命令:
API Agent (Beta)
# 要使用 API agent
npx -y @maton/mcp hubspot --agent --api-key=YOUR_MATON_API_KEY
API Action
# 要设置所有可用的 API action
npx -y @maton/mcp hubspot --actions=all --api-key=YOUR_MATON_API_KEY
# 要设置所有可用的 API action
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 密钥。
可用的 API action
| App | Action |
|---|---|
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 |
jotform |
list-forms |
jotform |
list-submissions |
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 |
mailchimp |
get-campaign |
mailchimp |
search-campaign |
notion |
create-page |
notion |
find-page |
notion |
get-page |
outlook |
create-draft |
outlook |
find-email |
outlook |
send-email |
pipedrive |
search-people |
salesforce |
create-contact |
salesforce |
get-contact |
salesforce |
list-contacts |
shopify |
create-order |
shopify |
get-order |
shopify |
list-orders |
slack |
list-channels |
slack |
list-messages |
slack |
list-replies |
slack |
send-message |
stripe |
create-customer |
stripe |
create-invoice-item |
stripe |
create-invoice |
stripe |
delete-customer |
stripe |
get-customer |
stripe |
list-customers |
stripe |
list-invoices |
typeform |
get-form |
typeform |
list-forms |
typeform |
list-responses |
youtube |
list-videos |
youtube |
search-videos |
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。