{
  "markdown": "<!-- mcp-name: io.github.CSOAI-ORG/firmware-attestation-mcp -->\n[![MCP Scorecard: 88/100](https://img.shields.io/badge/proofof.ai-88%2F100-5b21b6)](https://proofof.ai/scorecard/firmware-attestation-mcp.html)\n\n# Firmware Attestation MCP\n\n**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**.\n\n## Tools\n| Tool | What |\n|---|---|\n| `scan_firmware` | read-only host evidence (Secure Boot, TPM, SIP, BIOS, HPA) |\n| `check_ant_signatures` | match to NSA-ANT-class persistence preconditions + defenses |\n| `attest_firmware` | HMAC-signed attestation, verifiable at `proofof.ai/api/verify` |\n| `gate_inference` | ALLOW/BLOCK AI on this host (strict by default) |\n| `list_threat_model` | the attack surface this defends against |\n\n## Honest by design\nReports **indicators** (preconditions implants rely on), never \"clean\". A `BLOCK` means \"lacks confirmed trust anchors,\" not \"hacked.\" Harden per the listed defenses, then re-gate.\n\n```\npip install firmware-attestation-mcp\n```\n© CSOAI LTD (trading as MEOK AI Labs) · MIT\n\n\n## Configuration\n\nAdd to your `claude_desktop_config.json` (Claude Desktop) or your MCP client config:\n\n```json\n{\n  \"mcpServers\": {\n    \"firmware-attestation-mcp\": {\n      \"command\": \"uvx\",\n      \"args\": [\"firmware-attestation-mcp\"]\n    }\n  }\n}\n```\n\nOr: `pip install firmware-attestation-mcp` then run the `firmware-attestation-mcp` command (stdio transport).\n\n## Examples\n\nOnce configured, ask your assistant, for example:\n- \"Use `scan_firmware` to …\"\n- \"Use `check_ant_signatures` to …\"\n- \"Use `attest_firmware` to …\"\n\n\n<!-- GEO-FOOTER:v1 -->\n\n---\n\n### Part of the MEOK constellation\n\nThis MCP is one node in a connected ecosystem built by **MEOK AI LABS** around a single\nsovereign AI core — governed agents with a hash-chained audit trail, mapped to the CSOAI\ncompliance charter.\n\n- 🌐 The whole map: **<https://meok.ai/constellation>**\n- 🛡️ AI governance & certification: **<https://councilof.ai>** · **<https://csoai.org>**\n- ✅ Verify any signed report: **<https://meok.ai/verify>**\n",
  "bytes": 2215,
  "sha": "d38cc033ade7f08b898e5eabf4c4d34d4af4893c3c7ba6449d1642a420e935cf",
  "repo_slug": "csoai-org/firmware-attestation-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_csoai_org_firmware_attestation_0c279392/readme"
}