Skip to main content
Glama
cloudcwfranck

@cloudcraftwithfranck/govcloud-mcp

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
SITE_API_BASENoOverride site API base URLhttps://www.cloudcraftwithfranck.org
ANTHROPIC_API_KEYYesYour Anthropic API key

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{}
resources
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
bicep_analyzeA

Analyze Azure Bicep IaC code for NIST 800-53 Rev 5 compliance coverage. Returns controls addressed, gaps, security findings, and overall FedRAMP/IL4 readiness score.

bicep_remediateA

Auto-remediate Azure Bicep code to meet FedRAMP or DoD IL compliance targets. Returns hardened Bicep with a change log mapping each modification to the NIST 800-53 control it addresses.

control_lookupA

Look up any NIST 800-53 Rev 5 control and get the full requirement text, Azure implementation guidance, FedRAMP inheritance model, and a copy-ready eMASS narrative starter.

control_narrativeA

Generate eMASS-ready control implementation narratives for any NIST 800-53 Rev 5 control given your system description. Output is AO-review quality prose.

poam_generateA

Generate Plan of Action & Milestones (POA&M) entries from compliance gaps. Output is formatted for eMASS import with weakness descriptions, scheduled completion dates, and milestones.

ato_readinessA

Score a system description against FedRAMP/DoD ATO requirements. Returns readiness score, critical gaps, estimated timeline, and prioritized next actions.

oscal_fragmentA

Generate valid OSCAL SSP fragment (JSON or XML) for Azure resource configurations. Machine-readable output compatible with eMASS OSCAL import.

landing_zone_designC

Design a complete Azure Landing Zone architecture for government workloads. Returns hub-spoke topology, subscription structure, network layout, security services, and Bicep scaffold.

landing_zone_referenceB

Generate Azure Landing Zone architecture grounded in the official Microsoft Enterprise Scale reference implementation (github.com/Azure/Enterprise-Scale). Returns Management Group hierarchy, policy assignments, hub-spoke topology, and Bicep scaffold aligned with CAF and ALZ accelerator.

azure_service_selectorA

Select the right Azure service for a government workload requirement with compliance rationale, GCC High availability confirmation, and alternatives analysis.

gcc_high_guidanceA

Get Azure GCC High specific configuration requirements, limitations, and gotchas for any Azure service or scenario. Includes what works differently in GCC High vs Azure Government vs Commercial.

private_endpoint_mapC

Generate the complete private endpoint architecture required for a list of Azure services at a given FedRAMP/IL compliance level. Returns Bicep for every required private endpoint and DNS configuration.

bigbang_validateA

Validate a Platform One Big Bang values.yaml against DoD IL compliance requirements. Returns compliance score, specific violations, and hardened values.

bigbang_hardenA

Generate a fully hardened Big Bang values.yaml targeting DoD IL4 or IL5 from scratch or from an existing values file. Includes Chainguard/Iron Bank digest-pinned images.

ironbank_lookupA

Look up Iron Bank hardened container images for any application. Returns the correct registry1.dso.mil registry path, latest approved version, Cosign verification commands, and pull secret configuration.

addon_configuratorA

Generate production-ready Big Bang addon configuration values for any Platform One addon. Returns hardened values with Iron Bank images, resource limits, and IL-appropriate security settings.

pipeline_auditA

Audit a CI/CD pipeline configuration (GitLab CI, GitHub Actions, Tekton, Jenkins) for DoD DevSecOps compliance. Returns a scored audit with violations and hardened pipeline YAML.

signing_configA

Generate complete artifact signing and verification configuration using Sigstore/Cosign, Notary v2, or DoD PKI. Returns pipeline integration code, Kubernetes admission webhook config, and verification commands.

devsecops_scorecardA

Generate a DoD DevSecOps maturity scorecard for a software factory or program. Scores against the DoD DevSecOps Reference Design and CNCF security best practices. Returns a scored assessment with a prioritized improvement roadmap.

ssp_sectionA

Generate a complete System Security Plan (SSP) section in eMASS-ready format. Covers system description, boundary, user types, interconnections, laws and regulations, or any NIST 800-18 section.

contingency_planA

Generate a NIST 800-34 compliant Contingency Plan (CP) for an Azure government system. Covers BCP/DR procedures, RTO/RPO targets, activation criteria, recovery procedures, and test schedule.

govcloud_quickstartA

Confirm the GovCloud MCP server is running correctly and get the top example prompts for every tool category — the ideal first call after installation.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
NIST 800-53 Rev 5 Control CatalogComplete NIST SP 800-53 Rev 5 security control catalog with descriptions and supplemental guidance
Azure Service Compliance MapMapping of Azure services to NIST 800-53 controls, FedRAMP authorization status, and IL availability
Iron Bank Image RegistryCatalog of Platform One Iron Bank hardened container images with registry paths and metadata
FedRAMP Control BaselinesFedRAMP Low, Moderate, and High control baselines with required controls per impact level
Azure Landing Zones Architecture Overview (Official)Official Azure Landing Zones (Enterprise-Scale) README from github.com/Azure/Enterprise-Scale
ALZ Policy Definitions — 161 Custom Policies (Official)All 161 custom Azure Policy definitions from the Enterprise Scale reference implementation
ALZ Policy Initiatives — 52 Initiative Definitions (Official)All 52 policy initiative (set) definitions from the Enterprise Scale reference implementation

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/cloudcwfranck/govcloud-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server