Firmware Attestation MCP — hardware trust layer for sovereign AI. Scan firmware, check NSA-ANT-class persistence indicators (BIOS/SMM/HPA/boot-ROM), HMAC-signed firmware attestation, gate AI inference on verified hardware trust.
Project description
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
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file firmware_attestation_mcp-1.0.1.tar.gz.
File metadata
- Download URL: firmware_attestation_mcp-1.0.1.tar.gz
- Upload date:
- Size: 8.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d92ce2e278435c56766ce8d757b66948310a046f7b2fb9d754c053dde8bfd071
|
|
| MD5 |
18793671c7053ac58dda80a2f96ea2d3
|
|
| BLAKE2b-256 |
18627daad37cf2ce330bdb0a54ad25e2fffa66cba37e722d8894aadb960f9944
|
File details
Details for the file firmware_attestation_mcp-1.0.1-py3-none-any.whl.
File metadata
- Download URL: firmware_attestation_mcp-1.0.1-py3-none-any.whl
- Upload date:
- Size: 7.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
be47f87b0fbfe4b61863e420fd92d856e38e4a1cb10fe077cd6024f72c61b8d6
|
|
| MD5 |
2b4a6c6c5403bc0e017e7d49c7a03e34
|
|
| BLAKE2b-256 |
79fc3f109fcb326e961ee018f53f00ca8262ba72f5cd5bf851b85881586eb4ab
|