Firmware Attestation
FreeNot checkedFirmware Attestation MCP — hardware trust layer for sovereign AI. Scan firmware, check
About
Firmware Attestation MCP — hardware trust layer for sovereign AI. Scan firmware, check
README
Firmware Attestation MCP
Hardware trust layer for sovereign AI. Persistence implants live below the OS (BIOS/UEFI, SMM, network boot ROMs, HDD HPA) and survive OS reinstalls and disk wipes. This MCP attests a host's firmware trust state and gates inference on a verified result.
Tools
| Tool | What |
|---|---|
scan_firmware |
read-only host evidence (Secure Boot, TPM, SIP, BIOS, HPA) |
check_ant_signatures |
match to NSA-ANT-class persistence preconditions + defenses |
attest_firmware |
HMAC-signed attestation, verifiable at proofof.ai/api/verify |
gate_inference |
ALLOW/BLOCK AI on this host (strict by default) |
list_threat_model |
the attack surface this defends against |
Honest by design
Reports indicators (preconditions implants rely on), never "clean". A BLOCK means "lacks confirmed trust anchors," not "hacked." Harden per the listed defenses, then re-gate.
pip install firmware-attestation-mcp
© CSOAI LTD (trading as MEOK AI Labs) · MIT
Configuration
Add to your claude_desktop_config.json (Claude Desktop) or your MCP client config:
{
"mcpServers": {
"firmware-attestation-mcp": {
"command": "uvx",
"args": ["firmware-attestation-mcp"]
}
}
}
Or: pip install firmware-attestation-mcp then run the firmware-attestation-mcp command (stdio transport).
Examples
Once configured, ask your assistant, for example:
- "Use
scan_firmwareto …" - "Use
check_ant_signaturesto …" - "Use
attest_firmwareto …"
Part of the MEOK constellation
This MCP is one node in a connected ecosystem built by MEOK AI LABS around a single sovereign AI core — governed agents with a hash-chained audit trail, mapped to the CSOAI compliance charter.
- 🌐 The whole map: https://meok.ai/constellation
- 🛡️ AI governance & certification: https://councilof.ai · https://csoai.org
- ✅ Verify any signed report: https://meok.ai/verify
Install Firmware Attestation in Claude Desktop, Claude Code & Cursor
unyly install firmware-attestation-mcpInstalls into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.
First time? Get the CLI: curl -fsSL https://unyly.org/install | sh
Or configure manually
Run in your terminal:
claude mcp add firmware-attestation-mcp -- uvx firmware-attestation-mcpFAQ
Is Firmware Attestation MCP free?
Yes, Firmware Attestation MCP is free — one-click install via Unyly at no cost.
Does Firmware Attestation need an API key?
No, Firmware Attestation runs without API keys or environment variables.
Is Firmware Attestation hosted or self-hosted?
Self-hosted: the server runs locally on your machine via the install command above.
How do I install Firmware Attestation in Claude Desktop, Claude Code or Cursor?
Open Firmware Attestation on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
by modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
by xuzexin-hzCompare Firmware Attestation with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All ai MCPs
