Skip to content
Vinkius
Category
Development

Development MCP Servers

Browse 23 Development MCP servers on the Vinkius MCP Catalog. Enterprise-grade connectors, operational in seconds.

JSON Schema Validator MCP

JSON Schema Validator MCP

3 tools

Validate JSON documents and lint schemas for structural integrity.

Delivery Integrity Prover MCP

Delivery Integrity Prover MCP

1 tools

Forces AI agents to reflect on task execution, matching prompt requirements to actual changes, verifying logs, and declaring gaps before claiming completion.

Accessibility Prover MCP

Accessibility Prover MCP

1 tools

Accessibility Prover is a pre-build validation system that forces WCAG 2.2 AA compliance before code is written. It audits semantic HTML, keyboard navigation, contrast ratios (4.5:1 minimum), screen reader compatibility, and motion safety across 5 structured Decision Pivots. Unlike runtime scanners, it catches div soup, missing focus traps, and inaccessible animations during the design phase. Before they reach production and before they violate the European Accessibility Act (EAA 2025).

API Design Prover MCP

API Design Prover MCP

1 tools

An AI agent designed an API with GET /users/create. That single endpoint broke HTTP caching for 200 consumer services. No versioning. No error contract. Raw arrays on one route, wrapped objects on another. This tool forces semantic HTTP verbs, explicit versioning strategy, unified response envelopes, bounded pagination, and RFC 7807 error structures. Before any code is written.

Data Pipeline Prover MCP

Data Pipeline Prover MCP

1 tools

A data team asked an AI to build an ETL pipeline. No schema contract. No idempotency. No freshness SLA. The pipeline ran for 3 months. Silently inserting 2.4 million duplicate records and serving stale data to dashboards nobody questioned. This tool forces schema validation at boundaries, idempotent writes, freshness alerting, and end-to-end lineage tracing.

Estimation Prover MCP

Estimation Prover MCP

1 tools

An AI estimated a database migration at 2 weeks. It took 11 weeks, cost $340K in delayed revenue, and left 3 engineers stuck in feature freeze. The estimate had no scope decomposition, no unknowns identified, no historical precedent, and no buffer. This tool forces granular scope breakdown, explicit unknown quantification, precedent mapping, and realistic buffer calculation before any timeline is committed.

Security Audit Prover MCP

Security Audit Prover MCP

1 tools

An AI agent committed a Stripe API key to git, built SQL queries with string concatenation, and deployed an admin endpoint with no authentication. All in 4 minutes. The key was scraped from GitHub within 90 seconds. This tool forces input sanitization validation, secret management auditing, authentication enforcement, injection prevention, and dependency supply chain checks against OWASP Top 10.

Product Discovery Prover MCP

Product Discovery Prover MCP

1 tools

Block engineering waste. This gatekeeper demands hard data, behavioral segments, and proven willingness-to-pay before a single line of code is written.

Kubernetes Architecture Prover MCP

Kubernetes Architecture Prover MCP

1 tools

An AI generated Kubernetes manifests for a payment service. No resource requests or limits. No PodSecurityStandards. Single replica, no PDB. Zero NetworkPolicies. Every pod could reach every other pod. The payment pod got OOM-killed at 3 AM by a logging sidecar with no memory ceiling. This tool forces resource governance, security hardening, reliability design, observability instrumentation, and network restriction on every workload.

Migration Strategy Prover MCP

Migration Strategy Prover MCP

1 tools

An AI recommended a big-bang database migration over the weekend. No dependency map — 7 services read from that database. No rollback plan — 'just restore from backup.' No data validation — 2.3 million records with timezone-dependent timestamps. The migration ran Saturday at 2 AM. By 4 AM, 3 downstream services were returning stale data, the backup was 6 hours old, and 14,000 customer records had corrupted timestamps. Monday morning: 72-hour incident. This tool forces risk assessment, rollback definition, data integrity verification, cutover planning, and stakeholder alignment.

Task Completion Enforcer Prover MCP

Task Completion Enforcer Prover MCP

1 tools

An AI was asked to build 5 API endpoints, write tests, and update documentation. It built 3 endpoints, left TODO comments in the tests, never touched the documentation, and declared 'Done! Let me know if you need anything else.' The user spent 40 minutes finding the gaps. This happens every single day, on every LLM, in every coding session. This tool forces five completion axes: requirement extraction, completion evidence, gap identification, continuation execution, and final verification against the original request.

Technical Writing Prover MCP

Technical Writing Prover MCP

1 tools

An AI wrote API documentation for 'developers.' No expertise level. No prerequisites. A wall of text with no headings. Code examples that referenced a deprecated method. Untested. Passive voice throughout: 'it is recommended that the configuration be updated.' A junior engineer followed the docs, deployed to production with the wrong config, and caused a 4-hour outage. This tool forces audience definition, task-based structure, tested examples, ambiguity elimination, and completeness verification.

Palette Generator MCP

Palette Generator MCP

4 tools

Generate perceptually uniform color palettes using OKLCH space and WCAG accessibility standards.

Number Base Converter MCP

Number Base Converter MCP

3 tools

Convert integers and fractional numbers between any bases from 2 to 36 with high precision.

New
Conventional Commit Linter MCP

Conventional Commit Linter MCP

0 tools

Validate commit messages against Conventional Commates spec and determine SemVer impact.

New
Cron Expression Parser MCP

Cron Expression Parser MCP

4 tools

Validate, interpret, and calculate execution schedules from cron expressions.

New
Hash Checksum Calculator MCP

Hash Checksum Calculator MCP

0 tools

Generate, compare, and validate cryptographic and non-cryptographic hashes like MD5, SHA-256, and CRC32.

New
Git Branch Naming Linter MCP

Git Branch Naming Linter MCP

0 tools

Validates git branch names against specific naming conventions and structural patterns.

New
Password Entropy Calculator MCP

Password Entropy Calculator MCP

3 tools

Calculate password entropy, identify pattern risks, and verify security policy compliance.

New
CSS Class Usage & Collision Analyzer MCP

CSS Class Usage & Collision Analyzer MCP

3 tools

Identify orphaned, missing, or colliding CSS classes in your project.

New
HTTP Endpoint Collision Detector MCP

HTTP Endpoint Collision Detector MCP

0 tools

Detect overlapping or conflicting HTTP route definitions in your codebase.

New
SemVer Compatibility Checker MCP

SemVer Compatibility Checker MCP

0 tools

Verify if a target version satisfies a semantic versioning constraint and detect breaking changes.

New
File Encoding & BOM Normalizer MCP

File Encoding & BOM Normalizer MCP

4 tools

Detects and removes Byte Order Marks (BOM) and normalizes file encodings and line endings to a standard UTF-8 LF format.