MCP Server
MCP
io.github.naur9n/arbitrum-transaction-preflight
Paid Arbitrum transaction simulation and risk scoring for wallets and AI agents.
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
By
Comments
Sign in to leave a comment