The Maton Agent Toolkit enables agent frameworks like Model Context Protocol (MCP) to integrate with Maton APIs through function calling, supporting Typescript and offering API agent and action functionalities.
The Maton Agent Toolkit facilitates the integration of agent frameworks, including Model Context Protocol (MCP), with Maton APIs through function calling. It supports Typescript and shares similarities with the Stripe Agent Toolkit codebase.
To begin, obtain your API key from the [Maton Dashboard][api-keys] and consult the [documentation][docs].
To use the package, run:
npm install @maton/agent-toolkit
The toolkit supports the Model Context Protocol (MCP).
To run the Maton MCP server, use:
npx -y @maton/mcp hubspot --agent --api-key=YOUR_MATON_API_KEY
The toolkit provides a wide range of API actions for applications like Google Calendar, Google Docs, Google Drive, Google Mail, Google Sheets, Hubspot, Jira, Klaviyo, and Salesforce, enabling agents to interact with these services programmatically.
maton-ai/agent-toolkit
March 18, 2025
March 28, 2025
TypeScript