← mactechsolutionsllc.com
INDIVIDUAL MCP TOOL
export_stig_checklist
Generate a DISA STIG Viewer checklist (.
LIVE ENDPOINT
https://www.mactechsolutionsllc.com/api/mcp/stig
Connect to this endpoint to inspect the live schema for export_stig_checklist 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.mactech-stig]
url = "https://www.mactechsolutionsllc.com/api/mcp/stig"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"mactech-stig": {
"type": "http",
"url": "https://www.mactechsolutionsllc.com/api/mcp/stig"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: mactech-stig
Remote MCP URL: https://www.mactechsolutionsllc.com/api/mcp/stig
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": {
"mactech-stig": {
"url": "https://www.mactechsolutionsllc.com/api/mcp/stig"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"mactech-stig": {
"type": "http",
"url": "https://www.mactechsolutionsllc.com/api/mcp/stig"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "mactech-stig",
"transport": "streamable-http",
"url": "https://www.mactechsolutionsllc.com/api/mcp/stig"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_stig— Search DISA STIG hardening rules across RHEL 8, RHEL 9, Windows 11, Windows Server 2022, and Cisco IOS Router NDM benchmarks — by keyword (matched against rule IDs and titles first, then descriptions), filterable by product, severity (high/medium/low, mapping to CAT I/II/III), category, and automation level.get_stig_rule— Get the complete detail for one DISA STIG rule by its SV id (from search_stig): the requirement discussion, the exact check procedure an assessor runs, the fix text, severity, NIST control mapping, and whether it is SCAP-automatable.list_stig_benchmarks— List the DISA STIG benchmarks this server covers, with versions, rule counts, and severity breakdowns.