Back to Browse

Action1 MCP Server

Developer ToolsLow Risk10.0MCP RegistryLocal
Free

Server data from the Official MCP Registry

Action1 MCP server — endpoint inventory, patch visibility, and policy automation via REST API.

About

Action1 MCP server — endpoint inventory, patch visibility, and policy automation via REST API.

Security Report

10.0
Low Risk10.0Low Risk

Valid MCP server (2 strong, 1 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry. Trust signals: trusted author (83/96 approved).

5 files analyzed · No issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

file_system

Check that this permission is expected for this type of plugin.

Shell Command Execution

Runs commands on your machine. Be cautious — only use if you trust this plugin.

HTTP Network Access

Connects to external APIs or services over the internet.

What You'll Need

Set these up before or after installing:

Action1 OAuth client IDOptional

Environment variable: ACTION1_CLIENT_ID

Action1 OAuth client secretRequired

Environment variable: ACTION1_CLIENT_SECRET

Action1 tenant identifier (subdomain). Provide this or ACTION1_BASE_URL.Optional

Environment variable: ACTION1_TENANT

Action1 base URL (e.g. https://your-instance.action1.com). Provide this or ACTION1_TENANT.Optional

Environment variable: ACTION1_BASE_URL

Transport mode for the server. Set to 'stdio' for local CLI use; the image defaults to 'http' for gateway hosting.Optional

Environment variable: MCP_TRANSPORT

Credential source: 'env' reads vars locally, 'gateway' expects header injection from the WYRE MCP Gateway.Optional

Environment variable: AUTH_MODE

Log verbosity: debug, info, warn, errorOptional

Environment variable: LOG_LEVEL

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-wyre-technology-action1-mcp": {
      "env": {
        "AUTH_MODE": "your-auth-mode-here",
        "LOG_LEVEL": "your-log-level-here",
        "MCP_TRANSPORT": "your-mcp-transport-here",
        "ACTION1_TENANT": "your-action1-tenant-here",
        "ACTION1_BASE_URL": "your-action1-base-url-here",
        "ACTION1_CLIENT_ID": "your-action1-client-id-here",
        "ACTION1_CLIENT_SECRET": "your-action1-client-secret-here"
      },
      "args": [
        "-y",
        "@wyre-technology/action1-mcp"
      ],
      "command": "npx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!