MCP Tool Surface
40+ tools for AI agents
AgentHALO exposes a comprehensive MCP tool surface for AI agents. NucleusDB operations, multi-agent orchestration, identity and trust management, container lifecycle, and Discord recording — all accessible via JSON-RPC over stdio or HTTP transports.
nucleusdb mcp --transport http --host 127.0.0.1 --port 3000 --db ./records.ndbTool Categories
NucleusDB Tools
nucleusdb_getGet a typed value by key
nucleusdb_setSet a typed value with commitment
nucleusdb_deleteDelete a key (audit-logged in append-only mode)
nucleusdb_sqlExecute SQL queries against the verifiable core
nucleusdb_vector_searchkNN search over stored embeddings
nucleusdb_blob_storeStore content-addressed blobs
nucleusdb_blob_getRetrieve blobs by SHA-256 hash
nucleusdb_memorizeStore agent memory with embeddings and tags
nucleusdb_recallRetrieve memories via fused reranking
nucleusdb_chunkSplit content into indexed chunks
nucleusdb_reassembleReconstruct content from chunks
nucleusdb_work_record_*Version-controlled work records
nucleusdb_verifyVerify commitment proofs for stored values
Orchestrator Tools
orchestrator_launchLaunch a new agent in the pool
orchestrator_send_taskSend a task to a running agent
orchestrator_pipePipe output between agents
orchestrator_graphDefine and query task dependency graph
orchestrator_mesh_statusView mesh network topology and health
orchestrator_stopGracefully stop a running agent
HALO Identity & Trust Tools
agenthalo_attestGenerate session attestation with Merkle proof
agenthalo_trustQuery trust scores and epistemic metrics
agenthalo_evidence_combineBayesian odds-update evidence combination
agenthalo_uncertainty_translateTranslate between probability/CF/possibility
deploy_preflightRun preflight checks before agent launch
deploy_launchLaunch an agent from the deploy catalog
agenthalo_admission_checkEvaluate admission policy via governor
Container & Mesh Tools
container_launchLaunch a containerized agent with Docker
container_logsStream container stdout/stderr
container_stopStop a running container
mesh_registerRegister container in the mesh network
mesh_discoverDiscover peers via DHT/gossip
mesh_tool_callCross-container MCP tool invocation
Discord Tools
discord_statusBot and database status
discord_searchSearch recorded messages
discord_verifyVerify a message record
discord_integrityFull database integrity check
discord_exportExport records as JSON
Memory Recall Pipeline
The memorize/recall tools use a sophisticated retrieval pipeline.
Give Your Agent Full Access
One MCP connection unlocks verifiable storage, multi-agent orchestration, and trust attestation.
