Skip to main content
Glama
mild-run

mild run

Official
by mild-run

mild.run — AI 智能体的人工审批闸门

在你的 AI 智能体执行任何不可逆操作之前——你的点按确认必不可少。

mild.run 是一个 MCP 服务器,它会拦截 AI 智能体的敏感操作(Stripe 退款、邮件发送、数据删除),并发送通知(Telegram 或邮件)请你批准或阻止,一切行为都不会超出审批先行的范围。你的智能体没有任何凭据——这道闸门在基础设施层面强制执行。


问题

你正在运行的 AI 智能体正在接触真实资金、真实邮箱和真实数据。当智能体误解你的意图或凭空猜错某个参数时,造成的伤害是即刻且不可逆的。

“我的智能体发了一笔 1,500 美元的退款。我说的明明是 150 美元。”
“我的智能体把一封测试邮件发给了整个 CRM 里的所有人。”
“我的智能体取消了我根本没打算取消的订阅。”

告诉智能体“行动前先询问”并不管用——你是在要求一个不确定性系统去监管自己。mild.run 在基础设施层面强制执行这道审批关卡。未获批 → 不得执行。智能体无法绕过。


Related MCP server: Openterms-mcp

工作原理

  1. mild.run 注册——免费

  2. 连接 Stripe(粘贴你的受限 API 密钥——仅 charges:Read + refunds:Write

  3. 连接 Telegram(点击机器人链接 → 发送一条消息 → 验证通过),或使用邮件审批

  4. 将你的 MCP URL 粘贴到你的智能体平台:

https://mcp.mild.run/mcp?mcp_token=YOUR_TOKEN

就这么简单。现在,每个敏感操作在触发前都需要你点击确认。


它管控什么

操作

利害关系

状态

Stripe 退款

资金

✅ 已上线

Stripe 订阅取消

收入

✅ 已上线

Stripe 客户删除

数据

✅ 已上线

Stripe 付款

现金

✅ 已上线

Gmail 发送邮件

声誉

✅ 已上线

Slack 发送消息

沟通

✅ 已上线


兼容平台

适用于任何兼容 MCP 的智能体平台:

  • base44 — 在一条聊天消息中粘贴 URL

  • Claude Desktop — 添加到 claude_desktop_config.json

  • ChatGPT — 需要开发者模式(设置 → 连接器),然后作为无认证连接器添加即可

  • n8n — 添加为 MCP 节点

  • Cursor / Windsurf — 添加到 MCP 设置中

  • 任意 MCP 客户端 — Streamable HTTP transport(/mcp

对于任何尚未迁移到 Streamable HTTP 的客户端,旧的 SSE 端点(/sse)仍然可用,但它已弃用——新集成都应使用上面的 /mcp URL。


审批流程

当你的智能体尝试执行一个受控操作时:

  1. 智能体调用工具(例如 stripe_refund

  2. mild.run 记录请求,并立即向智能体返回确认

  3. 你会收到通知(Telegram 点按或邮件链接),其中包含批准或阻止选项:

🌊 mild.run — Approval Required

Action: Stripe Refund
Charge: ch_3abc...
Amount: $150.00
Reason: Customer request

[✅ Approve]  [🚫 Block]
  1. 点击 Approve → 退款执行。点击 Block → 什么也不发生。

  2. 24 小时内不作决定 → 自动阻止。

  3. 每条审批决定都会记录在 mild.run 的仪表板中。


为什么不让智能体自己询问?

提示语只是建议性的——智能体可能会忽略它们,尤其是在遭遇提示词注入时。mild.run 掌握着你的 Stripe 受限密钥。智能体没有任何凭据。除了通过 mild.run,智能体没有任何路径访问 Stripe。

提示词方案

mild.run

强制方

智能体自己

基础设施

可绕过?

凭据绕过路径?

审计跟踪?


定价

套餐

价格

包含内容

免费

$0/月

每月 30 次审批,Stripe + Gmail,Telegram

Solo

$12/月

无限次审批,所有集成,90 天审计日志

mild.run 免费注册。


MCP 工具

mild.run 提供以下 MCP 工具。所有工具都需要将 mcp_token 作为参数(这是你在 mild.run/dashboard 获取的个人令牌)。

工具

说明

stripe_refund

经人工审批后执行 Stripe 退款

stripe_subscription_cancel

经人工审批后取消 Stripe 订阅

stripe_customer_delete

经人工审批后删除 Stripe 客户

stripe_payout

经人工审批后创建 Stripe 付款

gmail_send_email

经人工审批后发送 Gmail 邮件

slack_post_message

经人工审批后发送 Slack 消息

get_approval_status

检查某个待处理审批请求的状态


安全

  • Stripe 受限密钥被加密存储,绝不使用明文

  • 你的 mcp_token 是一个 UUID,URL 中不含任何邮箱或个人数据

  • Telegram 的 webhook 通过秘密令牌验证

  • 每条批准决定都会记录时间戳并保存在服务器端

  • 除审批请求之外,mild.run 绝不会存储你的邮件内容


链接

F
license - not found
Not graded
quality - not tested
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    Not graded
    quality
    D
    maintenance
    Human-in-the-Loop authorization gateway for AI Agents. Securely pause MCP workflows and route high-risk actions to human approvers via Slack or Email.
    117
    1
    MIT
  • A
    license
    A
    quality
    C
    maintenance
    Cryptographic proof of consent for AI agents. Sign before you act. Policy engine enforces spending caps, action whitelists, and escalation rules. Independently verifiable by anyone.
    10
    2
    Apache 2.0
  • A
    license
    A
    quality
    A
    maintenance
    Local zero-trust permission gateway for AI agents. Enforces policy-based tool authorization, human approvals, scoped permissions, and cryptographically verifiable audit logs.
    4
    5
    Apache 2.0
  • A
    license
    Not graded
    quality
    B
    maintenance
    AgentPay is the authorization layer between an AI agent and real spending. You define the rules — spending caps, allowed merchants, time windows — and every purchase attempt the agent makes is checked against them in real time. Approved transactions go through. Anything outside the mandate is blocked and logged. No more babysitting every agent action. No more runaway charges.
    MIT

View all related MCP servers

Related MCP Connectors

  • Authenticated email gateway for AI agents — per-agent inboxes, HITL approval, SPF/DKIM verified.

  • Authenticated email gateway for AI agents — per-agent inboxes, HITL approval, SPF/DKIM verified.

  • Runtime permission, approval, and audit layer for AI agent tool execution.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/mild-run/mild-run-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server