← all servers

Nx MCP

v0.0.1 · 1 tools · source

[ tools: 1 ][ checks: 12 ][ latency: 4ms ]
82/100(B)
npx -y nx-mcp@latest

check breakdown

Tools exposedServer exposed 1 tool.
• nx_docs
Input schemas validAll tools have a valid JSON-Schema input definition.
Input schema qualityInput schemas are well-typed and documented.
!Output schemasNo tools declare an outputSchema.
Optional: declare outputSchema for tools with structured results so agents can validate/parse output reliably.
Duplicate tool namesAll tool names are unique.
Tool namingAll tool names use spec-legal characters.
DescriptionsEvery tool and parameter is clearly described.
!Tool annotationsAnnotation coverage 60% (3/5 hint fields set).
Some tools set a few hints but not all of title/readOnlyHint/destructiveHint/idempotentHint/openWorldHint.
Add annotations: title, readOnlyHint, destructiveHint, idempotentHint, openWorldHint.
These let clients gate risky calls and give agents/users a friendly display name — optional but valuable.
!Tool titles1 of 1 tool(s) have no title.
• nx_docs: no top-level title (or annotations.title)
Declare a top-level `title` on each tool — it gives clients a friendly display name distinct from the machine-readable `name`.
`annotations.title` (the older location) is also accepted, but the top-level `title` field is now the spec-preferred place for it.
Server instructionsServer declares top-level instructions for clients.
Handshake + list latencytools/list responded in 4ms.
ResourcesServer declares the resources capability but resources/list failed.
MCP error -32601: Method not found
The server advertised resources support during initialize but resources/list errored or timed out.
Either fix the resources/list handler or remove the `resources` capability from your initialize response.

add the badge

Paste into your README:

[![scoremcp](https://scoremcp.dev/badge/nx-mcp)](https://scoremcp.dev/servers/nx-mcp)
[ scoremcp v0.4.0 ] [ 35 servers indexed ] [ static · side-effect-free ]