mkdir defoneos-weather-mcp && cd defoneos-weather-mcp. Create pyproject.toml, server.py, tools.py, README.md, Dockerfile, docker-compose.yml, tests/test_tools.py.DEFONEOS offers 5 certification tracks, from field operator to strategic commander. All certifications are BFT-council verified, SIGIL-anchored, and portable across UK defense and allied organizations.
For field operators, ISR analysts, and mission specialists who use DEFONEOS to conduct operations. No programming required. Focus on real-time tool usage, COP management, and ISR tasking.
Basic computer literacy. UK BPSS clearance minimum. Familiarity with TAK/ATAK concepts preferred.
PRACTICAL Hands-on scenario exam (80% pass) + THEORY Written test 30 questions (75% pass). Certification valid 2 years. BFT-council co-signs DEFONEOS-CERT.
For software engineers building MCP servers, extending DEFONEOS capabilities, or integrating external systems. Python proficiency required.
Python 3.12+ proficiency. Git. Docker. REST API design. DFO-CO certification recommended.
server.py, tools.py, README.md, pyproject.toml, Dockerfile, docker-compose.yml, tests/. Ship a complete MCP from zero to federation in one session.For solution architects designing DEFONEOS deployments, integrating with enterprise systems, and defining operational architectures. Requires DFO-CD.
For security professionals responsible for DEFONEOS hardening, compliance, and audit. Requires DFO-CD. UK SC clearance required for certification issuance.
For strategic leaders commanding DEFONEOS-enabled operations. Focus on decision-making, governance, ethics, and strategic capability employment. Requires DFO-CA + DFO-CS. UK SC clearance mandatory.
Build a complete DEFONEOS MCP server from zero to federation in one 4-hour session.
mkdir defoneos-weather-mcp && cd defoneos-weather-mcp. Create pyproject.toml, server.py, tools.py, README.md, Dockerfile, docker-compose.yml, tests/test_tools.py.get_weather(lat, lon), get_wind_direction(lat, lon), get_visibility(lat, lon). Each returns JSON + SIGIL receipt.from defoneos.sigil import sign_and_log. Wrap each tool call: result = sign_and_log(tool_name, params, result). Every call is now auditable.pytest --cov=defoneos_weather_mcp --cov-report=term-missingdocker buildx build --platform linux/arm64,linux/amd64 -t defoneos-weather-mcp:latest .python -m defoneos.federation register --server defoneos-weather-mcp --port 8721. Federation hub auto-discovers your 3 tools.curl -X POST http://localhost:3101/mcp -d '{"method":"tools/call","params":{"name":"get_weather","arguments":{"lat":53.8,"lon":-1.5}}}'. Confirm SIGIL receipt in response.| Step | Action | Who | Time |
|---|---|---|---|
| 1 | Complete all modules in track | Candidate (self-paced) | Track-dependent |
| 2 | Pass practical assessment (hands-on scenario) | Candidate | 2-4 hours |
| 3 | Pass theory test (30-50 questions) | Candidate | 1 hour |
| 4 | Assessment reviewed by technical reviewers | 5 BFT Technical Reviewers | 48 hours |
| 5 | Council vote on certification issuance | BFT-33 Council (quorum 23/33) | 5 minutes |
| 6 | DEFONEOS-CERT credential issued (Ed25519-signed) | System (auto on vote pass) | Instant |
| 7 | Credential registered on SIGIL chain | System | Instant |
| 8 | Candidate notified + credential portable | System | Instant |
# Anyone can verify a DEFONEOS-CERT credential:
curl https://defoneos.vercel.app/api/v1/verify-cert?cert_id=DFO-CC-2026-0042
# Response:
{
"cert_id": "DFO-CC-2026-0042",
"holder": "[REDACTED - BPSS minimum]",
"track": "Commander",
"level": 5,
"issued": "2026-07-15T10:30:00Z",
"expires": "2028-07-15T10:30:00Z",
"bft_vote": {"for": 31, "against": 0, "abstain": 2, "quorum_met": true},
"sigil_ref": "S|cert-issue|DFO-CC-2026-0042|ed25519:8a4cc85da8dbba21...",
"valid": true
}
All DEFONEOS certifications are valid for 2 years. Recertification requires: (1) completion of delta modules for new versions, (2) passing refresher assessment, (3) BFT council re-vote. CPD tracking is automatic via SIGIL chain.
All 47 modules available as video + interactive labs. Free. Open source. Complete at your own pace. Hands-on labs via cloud sandbox (Jetson Orin simulator).
5-day intensive courses. UK-based. Maximum 12 students per cohort. Hands-on with real Jetson Orin hardware. Delivered by DFO-CC certified instructors. £2,400/person.
Customized training at your unit/brigade HQ. Full deployment setup. Scenario-based exercises tailored to your operational context. Minimum 8 students. POA.
Yes. All 47 modules are open source and free online. The DEFONEOS-CERT assessment has a £150 admin fee (covers BFT council compute + credential issuance). Instructor-led courses are £2,400/person.
DFO-CO and DFO-CD: BPSS minimum. DFO-CA and DFO-CS: SC clearance required for certification issuance. DFO-CC: SC clearance mandatory, DV preferred for certain modules.
DEFONEOS-CERT is an open credential. The BFT-council verification and SIGIL chain anchoring provide audit-grade proof of competency. Recognition by UK MOD, NATO, and Five-Eyes partners is being pursued through the DASA and NATO DIANA channels.
Within a track, modules are sequential (each builds on the previous). You can take tracks in any order, but the recommended path is CO → CD → CA/CS → CC.
Each major version release adds delta modules. Certified professionals complete delta modules + refresher quiz to maintain certification. No full re-examination needed for minor versions.