← 返回
数据分析 Key 中文

Maton MCP Tools

Connect to SaaS tools via Maton AI. Includes full UI integration for Clawdbot Gateway dashboard. Use when setting up Maton integration, connecting apps (Gmai...
通过 Maton AI 连接 SaaS 工具,包含 Clawdbot Gateway 仪表盘的完整 UI 集成。适用于设置 Maton 集成及连接应用(如 Gmail 等)。
maverick-software
数据分析 clawhub v1.0.0 1 版本 99798.6 Key: 需要
★ 0
Stars
📥 1,982
下载
💾 34
安装
1
版本
#latest

概述

Maton AI

Connect your AI agent to SaaS tools via Maton's OAuth connection management. This skill provides:

  • Full UI Dashboard — Configure API key, view connections, initiate OAuth flows
  • Multi-App Support — Gmail, Slack, Notion, HubSpot, Jira, Google Workspace, and more
  • Connection Management — Create, monitor, and delete app connections
  • API Keys Integration — Maton API key appears in the API Keys tab for easy configuration

Overview

Maton provides a unified API for connecting to SaaS tools via OAuth. Once connected, you can interact with these tools through Maton's AI capabilities or directly via their API.

Prerequisites

  1. Maton Account — Sign up at maton.ai
  2. API Key — Get your API key from the Maton dashboard
  3. Clawdbot Gateway — v2026.1.0 or later with UI enabled

Quick Start

Step 1: Get Your API Key

  1. Go to maton.ai and sign in
  2. Navigate to Settings → API Keys
  3. Create or copy your API key

Step 2: Configure in Clawdbot UI

Option A: Via API Keys tab

  1. Open Clawdbot Dashboard → SettingsAPI Keys
  2. Find "Maton" in the Environment Keys section
  3. Enter your API key and click Save

Option B: Via Maton tab

  1. Open Clawdbot Dashboard → ToolsMaton
  2. Click Configure
  3. Paste your API key
  4. Click Save

Step 3: Connect Apps

  1. Go to ToolsMaton
  2. Click Connect App and select an app (e.g., Gmail, Slack)
  3. Complete the OAuth flow in the popup window
  4. Once status shows ACTIVE, the connection is ready

Supported Apps

Maton supports 50+ SaaS applications including:

CategoryApps
----------------
Google WorkspaceGmail, Calendar, Docs, Sheets, Drive, Slides, Ads, Analytics
ProductivityNotion, Airtable, Jira, Calendly
CommunicationSlack, Outlook
CRMHubSpot, Apollo
MediaYouTube

API Reference

Base URL

https://ctrl.maton.ai

Authentication

All requests require a Bearer token:

curl https://ctrl.maton.ai/connections \
  -H "Authorization: Bearer YOUR_API_KEY"

Endpoints

MethodEndpointDescription
-------------------------------
GET/connectionsList all connections
POST/connectionsCreate new connection
GET/connections/{id}Get connection details
DELETE/connections/{id}Delete connection

Connection Status

StatusDescription
---------------------
PENDINGOAuth flow not completed; url contains OAuth link
ACTIVEConnection established and ready to use
FAILEDConnection failed; reconnection required

Architecture

Configuration Storage

The Maton API key is stored in the main Clawdbot config file:

{
  "env": {
    "MATON_API_KEY": "your-api-key-here"
  }
}

This integrates with the API Keys tab for centralized key management.

Backend RPC Methods

MethodPurpose
-----------------
maton.statusGet API key status and connection count
maton.saveValidate and store API key
maton.testTest the API key
maton.disconnectRemove API key
maton.connectionsList all connections
maton.connectCreate a new connection (returns OAuth URL)
maton.deleteDelete a connection
maton.appsList supported apps

UI Components

FilePurpose
---------------
maton-backend.tsGateway RPC handlers
maton-controller.tsUI state management
maton-views.tsLit HTML templates

Installation

See reference/README.md for detailed integration instructions.

Quick Integration

  1. Copy backend handler to src/gateway/server-methods/maton.ts
  2. Copy UI files to ui/src/ui/views/ and ui/src/ui/controllers/
  3. Add "maton" tab to navigation
  4. Add MATON_API_KEY to API keys discovery
  5. Rebuild and restart

UI Features

Maton Tab (Tools → Maton)

  • Connection status with active/pending counts
  • API key configuration form
  • Connected apps list with status badges
  • App picker modal for new connections
  • One-click OAuth flow initiation

API Keys Tab Integration

  • Shows "Maton" in Environment Keys section
  • Direct input field for API key
  • Save/Clear functionality

Security

AspectImplementation
------------------------
Key StorageMain config file (~/.clawdbot/clawdbot.json)
Key AccessNever exposed to AI agent
OAuth TokensManaged by Maton (automatic refresh)

Best practices:

  • Rotate API keys periodically
  • Review connected apps regularly
  • Disconnect unused connections

Troubleshooting

"Unauthorized" error

  • Verify your API key is correct
  • Check that the key hasn't been revoked
  • Regenerate in Maton dashboard if needed

Connection stuck in PENDING

  • OAuth flow wasn't completed
  • Try the OAuth URL again
  • Delete and recreate if URL expired

Connection shows FAILED

  • OAuth token may have expired
  • Delete the connection and create new one

Maton not in API Keys tab

  • Ensure you're on Clawdbot v2026.1.0+
  • Refresh the page after gateway restart

Reference Files

  • reference/maton-backend.ts — Gateway RPC handlers
  • reference/maton-controller.ts — UI controller logic
  • reference/maton-views.ts — UI rendering (Lit)
  • reference/README.md — Installation guide

Support

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-29 02:19 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

content-creation

Copywriting Pro

maverick-software
为任何形式撰写有说服力、高转化率的文案——广告、着陆页、邮件、销售页、标题、产品描述、CTA和社交帖子。App...
★ 2 📥 4,940
data-analysis

A股量化 AkShare

mbpz
A股量化数据分析工具,基于AkShare库获取A股行情、财务数据、板块信息等。用于回答关于A股股票查询、行情数据、财务分析、选股等问题。
★ 164 📥 59,892
data-analysis

Excel / XLSX

ivangdavila
创建、检查和编辑 Microsoft Excel 工作簿及 XLSX 文件,支持可靠的公式、日期、类型、格式、重算及模板保留功能。
★ 367 📥 140,284