INDIVIDUAL MCP TOOL
dry_run_autofix_cloudformation
Preview what autofix_cloudformation would do — returns a unified diff per template showing the precise line changes, without modifying any content.
LIVE ENDPOINT
https://audytx.com/mcp
Connect to this endpoint to inspect the live schema for dry_run_autofix_cloudformation and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.audytx]
url = "https://audytx.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"audytx": {
"type": "http",
"url": "https://audytx.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: audytx
Remote MCP URL: https://audytx.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"audytx": {
"url": "https://audytx.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"audytx": {
"type": "http",
"url": "https://audytx.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "audytx",
"transport": "streamable-http",
"url": "https://audytx.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
scan_terraform— Scan AWS Terraform files for security misconfigurations, IAM privilege-escalation paths, cross-resource attack paths, and cost risks.scan_cloudformation— Scan AWS CloudFormation templates (JSON or YAML, including SAM templates and whole CDK cloud assemblies — cdk.out manifests welcome) for security misconfigurations, IAM privilege-escalation paths, cross-resource attack paths, and cost risks.autofix_terraform— Apply audytx's sound one-click fixes to the given Terraform files and re-scan, looping until no auto-applicable findings remain (max 3 passes).autofix_cloudformation— Apply audytx's sound one-click fixes to the given CloudFormation templates and re-scan, looping until no auto-applicable findings remain (max 3 passes).dry_run_autofix— Preview what autofix_terraform would do — returns a unified diff per file showing the precise line changes, without modifying any content.explain_finding— Return structured explanation and remediation guidance for a rule ID (e.g.get_context_graph— Return the full relationship graph audytx built for the given Terraform or CloudFormation files (schema v0.2).cost_sampler— Estimate monthly and annual AWS cost-savings opportunities in the given Terraform: storage tiering (gp2→gp3 on EBS/RDS, S3 lifecycle + intelligent-tiering), EC2 right-sizing on non-prod, NAT Gateway vs VPC endpoints, over-provisioned/non-prod RDS (multi-AZ, long backup retention) and DynamoDB, and missing cost-allocation tags.