Odel
arbitrum mpp transaction preflight

arbitrum mpp transaction preflight

Local
@naur9nTypeScriptUpdated 1mo ago

Paid Arbitrum transaction simulation and risk scoring for wallets and AI agents.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmarbitrum-mpp-transaction-preflightv4.0.0

Run

npx -y arbitrum-mpp-transaction-preflight

MCP client config

{
  "mcpServers": {
    "arbitrum-mpp-transaction-preflight": {
      "command": "npx",
      "args": [
        "-y",
        "arbitrum-mpp-transaction-preflight"
      ]
    }
  }
}