← 返回
未分类 Key 中文

Maverick Monday Mcp

Search, read, and update Monday.com boards, workspaces, items, updates, and columns via Monday.com's hosted MCP server (https://mcp.monday.com/mcp). Use when...
通过 Monday.com 托管的 MCP 服务器(https://mcp.monday.com/mcp)搜索、读取和更新 Monday.com 的看板、工作区、项目、动态和列。使用时机...
maverick maverick 来源
未分类 clawhub v1.0.4 4 版本 99831.9 Key: 需要
★ 0
Stars
📥 594
下载
💾 1
安装
4
版本
#latest

概述

Monday.com

How to use this skill

This skill is a thin pass-through to Monday.com's hosted MCP server at https://mcp.monday.com/mcp. The live server is the source of truth for what tools exist, what they're called, what arguments they take, and any per-server instructions the server publishes.

Step 1 - Discover the live tool catalog and any server-published usage instructions. Always run this first; do not rely on tool names from memory:

mcporter --config {baseDir}/mcporter.json list maverick-monday --schema

The output includes the server's Instructions: field, if published, and a JSON Schema for every tool's parameters. Treat this as the authoritative reference for the rest of the session.

Step 2 - Call any tool from the catalog using the form maverick-monday.:

mcporter --config {baseDir}/mcporter.json call maverick-monday.<tool> <arg>=<value> ...

Add --output json for structured output and transport-error envelopes:

mcporter --config {baseDir}/mcporter.json call --output json maverick-monday.<tool> ...

Safety

Write operations that create, update, delete, archive, publish, or modify boards, items, updates, columns, and workspaces affect Monday.com data visible to the connected account. Confirm clear user intent before invoking write tools - search and read tools are safe to call freely while exploring. Resolve board and workspace IDs first, read the board's column schema before writing column values, and fetch item state before updating or commenting.

Authentication

This skill expects MAVERICK_MONDAY_MCP_ACCESS_TOKEN to be set in the agent runtime environment. mcporter sends it as Authorization: Bearer on every request.

If calls fail with auth errors, the token is invalid, expired, or revoked - re-issue and re-set MAVERICK_MONDAY_MCP_ACCESS_TOKEN. There is no automatic refresh; bearer tokens are static.

Data flow

Tool calls travel to Monday.com's hosted MCP service at https://mcp.monday.com/mcp over HTTPS, authenticated with a bearer token. Monday.com sees the board, workspace, item, update, and column data referenced by each call. Use this skill for Monday.com-related work only; do not pass unrelated sensitive content through these tools.

Dependencies

  • mcporter (github.com/openclaw/mcporter) - MCP CLI used to invoke Monday.com's hosted MCP server. Auto-installed via npm install -g --ignore-scripts mcporter if missing on PATH (see install spec in frontmatter). The install spec uses unpinned mcporter (npm latest); operators with strict supply-chain controls should override the install to pin a specific version (e.g. mcporter@).

版本历史

共 4 个版本

  • v1.0.4 当前
    2026-05-21 23:13 安全 安全
  • v1.0.3
    2026-05-21 13:03 安全 安全
  • v1.0.1
    2026-05-08 13:13 安全 安全
  • v1.0.0
    2026-05-08 02:19

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

business-ops

Stripe

byungkyu
Stripe API 集成,支持托管 OAuth,实现对客户、订阅、发票、产品、价格和支付的可写金融集成。
★ 27 📥 25,997
business-ops

Discord

steipete
当需要通过discord工具控制Discord时使用:发送消息、添加反应、发布或上传表情包、上传表情、创建投票、管理帖子/置顶/搜索、获取权限或成员/角色/频道信息,或在Discord私信或频道中处理管理操作。
★ 78 📥 38,021
business-ops

Trello

steipete
使用 Trello REST API 管理看板、列表和卡片
★ 162 📥 41,265