MA

Maton

Created 6 months ago

The Maton Agent Toolkit enables popular agent frameworks including Model Context Protocol (MCP) to integrate with Maton APIs through function calling.

development documentation public

What is Maton?

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:

{
  "mcpServers": {
    "maton": {
      "command": "npx",
      "args": [
        "-y",
        "@maton/mcp@latest",
        "hubspot",
        "--actions=all",
        "--api-key=YOUR_MATON_API_KEY"
      ]
    }
  }
}

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.

Server Config

{
  "mcpServers": {
    "maton-server": {
      "command": "npx",
      "args": [
        "maton"
      ]
    }
  }
}

Links & Status

Repository: github.com
Hosted: No
Global: No
Official: Yes

Project Info

Hosted Featured
Created At: May 23, 2025
Updated At: Aug 07, 2025
Author: Maton AI
Category: community
Tags:
development documentation public