A production-grade MCP server that wraps the entire Action1 REST API, enabling Claude or any MCP host to manage endpoints, run scripts, deploy updates, and more via natural language with safety guards.
Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.
Install from
M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.
Disclosed vulnerabilities in this server's declared npm dependencies (via OSV). Whether each is reachable depends on the installed versions.
Anthropic's MCP TypeScript SDK has a ReDoS vulnerability
Model Context Protocol (MCP) TypeScript SDK does not enable DNS rebinding protection by default
process.env. You'll be asked to provide them before it can run.ACTION1_ALLOW_DESTRUCTIVE— Three-layer destructive guard — envACTION1_BASE_URL— yes — Region-specific instance, e.g. https://app.eu.action1.com/api/3.0.ACTION1_CLIENT_ID— yes — OAuth2 client id from Action1 → Settings → API Credentials.ACTION1_CLIENT_SECRET— yes — OAuth2 client secret. Shown once at credential creation.ACTION1_DESTRUCTIVE_AUTO_CONFIRM— for isolated single-operatorACTION1_LAST_SEEN_STALE_MINUTES— no 10 Minutes since last_seen before an endpoint is treated as offline (range 1–1440). Tune up for fleets that check in infrequently.ACTION1_LOG_LEVEL— no info One of debug, info, notice, warn, warning, error, critical, alert, emergency.ACTION1_ORG_ID— recommended — Default org UUID. Each tool can override via org_id.HOST— no 127.0.0.1 HTTP transport host.MCP_HTTP_ALLOWED_ORIGINS— no unset Comma-separated allowlist for browser Origin headers. Required when binding to a non-loopback host — the server hard-fails to start otherwise.MCP_HTTP_TOKEN— auth via (constant-time compare), a 1 MB body limit,PORT— no 3000 HTTP transport port.TRUST_PROXY— no false Reverse-proxy hop trust for correct client IPs in rate-limiting. One of false / true / loopback / a CIDR. Enable only for trusted upstream proxies.VITEST[](https://m8ven.ai/mcp/mguttmann-action1-mcp-dy8uuu)