← mactechsolutionsllc.com

INDIVIDUAL MCP TOOL

crosswalk_control

Map a security control across frameworks: NIST SP 800-171 Rev 2 ↔ NIST SP 800-53 (FedRAMP Moderate) ↔ NIST CSF 2.

mactechsolutionsllc.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://www.mactechsolutionsllc.com/api/mcp

No auth detected

Connect to this endpoint to inspect the live schema for crosswalk_control 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

mactechsolutionsllc.com

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-cmmc]
url = "https://www.mactechsolutionsllc.com/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "mactech-cmmc": {
      "type": "http",
      "url": "https://www.mactechsolutionsllc.com/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: mactech-cmmc
Remote MCP URL: https://www.mactechsolutionsllc.com/api/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": {
    "mactech-cmmc": {
      "url": "https://www.mactechsolutionsllc.com/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "mactech-cmmc": {
      "type": "http",
      "url": "https://www.mactechsolutionsllc.com/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "mactech-cmmc",
  "transport": "streamable-http",
  "url": "https://www.mactechsolutionsllc.com/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • lookup_control — Get one NIST SP 800-171 Rev 2 security requirement by number (e.
  • list_controls — List NIST SP 800-171 Rev 2 requirements with their DoD Assessment Methodology (SPRS) weights, optionally filtered by control family name or by point weight (5, 3, or 1).
  • calculate_sprs_score — Compute an exact SPRS score per the DoD Assessment Methodology: start at 110 and subtract each unimplemented requirement's Annex A weight (floor −203).
  • get_assessment_objectives — Get the official NIST SP 800-171A assessment objectives for one NIST SP 800-171 Rev 2 requirement — the exact "Determine if.
  • determine_cmmc_level — Determine which CMMC level (1, 2, or 3) applies to a defense contractor based on the data they handle and the clauses in their contracts, and what assessment that level requires (annual self-assessment vs triennial C3PAO certification).
  • list_level1_practices — List all 17 CMMC Level 1 basic safeguarding practices with their FAR 52.
  • generate_poam_entries — Turn a list of unimplemented NIST SP 800-171 controls into structured Plan of Action & Milestones (POA&M) entries — deficiency description, planned remediation, priority derived from the SPRS weight, and target dates per DoD-aligned governance (90 days for high-priority items, 180 for standard).