INDIVIDUAL MCP TOOL
fips_sunset
List active FIPS validations by sunset date, the day each moves to NIST's historical list and stops being valid for new procurement.
LIVE ENDPOINT
https://fips.808bits.com/mcp
Connect to this endpoint to inspect the live schema for fips_sunset 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.fips-cmvp]
url = "https://fips.808bits.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"fips-cmvp": {
"type": "http",
"url": "https://fips.808bits.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: fips-cmvp
Remote MCP URL: https://fips.808bits.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": {
"fips-cmvp": {
"url": "https://fips.808bits.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"fips-cmvp": {
"type": "http",
"url": "https://fips.808bits.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "fips-cmvp",
"transport": "streamable-http",
"url": "https://fips.808bits.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
fips_cert— Look up one FIPS 140 cryptographic module validation by certificate number.fips_search— Search FIPS 140 validations by module name or vendor.fips_in_process— Search NIST's Modules in Process queue: submissions awaiting FIPS 140-3 validation, with the review phase each one is sitting in.fips_vendor— Everything one company holds, grouped across the spelling variants NIST filed it under.fips_cve— Which FIPS-validated modules are associated with a given CVE, or which CVEs are associated with a vendor's modules.