What is the Action1 MCP server?
Action1 MCP server — endpoint inventory, patch visibility, and policy automation via REST API.
How to install Action1
Copy-paste configuration for popular MCP clients.
ACTION1_CLIENT_IDrequiredAction1 OAuth client ID
ACTION1_CLIENT_SECRETrequiredsecretAction1 OAuth client secret
ACTION1_TENANTAction1 tenant identifier (subdomain). Provide this or ACTION1_BASE_URL.
ACTION1_BASE_URLAction1 base URL (e.g. https://your-instance.action1.com). Provide this or ACTION1_TENANT.
MCP_TRANSPORTTransport mode for the server. Set to 'stdio' for local CLI use; the image defaults to 'http' for gateway hosting.
AUTH_MODECredential source: 'env' reads vars locally, 'gateway' expects header injection from the WYRE MCP Gateway.
LOG_LEVELLog verbosity: debug, info, warn, error
{
"mcpServers": {
"action1-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/wyre-technology/action1-mcp:v1.0.5"
],
"env": {
"ACTION1_CLIENT_ID": "<YOUR_ACTION1_CLIENT_ID>",
"ACTION1_CLIENT_SECRET": "<YOUR_ACTION1_CLIENT_SECRET>",
"ACTION1_TENANT": "<YOUR_ACTION1_TENANT>",
"ACTION1_BASE_URL": "<YOUR_ACTION1_BASE_URL>",
"MCP_TRANSPORT": "<YOUR_MCP_TRANSPORT>",
"AUTH_MODE": "<YOUR_AUTH_MODE>",
"LOG_LEVEL": "<YOUR_LOG_LEVEL>"
}
}
}
}{
"mcpServers": {
"action1-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/wyre-technology/action1-mcp:v1.0.5"
],
"env": {
"ACTION1_CLIENT_ID": "<YOUR_ACTION1_CLIENT_ID>",
"ACTION1_CLIENT_SECRET": "<YOUR_ACTION1_CLIENT_SECRET>",
"ACTION1_TENANT": "<YOUR_ACTION1_TENANT>",
"ACTION1_BASE_URL": "<YOUR_ACTION1_BASE_URL>",
"MCP_TRANSPORT": "<YOUR_MCP_TRANSPORT>",
"AUTH_MODE": "<YOUR_AUTH_MODE>",
"LOG_LEVEL": "<YOUR_LOG_LEVEL>"
}
}
}
}{
"mcpServers": {
"action1-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/wyre-technology/action1-mcp:v1.0.5"
],
"env": {
"ACTION1_CLIENT_ID": "<YOUR_ACTION1_CLIENT_ID>",
"ACTION1_CLIENT_SECRET": "<YOUR_ACTION1_CLIENT_SECRET>",
"ACTION1_TENANT": "<YOUR_ACTION1_TENANT>",
"ACTION1_BASE_URL": "<YOUR_ACTION1_BASE_URL>",
"MCP_TRANSPORT": "<YOUR_MCP_TRANSPORT>",
"AUTH_MODE": "<YOUR_AUTH_MODE>",
"LOG_LEVEL": "<YOUR_LOG_LEVEL>"
}
}
}
}{
"servers": {
"action1-mcp": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/wyre-technology/action1-mcp:v1.0.5"
],
"env": {
"ACTION1_CLIENT_ID": "<YOUR_ACTION1_CLIENT_ID>",
"ACTION1_CLIENT_SECRET": "<YOUR_ACTION1_CLIENT_SECRET>",
"ACTION1_TENANT": "<YOUR_ACTION1_TENANT>",
"ACTION1_BASE_URL": "<YOUR_ACTION1_BASE_URL>",
"MCP_TRANSPORT": "<YOUR_MCP_TRANSPORT>",
"AUTH_MODE": "<YOUR_AUTH_MODE>",
"LOG_LEVEL": "<YOUR_LOG_LEVEL>"
}
}
}
}claude mcp add action1-mcp --env ACTION1_CLIENT_ID=<YOUR_ACTION1_CLIENT_ID> --env ACTION1_CLIENT_SECRET=<YOUR_ACTION1_CLIENT_SECRET> --env ACTION1_TENANT=<YOUR_ACTION1_TENANT> --env ACTION1_BASE_URL=<YOUR_ACTION1_BASE_URL> --env MCP_TRANSPORT=<YOUR_MCP_TRANSPORT> --env AUTH_MODE=<YOUR_AUTH_MODE> --env LOG_LEVEL=<YOUR_LOG_LEVEL> -- docker run -i --rm ghcr.io/wyre-technology/action1-mcp:v1.0.5Related MCP servers
MCP server for Abnormal Security — AI-powered email threat detection, cases, and remediation.
View repository →MCP server for Alternative Payments — customers, invoices, payment requests, payouts, webhooks.
View repository →MCP server for Kaseya Autotask PSA — companies, tickets, projects, time entries, and more.
View repository →MCP server for the Auvik network monitoring API — devices, alerts, statistics, billing.
View repository →MCP server for the Avanan MSP SmartAPI — manage child MSPs, users, tenants, licenses, and usage.
View repository →