Protocolo de contexto del modelo Maton
El servidor del Protocolo de Contexto de Modelo de Maton permite la integración con las API de Maton mediante llamadas a funciones. Este protocolo admite diversas aplicaciones y acciones para interactuar con diferentes servicios de Maton.
Puede obtener su clave API en su panel de Maton y consultar la documentación .
Configuración
Para ejecutar el servidor Maton MCP usando npx, use el siguiente comando:
Agente API (Beta)
Acción de API
Asegúrate de reemplazar YOUR_MATON_API_KEY
con tu clave API de Maton. También puedes configurar MATON_API_KEY en tus variables de entorno. Puedes obtener tu clave API en el panel de Maton .
Uso con Claude Desktop
Añade lo siguiente a tu claude_desktop_config.json
. Consulta aquí para más detalles.
Asegúrate de reemplazar YOUR_MATON_API_KEY
con tu clave API de Maton. También puedes configurar MATON_API_KEY en variables env
. Puedes obtener tu clave API en el panel de Maton .
Depuración del servidor
Para depurar su servidor, puede utilizar el Inspector MCP .
Primero construya el servidor
Ejecute el siguiente comando en su terminal:
Instrucciones
- Reemplace
YOUR_MATON_API_KEY
con su clave secreta de API de Maton real. - Ejecute el comando para iniciar el Inspector MCP.
- Abra la interfaz de usuario de MCP Inspector en su navegador y haga clic en Conectar para iniciar el servidor MCP.
- Puede ver la lista de herramientas que seleccionó y probar cada herramienta individualmente.
Acciones de API disponibles
Aplicación | Acción |
---|---|
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 |
This server cannot be installed
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.
Hable con sus herramientas SaaS, incluidas HubSpot, Salesforce y más
Related Resources
Related MCP Servers
- AsecurityAlicenseAqualityA central hub that aggregates multiple MCP resource servers into a single unified interface, enabling users to access tools and capabilities from multiple backend servers through one connection point.Last updated -30TypeScriptMIT License
- -securityAlicense-qualityA server that enables AI models to interact with HubSpot CRM data and operations through a standardized interface, supporting contact and company management with multi-user token-based authentication.Last updated -PythonMIT License
- AsecurityAlicenseAqualityA Model Context Protocol implementation for the HubSpot API that provides a standardized interface for accessing and managing CRM data, including companies, contacts, deals, and other objects with comprehensive CRUD operations and association management.Last updated -1013213JavaScriptMIT License
- -securityAlicense-qualityA Model Context Protocol server that provides tools for interacting with HubSpot CRM, allowing users to create, update, delete, and fetch summary records stored as Note engagements in HubSpot.Last updated -JavaScriptMIT License