EU AI Act Article 50 — 20 days to seal | Get passport

SOV3 Command Reference

188+ tools across 8 categories. The sovereign AI substrate.

SOV3 (Sovereign Omniscient Vessel³) is the AI core of DEFONEOS. Every tool is callable via POST http://localhost:3101/mcp using JSON-RPC 2.0.

📋 Category 1: Governance & Council

ToolParamsDescription
bft_council_voteproposal, votersSubmit proposal to BFT council for vote
bft_council_statusGet current council composition (33 hives, 22 quorum)
bft_proposeaction, rationalePropose action for council approval
bft_get_proposalproposal_idGet proposal details and vote tally
charter_checkactionVerify action complies with DEFONEOS Constitution
charter_articlearticle_numGet full text of Constitution Article (0-11)
# Example: Submit proposal to BFT council
curl -X POST http://localhost:3101/mcp \
  -H "Content-Type: application/json" \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"bft_propose","arguments":{"action":"deploy_swarm","rationale":"Dark vessel detected in UK EEZ"}}}'

🔐 Category 2: SIGIL & Audit

ToolParamsDescription
sigil_emitlineEmit Ed25519-signed SIGIL receipt
sigil_verifydigestVerify SIGIL by digest
sigil_chain_statusGet chain length, latest digest, total receipts
sigil_searchquerySearch SIGIL chain by keyword
sigil_exportfrom, toExport SIGIL chain segment as JSON
sigil_anchordigestAnchor SIGIL to Bitcoin blockchain
# Example: Emit a SIGIL
curl -X POST http://localhost:3101/mcp \
  -H "Content-Type: application/json" \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"sigil_emit","arguments":{"line":"C|defence|alert|Dark vessel detected at 55.2N -1.3W"}}}'

🧠 Category 3: AI Bridge & Reasoning

ToolParamsDescription
bridge_thinkcharacter, message, profileCross-model reasoning. Profiles: local_only (free), balanced, power, council
sov_sovereign_builder_statusGet sovereign builder training status
brain_raceprompt, modelsRace multiple models on same prompt, return best
intuition_checksignalsRun signals through Noise→Intuition pipeline
# Example: Bridge think with council profile
curl -X POST http://localhost:3101/mcp \
  -H "Content-Type: application/json" \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"bridge_think","arguments":{"character":"JEEVES","message":"Assess threat level for 3 dark vessels in English Channel","profile":"council"}}}'

🌐 Category 4: Federation & Agents

ToolParamsDescription
sov_a2a_agent_cardGet A2A (Agent-to-Agent) protocol card
mcp_federation_statsGet federation catalog stats
mcp_federation_listList all federated MCP servers
mcp_federation_registerurl, nameRegister new MCP server to federation
agent_spawntype, targetSpawn agent (worm, hornet, dragonfly, killer_bee)

📜 Category 5: Compliance & Certification

ToolParamsDescription
article50_passport_issuesystem_name, providerIssue EU AI Act Article 50 transparency passport
jsp936_auditsystem_idRun JSP 936 AI governance audit
eu_ai_act_classifysystem_descClassify AI system under EU AI Act risk tiers
iso42001_gapsystem_idISO 42001 gap analysis
nist_rmf_assesssystem_idNIST AI RMF assessment
crosswalk_mapfrom, toMap controls between frameworks (13 supported)

🏰 Category 6: Hive Management

ToolParamsDescription
hive_statushive_id (optional)Get status of one or all 33 hives
hive_listList all 33 hives with domain assignments
hive_pheromone_emithive_id, type, dataEmit pheromone marker (6 types)
hive_pheromone_readhive_id, radiusRead pheromone markers in range
hive_spawn_agenthive_id, agent_typeSpawn new agent from hive

🌍 Category 7: Simulation & Globe

ToolParamsDescription
sov_space_spawn_worldscenario, coordsSpawn new simulation world
sov_space_list_worldsList active simulation worlds
cesium_add_entitytype, lat, lon, altAdd entity to Cesium globe
cesium_set_cameralat, lon, altMove globe camera
sim_run_scenarioscenario_fileRun pre-built scenario (flood, drone, cyber)

📡 Category 8: Data & Intelligence

ToolParamsDescription
data_source_listList all 198+ connected data sources
data_source_querysource, queryQuery specific data source
isr_ingestfeed_type, dataIngest ISR feed (camera, RF, satellite, AIS)
isr_detectfeed_idRun object detection on ISR feed
met_office_getlocation, hoursGet Met Office forecast
ea_flood_getareaGet Environment Agency flood data
companies_house_lookupcompany_idLook up company at Companies House
ais_streamboundsGet AIS vessel stream for area

Summary by Category

CategoryToolsKey Use
Governance & Council~25BFT voting, charter enforcement
SIGIL & Audit~20Immutable proof, compliance evidence
AI Bridge & Reasoning~15Cross-model reasoning, intuition
Federation & Agents~20MCP federation, A2A, agent spawning
Compliance~30EU AI Act, ISO 42001, NIST, JSP 936
Hive Management~2033 hives, pheromones, spawning
Simulation & Globe~25Cesium, SOV SPACE, scenarios
Data & Intelligence~33198+ sources, ISR, government data
Total188+Full sovereign stack

← API Reference · Index →