← Index

Action1

io.github.wyre-technology/action1-mcp·v1.0.3·Other
Quality Score
95
/100

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

§00  Trust verdict · v1 advisory ·  method
UNVERIFIEDno verdict on file

Verdict not yet evaluated for this tool. The hybrid eval runs adversarial cases first; coverage rolls out as the corpus expands. Until a verdict is recorded, an agent should treat this tool as not-yet-cleared and fall back to its own checks. Method: hybrid eval, four-state verdict, honest limits.

§01  Install
Claude Desktop (Docker)
{
  "mcpServers": {
    "action1-mcp": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "ghcr.io/wyre-technology/action1-mcp:v1.0.3"
      ],
      "env": {
        "ACTION1_CLIENT_ID": "<action1_client_id>",
        "ACTION1_CLIENT_SECRET": "<your-action1_client_secret>",
        "ACTION1_TENANT": "<action1_tenant>",
        "ACTION1_BASE_URL": "<action1_base_url>",
        "MCP_TRANSPORT": "stdio",
        "AUTH_MODE": "env",
        "LOG_LEVEL": "info"
      }
    }
  }
}
§02  Environment variables
ACTION1_CLIENT_ID
required

Action1 OAuth client ID

ACTION1_CLIENT_SECRET
requiredsecret

Action1 OAuth client secret

ACTION1_TENANT

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

ACTION1_BASE_URL

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

MCP_TRANSPORT

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

AUTH_MODE

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

LOG_LEVEL

Log verbosity: debug, info, warn, error

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
20
installability
25
documentation
15
stability
10
§04  Alternatives in Other