What is the Ironscales MCP server?
MCP server for Ironscales phishing incident management — incidents, mailboxes, and reporting.
How to install Ironscales
Copy-paste configuration for popular MCP clients.
IRONSCALES_API_KEYrequiredsecretIronscales API key
IRONSCALES_COMPANY_IDrequiredIronscales company (tenant) identifier
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": {
"ironscales-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/wyre-technology/ironscales-mcp:v1.1.5"
],
"env": {
"IRONSCALES_API_KEY": "<YOUR_IRONSCALES_API_KEY>",
"IRONSCALES_COMPANY_ID": "<YOUR_IRONSCALES_COMPANY_ID>",
"MCP_TRANSPORT": "<YOUR_MCP_TRANSPORT>",
"AUTH_MODE": "<YOUR_AUTH_MODE>",
"LOG_LEVEL": "<YOUR_LOG_LEVEL>"
}
}
}
}{
"mcpServers": {
"ironscales-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/wyre-technology/ironscales-mcp:v1.1.5"
],
"env": {
"IRONSCALES_API_KEY": "<YOUR_IRONSCALES_API_KEY>",
"IRONSCALES_COMPANY_ID": "<YOUR_IRONSCALES_COMPANY_ID>",
"MCP_TRANSPORT": "<YOUR_MCP_TRANSPORT>",
"AUTH_MODE": "<YOUR_AUTH_MODE>",
"LOG_LEVEL": "<YOUR_LOG_LEVEL>"
}
}
}
}{
"mcpServers": {
"ironscales-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/wyre-technology/ironscales-mcp:v1.1.5"
],
"env": {
"IRONSCALES_API_KEY": "<YOUR_IRONSCALES_API_KEY>",
"IRONSCALES_COMPANY_ID": "<YOUR_IRONSCALES_COMPANY_ID>",
"MCP_TRANSPORT": "<YOUR_MCP_TRANSPORT>",
"AUTH_MODE": "<YOUR_AUTH_MODE>",
"LOG_LEVEL": "<YOUR_LOG_LEVEL>"
}
}
}
}{
"servers": {
"ironscales-mcp": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/wyre-technology/ironscales-mcp:v1.1.5"
],
"env": {
"IRONSCALES_API_KEY": "<YOUR_IRONSCALES_API_KEY>",
"IRONSCALES_COMPANY_ID": "<YOUR_IRONSCALES_COMPANY_ID>",
"MCP_TRANSPORT": "<YOUR_MCP_TRANSPORT>",
"AUTH_MODE": "<YOUR_AUTH_MODE>",
"LOG_LEVEL": "<YOUR_LOG_LEVEL>"
}
}
}
}claude mcp add ironscales-mcp --env IRONSCALES_API_KEY=<YOUR_IRONSCALES_API_KEY> --env IRONSCALES_COMPANY_ID=<YOUR_IRONSCALES_COMPANY_ID> --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/ironscales-mcp:v1.1.5Related MCP servers
MCP server for Abnormal Security — AI-powered email threat detection, cases, and remediation.
View repository →Action1 MCP server — endpoint inventory, patch visibility, and policy automation via REST API.
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 →