Maton MCP Server
Maton-Modell-Kontextprotokoll
Der Maton Model Context Protocol -Server ermöglicht die Integration mit Maton-APIs durch Funktionsaufrufe. Dieses Protokoll unterstützt verschiedene Apps und Aktionen zur Interaktion mit verschiedenen Maton-Diensten.
Sie können Ihren API-Schlüssel in Ihrem Maton-Dashboard abrufen und die Dokumentation einsehen.
Aufstellen
Um den Maton MCP-Server mit npx auszuführen, verwenden Sie den folgenden Befehl:
API-Agent (Beta)
# To use API agent
npx -y @maton/mcp hubspot --agent --api-key=YOUR_MATON_API_KEYAPI-Aktion
# 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_KEYErsetzen Sie YOUR_MATON_API_KEY durch Ihren tatsächlichen Maton-API-Schlüssel. Alternativ können Sie den MATON_API_KEY in Ihren Umgebungsvariablen festlegen. Ihren API-Schlüssel finden Sie in Ihrem Maton-Dashboard .
Verwendung mit Claude Desktop
Fügen Sie Folgendes zu Ihrer claude_desktop_config.json hinzu. Weitere Informationen finden Sie hier .
{
"mcpServers": {
"maton": {
"command": "npx",
"args": [
"-y",
"@maton/mcp@latest",
"hubspot",
"--actions=all",
"--api-key=YOUR_MATON_API_KEY"
]
}
}
}Ersetzen Sie YOUR_MATON_API_KEY durch Ihren tatsächlichen Maton-API-Schlüssel. Alternativ können Sie den MATON_API_KEY in env festlegen. Ihren API-Schlüssel finden Sie in Ihrem Maton-Dashboard .
Related MCP server: HubSpot MCP Server
Debuggen des Servers
Zum Debuggen Ihres Servers können Sie den MCP Inspector verwenden.
Bauen Sie zuerst den Server
npm run buildFühren Sie den folgenden Befehl in Ihrem Terminal aus:
# Start MCP Inspector and server with all tools
npx @modelcontextprotocol/inspector node dist/index.js salesforce --actions=all --api-key=YOUR_MATON_API_KEYAnweisungen
Ersetzen Sie
YOUR_MATON_API_KEYdurch Ihren tatsächlichen geheimen Maton-API-Schlüssel.Führen Sie den Befehl aus, um den MCP Inspector zu starten.
Öffnen Sie die MCP Inspector-Benutzeroberfläche in Ihrem Browser und klicken Sie auf „Verbinden“, um den MCP-Server zu starten.
Sie können die Liste der von Ihnen ausgewählten Tools anzeigen und jedes Tool einzeln testen.
Verfügbare API-Aktionen
App | Aktion |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
This server cannot be installed
Maintenance
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
Ask data questions in natural language. Get SQL, insights, and charts from your databases.
Query BigQuery, Snowflake, Redshift & Azure Synapse with natural language
Ask questions in plain language, get answers from your business database. No SQL required.
Ask business questions in plain English. Get instant answers from your database, no SQL needed.
Related MCP Servers
- AlicenseAqualityDmaintenanceEnables 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.2220MIT
- AlicenseNot gradedqualityDmaintenanceEnables AI assistants to interact with HubSpot CRM for managing contacts, companies, deals, and sending emails through natural language commands.275MIT
- FlicenseNot gradedqualityNot gradedmaintenanceEnables 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.-
- FlicenseNot gradedqualityNot gradedmaintenanceA 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.42-
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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