nomad-mcp (udaisingh93/nomad-mcp) is an MCP server listed on the M8ven Trust Index. It scores 54 out of 100, grade D. It declares 17 tools. No publisher has claimed this listing.
Exposes a HashiCorp Nomad cluster as MCP tools for AI agents, enabling read-only inspection of jobs, allocations, nodes, and deployments, with optional write operations like stopping jobs, scaling task groups, restarting allocations, and registering jobs.
Caution. Specific findings reduced this grade. They are listed on the page. Grades reflect the full trust pyramid: code, verification depth, and reputation. New projects cap at C until adoption is earned.
How we verified
Verified is a snapshot. Live keeps it current, and builds your track record.
⚡ Connect GitHub → continuous verification on every pushwhy connect →Who stands behind it
udaisingh93
Source: Glama
Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find. Or connect your repo for our deepest verification, Live Monitored: read-only, revoke anytime. What we access →
Install from
The grade above is for the source repository. Registries can serve a different version, so we mark the ones we were not able to read.
These names and descriptions are the publisher's own, read from the source code. We print them as written. Our assessment is the findings above, not this list.
list_jobsList Nomad jobs, optionally filtered by name prefix and namespace.
get_jobGet the full spec and status of a single Nomad job by ID.
get_job_allocationsList allocations belonging to a job.
get_job_deploymentsList deployments for a job.
get_job_evaluationsList evaluations for a job (useful for diagnosing why a job isn't placing).
get_allocationGet details of a single allocation, including task states and events.
get_allocation_logsFetch recent stdout/stderr log output for a task in an allocation.
list_nodesList client nodes in the Nomad cluster.
get_nodeGet details of a single Nomad client node, including allocations and resource usage.
list_deploymentsList recent deployments across the cluster.
get_deploymentGet details of a single deployment.
list_namespacesList Nomad namespaces.
stop_jobStop a Nomad job. Set purge=true to also remove it from Nomad's state entirely (cannot be undone via job history).
scale_task_groupScale a task group within a job to a specific count.
reschedule_allocationStop a single allocation, causing Nomad to reschedule it as a brand-new allocation (possibly on a different node). This is Nomad's DELETE-equivalent /stop call, not an in-place restart — use restart_allocation if you want the same allocation's tasks restarted in place.
restart_allocationRestart task(s) within a single allocation in place (same allocation ID, same node) — the direct equivalent of `nomad alloc restart`. Pass task to restart just one task, or omit it to restart all tasks in the allocation.
register_jobSubmit (create or update) a Nomad job. Accepts either a full Nomad job spec in HCL (jobHcl) or JSON (jobJson).
Disclosed vulnerabilities in this server's declared npm dependencies (via OSV). Whether each is reachable depends on the installed versions.
Model Context Protocol (MCP) TypeScript SDK does not enable DNS rebinding protection by default
Undici: Malicious WebSocket 64-bit length overflows parser and crashes the client
Undici has Unhandled Exception in WebSocket Client Due to Invalid server_max_window_bits Validation
Undici has Unbounded Memory Consumption in WebSocket permessage-deflate Decompression
undici WebSocket client vulnerable to denial of service via fragment count bypass
NOMAD_ADDRenv =https://nomad.example.com \NOMAD_CACERT_(none)_ Path to a CA bundle for a private/internal CANOMAD_MCP_WRITE_MODENOMAD_MCP_WRITE_TOOLSstop_job,scale_task_groupNOMAD_NAMESPACE_(none)_ Default namespace applied when a tool call doesn't specify oneNOMAD_SKIP_VERIFYfalse Skip TLS certificate verificationNOMAD_TOKEN_(none)_ ACL token, sent as X-Nomad-TokenTool annotations
No tools have read-only/destructive annotations
Add readOnlyHint or destructiveHint annotations to every tool so hosts can warn users before invoking.
All four hints declared on every tool
17/17 tools missing one or more hints — list_jobs (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); get_job (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); get_job_allocations (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint), +14 more. OpenAI's directory rejects tools where any of the four hints are missing or non-boolean.
For every tool, set all four hints (readOnlyHint, destructiveHint, idempotentHint, openWorldHint) to explicit true/false values that match the handler’s actual behaviour.
Tool inputs are validated
15/17 tool handlers declare input schemas (88%)
Declare an inputSchema with zod/joi/yup on every tool definition.
Tool handlers catch errors
Only 0/17 tool handlers wrap calls in try/catch (0%)
Wrap each tool handler body in try/catch and return a structured error response.
Tests exist
No test files found
Add tests that exercise each declared tool.
Production dependencies are patched
0 critical, 5 high severity in production deps — @modelcontextprotocol/sdk@1.0.4 (high), undici@6.19.8 (high)
Run npm audit fix, or upgrade the affected packages to a non-vulnerable version.
Claim the listing to review these findings one by one and send us a correction where you disagree, straight to the team. Claiming also means we tell you when the grade moves, and reach you first if we find anything urgent.
[](https://m8ven.ai/mcp/udaisingh93/nomad-mcp)?variant=verified from the URL.Vetting this one by hand? Tool Check is an MCP that scores other MCPs. Add it once and ask Claude, ChatGPT, or any MCP client to grade a server, surface CVEs, check the publisher, and suggest safer alternatives — before you install.
https://m8ven.ai/api/mcp/tool-check