← Back to Plugins
MCP Server MCP

io.github.naur9n/arbitrum-transaction-preflight

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "arbitrum-mpp-transaction-preflight",
      "version": "4.0.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Dedicated low-value payer key.",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "CLIENT_PRIVATE_KEY"
        },
        {
          "description": "Hosted paid API base URL.",
          "format": "string",
          "name": "SERVER_URL"
        },
        {
          "description": "42161 for Arbitrum One.",
          "format": "string",
          "name": "CHAIN_ID"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...