MCP.so
登录
D

Do Not Act

@aionathenea-eng

关于 Do Not Act

Dispute & Resolution Intelligence API for prediction-market agents. donotact_dispute, donotact_watchlist_add and donotact_alerts add a fail-closed, read-only safety gate that flags UMA dispute history and settlement-rule ambiguity before an agent acts. READY / DO_NOT_ACT / INSUFF

基本信息

分类

其他

传输方式

stdio

发布者

aionathenea-eng

提交者

Aion Athenea

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "donotact": {
      "command": "mcp-donotact",
      "env": {
        "DONOTACT_API_KEY": "<YOUR_API_KEY>"
      }
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Do Not Act?

Do Not Act is a Dispute & Resolution Intelligence API for prediction-market agents. It provides a fail-closed, read-only safety gate that checks UMA dispute history and settlement-rule ambiguity before an agent acts.

How to use Do Not Act?

Use the commands donotact_dispute, donotact_watchlist_add, and donotact_alerts to query market safety. The API returns one of three statuses: READY, DO_NOT_ACT, or INSUFFICIENT_EVIDENCE. It does not execute trades or hold custody.

Key features of Do Not Act

  • Fail-closed read-only safety gate
  • Flags UMA dispute history and settlement-rule ambiguity
  • Returns actionable statuses: READY / DO_NOT_ACT / INSUFFICIENT_EVIDENCE
  • Integrates with Polymarket (Kalshi support planned)
  • No execution or custody of assets

Use cases of Do Not Act

  • Checking a prediction market's dispute status before trading
  • Preventing agents from acting on disputed or ambiguous markets
  • Adding a pre‑trade safety check in automated agent workflows

FAQ from Do Not Act

评论

其他 分类下的更多 MCP 服务器