Connect to your SaaS tools like HubSpot, Salesforce, and more.
Documentation
Model Context Protocol
The Maton Agent Toolkit also supports the Model Context Protocol (MCP). To run the Maton MCP server using npx, use the following command:\n\n### API Agent (Beta)
npx -y @maton/mcp hubspot --agent --api-key=YOUR_MATON_API_KEY
```\n\n### API Action
```bash\n\n# To set up all available API actions
npx -y @maton/mcp hubspot --actions=all --api-key=YOUR_MATON_API_KEY\n\n# To set up specific API actions
npx -y @maton/mcp hubspot --actions=create-contact,list-contacts --api-key=YOUR_MATON_API_KEY
Replace YOUR_MATON_API_KEY with your actual Maton API key. Or, you could set the MATON_API_KEY in your environment variables. You can get your API key in your Maton Dashboard.\n\n### Usage with Claude Desktop
Add the following to your claude_desktop_config.json:
Make sure to replace YOUR_MATON_API_KEY with your actual Maton API key. Alternatively, you could set the MATON_API_KEY in env variables. You can get your API key in your Maton Dashboard.