validar-semver
Server Details
Resolves real semver range satisfaction (^1.2.3, ~2.0) against a version. Paid via x402/USDC.
- Status
- Healthy
- Uptime
- 100.0% over 37 days
- Last Tested
- Transport
- Streamable HTTP · MCP 2025-11-25
- URL
- Repository
- encodi/validar-semver
- GitHub Stars
- 0
- Server Listing
- validar-semver
TDQS
Scored across 1 tool
Only one tool exists, so there is no possibility of ambiguity or misselection. The tool's purpose is clearly stated.
The single tool name 'validate_semver' follows the verb_noun pattern consistently. There are no other tools to create inconsistencies.
With only one tool, the server feels minimal but appropriate for a very narrow purpose. The count is on the low end of borderline, but not excessive or trivial for a focused validator.
The tool fully covers semver validation, which is the entire stated domain. No obvious gaps exist for this specific purpose.
Available Tools
1 toolvalidate_semverValidate semver rangesAInspect
Resolves real semver range satisfaction (e.g. "^1.2.3", "~2.0", "2.x", ">=1.0.0 <2.0.0") against a version, using the same semver engine npm uses (the "semver" package), not a model guess about what should match. Costs $0.01 USDC (Base) per call.
| Name | Required | Description | Default |
|---|---|---|---|
| ranges | Yes | List of semver ranges to evaluate against the version, one by one. Max 50 ranges, 256 characters each. | |
| version | Yes | The semver version to evaluate (e.g. "1.2.3", "1.2.3-beta.1", "v2.0.0"). | |
| include_prereleases | No | If true, allows a prerelease version (e.g. 1.3.0-beta.1) to match ranges that don't explicitly mention that same major.minor.patch tuple as a prerelease. Defaults to false (standard npm/semver behavior). |
Output Schema
| Name | Required | Description |
|---|---|---|
| error | Yes | Error message if valid_version is false; null if valid. |
| results | Yes | One result per range, in the same order they were received. |
| valid_version | Yes | false if `version` isn't a valid semver. |
| normalized_version | Yes | Normalized form of `version` (e.g. "v1.2.3" -> "1.2.3"). null if valid_version is false. |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full burden of behavioral disclosure. It explicitly discloses that it uses the npm 'semver' package (not a heuristic), and mentions the cost of '$0.01 USDC (Base) per call'. These are meaningful behavioral details beyond the schema, providing transparency about execution and pricing.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is two sentences with no filler. It opens with the core action, provides illustrative examples compactly, and ends with a cost note. Every sentence earns its place and the structure is front-loaded.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given that the tool has a rich input schema (100% param coverage) and an output schema (not shown but present), the description only needs to add missing context. It successfully does so by clarifying the authoritative engine (npm semver) and the cost per call. For a simple validation tool, this is complete and sufficient.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The schema already covers 100% of parameters with descriptions, so the baseline is 3. The description adds value by providing examples of accepted range formats ('^1.2.3', '~2.0', '2.x', '>=1.0.0 <2.0.0') and reinforces that evaluation follows npm's real semver logic, which helps clarify the semantics of the 'ranges' parameter beyond the schema's generic phrasing.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool's function: 'Resolves real semver range satisfaction' against a version, with concrete examples of range syntax. It distinguishes itself from a 'model guess' by specifying it uses the npm semver engine, which is more specific than merely restating the tool name.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies when to use this tool: when accurate, npm-compatible semver evaluation is needed, as it uses 'the same semver engine npm uses' and is 'not a model guess'. However, it does not explicitly list alternative tools or state when not to use it, but with no sibling tools this is somewhat mitigated.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections.
2 tool updates
- Removed
validar_semver - Added
validate_semver
1 tool update
- First observed
validar_semver
Related MCP Connectors
Checks current App Store version by bundle ID. x402 payment required (testnet USDC).
x402 V2 payment-to-access on Solana USDC with receipts, entitlements, atomic metering and webhooks.
Pay-per-use web extract, token prices, and wallet balances via x402 USDC micropayments.
Pay-per-call browser rendering and x402 marketplace ranking for AI agents, billed via USDC.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceParse, validate, and explain cron expressions with pay-per-call via x402 (USDC on Base L2), returning next run times in any timezone.1MIT
- AlicenseNot gradedqualityCmaintenanceValidates regex, cron, and SQL expressions by executing them in real runtimes, with payments via x402 USDC on Base.MIT
- AlicenseNot gradedqualityCmaintenanceProvides MCP tools to check a package's maintenance status, licence, and security advisories before you depend on it, with per-call payment in USDC on Base mainnet via x402.35 npmMIT
- FlicenseNot gradedqualityCmaintenanceProvides counterparty risk checks for any EVM address, returning malicious-history flags, tiered risk scoring, and plain-language summaries via x402 payment.-
Glama MCP Gateway
Add one secure layer between your agents and this server.