nist_control_family

Pack: nist-standards · Endpoint: https://gateway.pipeworx.io/nist-standards/mcp

List every NIST control in a family — the FedRAMP/800-53 control-family baseline. Use for “list all NIST access control controls”, “NIST 800-53 AC family”, “what controls are in identification and authentication”, “NIST system and communications protection family”. Input a family code (“AC”, “IA”, “SC”, “AU”, “SI”, …) or a family name (“access control”). Returns the family title plus every control id + title (including enhancements). Source: SP 800-53 Rev 5 (+ SP 800-171 Rev 3). Examples: {“family”:“AC”}, {“family”:“identification and authentication”}, {“family”:“SC”}.

Parameters

NameTypeRequiredDescription
familystringyesFamily code (“AC”,“IA”,“SC”,…) or name (“access control”).

Example call

curl -X POST https://gateway.pipeworx.io/nist-standards/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"nist_control_family","arguments":{}}}'

Connect

Add this to your MCP client config, or use one-click install buttons:

{
  "mcpServers": {
    "nist-standards": {
      "url": "https://gateway.pipeworx.io/nist-standards/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build July 24, 2026