dsh-cert-mcp
Related Servers
Alternatives to dsh-cert-mcp
No user-submitted related servers found.
Related Servers
- -
- -
- MIT
- AlicenseNot gradedqualityCmaintenanceMCP server for querying professional certificate registrations from an official source, supporting read-only operations via HTTP across various MCP clients.MIT

CodexRun Ledger MCPofficial
FlicenseNot gradedqualityDmaintenancePaid remote MCP for generating trustworthy code run receipts, scope summaries, missing evidence checks, and client handoff exports.-- AlicenseAqualityAmaintenanceMCP server for HUD housing data, enabling Fair Market Rent lookups, Section 8 income limits, and ZIP-to-county crosswalk mapping for affordable housing assessments.64 npmMIT
TDQS
Scored across 3 tools
Each tool serves a clearly distinct purpose: fetch a single certification record, list the full registry, or explain the certification spec. There is no overlap in behavior and an agent would not confuse them.
get_certification and list_certified follow a verb_first pattern, while certification_spec is a noun phrase. The names are still readable and predictable, but the mix is a minor deviation from full consistency.
Three tools is an appropriate, well-scoped size for a certification registry lookup service. Each tool earns its place: one for a specific record, one for the whole list, and one for the spec.
For the apparent read-only domain, the surface is complete: agents can retrieve a specific certification, list all certified plugins, and understand the grading spec. There are no obvious dead ends or missing operations.