Skip to main content
Glama
maton-ai

Maton MCP Server

by maton-ai

Протокол контекста модели Maton

Сервер Maton Model Context Protocol позволяет интегрироваться с API Maton через вызов функций. Этот протокол поддерживает различные приложения и действия для взаимодействия с различными службами Maton.

Вы можете получить свой ключ API в панели управления Maton и ознакомиться с документацией .

Настраивать

Чтобы запустить сервер Maton MCP с помощью npx, используйте следующую команду:

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 на ваш фактический ключ API Maton. В качестве альтернативы вы можете установить 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 на ваш фактический ключ API Maton. В качестве альтернативы вы можете установить MATON_API_KEY в переменных env . Вы можете получить свой ключ API в панели инструментов Maton .

Related MCP server: HubSpot MCP Server

Отладка сервера

Для отладки сервера вы можете использовать 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 на ваш фактический секретный ключ API Maton.

  2. Выполните команду для запуска MCP Inspector.

  3. Откройте пользовательский интерфейс MCP Inspector в браузере и нажмите «Подключиться», чтобы запустить сервер MCP.

  4. Вы можете просмотреть список выбранных вами инструментов и протестировать каждый инструмент по отдельности.

Доступные действия 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-mail

remove-label-from-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

get-invoice

stripe

list-customers

stripe

list-invoices

typeform

get-form

typeform

list-forms

typeform

list-responses

youtube

list-videos

youtube

search-videos

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

No tool schema history has been recorded yet.

Maintenance

ActivitySlowing
ResponsivenessSyncing

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Connectors

Related MCP Servers

  • A
    license
    A
    quality
    D
    maintenance
    Enables AI clients to seamlessly take HubSpot actions and interact with HubSpot data, allowing users to create/update CRM records, manage associations, and gain insights through natural language.
    22
    20
    MIT
  • F
    license
    Not graded
    quality
    Not graded
    maintenance
    Enables management of HubSpot CRM entities including contacts, companies, deals, and pipelines through natural language. It provides comprehensive tools for listing, searching, creating, and updating records with support for OAuth 2.0 authentication.
    -
  • F
    license
    Not graded
    quality
    Not graded
    maintenance
    A natural language interface for Salesforce data that allows users to query accounts, opportunities, contacts, leads, and activities through conversational prompts. It supports SOQL queries and provides tools for data retrieval and analysis without requiring technical Salesforce knowledge.
    37
    -

Latest Blog Posts

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