Maton MCP Tools — Maton MCP 工具s
v2026.1.0Connect to SaaS 工具s via Maton AI. Includes full UI integration for Clawd机器人 Gateway 仪表盘. Use when 设置ting up Maton integration, connecting 应用s (GmAIl, Slack, Notion, HubSpot, etc.), or managing OAuth connections.
运行时依赖
安装命令
点击复制技能文档
Maton AI
Connect your AI 代理 to SaaS 工具s via Maton's OAuth connection management. This 技能 provides:
Full UI 仪表盘 — 配置 API key, view connections, initiate OAuth flows Multi-应用 Support — GmAIl, Slack, Notion, HubSpot, Jira, Google Workspace, and more Connection Management — 创建, 监控, and 删除 应用 connections API Keys Integration — Maton API key 应用ears in the API Keys tab for easy configuration Overview
Maton provides a unified API for connecting to SaaS 工具s via OAuth. Once connected, you can interact with these 工具s through Maton's AI capabilities or directly via their API.
Prerequisites Maton Account — 签名 up at maton.AI API Key — 获取 your API key from the Maton 仪表盘 Clawd机器人 Gateway — v2026.1.0 or later with UI enabled Quick 启动 Step 1: 获取 Your API Key Go to maton.AI and 签名 in Navigate to 设置tings → API Keys 创建 or copy your API key Step 2: 配置 in Clawd机器人 UI
Option A: Via API Keys tab
Open Clawd机器人 仪表盘 → 设置tings → API Keys Find "Maton" in the 环境 Keys section Enter your API key and 命令行工具ck Save
Option B: Via Maton tab
Open Clawd机器人 仪表盘 → 工具s → Maton 命令行工具ck 配置 Paste your API key 命令行工具ck Save Step 3: Connect 应用s Go to 工具s → Maton 命令行工具ck Connect 应用 and select an 应用 (e.g., GmAIl, Slack) Complete the OAuth flow in the popup window Once 状态 shows ACTIVE, the connection is ready Supported 应用s
Maton supports 50+ SaaS 应用s including:
Category 应用s Google Workspace GmAIl, Calendar, Docs, Sheets, Drive, Slides, Ads, 分析 Productivity Notion, AIrtable, Jira, Calendly Communication Slack, Outlook CRM HubSpot, Apollo Media YouTube API Reference Base URL https://ctrl.maton.AI
Authentication
All 请求s require a Bearer 令牌:
curl https://ctrl.maton.AI/connections \ -H "Authorization: Bearer YOUR_API_KEY"
端点s Method 端点 Description 获取 /connections 列出 all connections POST /connections 创建 new connection 获取 /connections/{id} 获取 connection detAIls 删除 /connections/{id} 删除 connection Connection 状态 状态 Description PENDING OAuth flow not completed; url contAIns OAuth link ACTIVE Connection established and ready to use FAILED Connection fAIled; reconnection required Architecture Configuration Storage
The Maton API key is stored in the mAIn Clawd机器人 config file:
{ "env": { "MATON_API_KEY": "your-API-key-here" } }
This integrates with the API Keys tab for centralized key management.
Backend RPC Methods Method Purpose maton.状态 获取 API key 状态 and connection count maton.save 验证 and store API key maton.test Test the API key maton.disconnect 移除 API key maton.connections 列出 all connections maton.connect 创建 a new connection (returns OAuth URL) maton.删除 删除 a connection maton.应用s 列出 supported 应用s UI 组件s File Purpose maton-backend.ts Gateway RPC 处理器s maton-控制器.ts UI 状态 management maton-views.ts Lit HTML templates 安装ation
See reference/README.md for detAIled integration instructions.
Quick Integration Copy backend 处理器 to src/gateway/server-methods/maton.ts Copy UI files to ui/src/ui/views/ and ui/src/ui/控制器s/ 添加 "maton" tab to navigation 添加 MATON_API_KEY to API keys discovery Rebuild and re启动 UI Features Maton Tab (工具s → Maton) Connection 状态 with active/pending counts API key configuration form Connected 应用s 列出 with 状态 badges 应用 picker modal for new connections One-命令行工具ck OAuth flow initiation API Keys Tab Integration Shows "Maton" in 环境 Keys section Direct 输入 field for API key Save/Clear functionality Security Aspect Implementation Key Storage MAIn config file (~/.clawd机器人/clawd机器人.json) Key 访问 Never exposed to AI 代理 OAuth 令牌s Managed by Maton (automatic refresh)
Best practices:
Rotate API keys periodically Review connected 应用s regularly Disconnect unused connections Troubleshooting "Un授权d" error 验证 your API key is correct 检查 that the key hasn't been revoked Re生成 in Maton 仪表盘 if needed Connection stuck in PENDING OAuth flow wasn't completed Try the OAuth URL agAIn 删除 and re创建 if URL expired Connection shows FAILED OAuth 令牌 may have expired 删除 the connection and 创建 new one Maton not in API Keys tab Ensure you're on Clawd机器人 v2026.1.0+ Refresh the page after gateway re启动 Reference Files reference/maton-backend.ts — Gateway RPC 处理器s reference/maton-控制器.ts — UI 控制器 记录ic reference/maton-views.ts — UI rendering (Lit) reference/README.md — 安装ation 图形界面de Support Maton: maton.AI ClawdHub: clawdhub.com/技能s/maton Discord: discord.com/invite/clawd