Development MCP Servers
Browse 23 Development MCP servers on the Vinkius MCP Catalog. Enterprise-grade connectors, operational in seconds.
JSON Schema Validator MCP
Validate JSON documents and lint schemas for structural integrity.
Delivery Integrity Prover MCP
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 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
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
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
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
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
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
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
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
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
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
Generate perceptually uniform color palettes using OKLCH space and WCAG accessibility standards.
Number Base Converter MCP
Convert integers and fractional numbers between any bases from 2 to 36 with high precision.
NewConventional Commit Linter MCP
Validate commit messages against Conventional Commates spec and determine SemVer impact.
NewCron Expression Parser MCP
Validate, interpret, and calculate execution schedules from cron expressions.
NewHash Checksum Calculator MCP
Generate, compare, and validate cryptographic and non-cryptographic hashes like MD5, SHA-256, and CRC32.
NewGit Branch Naming Linter MCP
Validates git branch names against specific naming conventions and structural patterns.
NewPassword Entropy Calculator MCP
Calculate password entropy, identify pattern risks, and verify security policy compliance.
NewCSS Class Usage & Collision Analyzer MCP
Identify orphaned, missing, or colliding CSS classes in your project.
NewHTTP Endpoint Collision Detector MCP
Detect overlapping or conflicting HTTP route definitions in your codebase.
NewSemVer Compatibility Checker MCP
Verify if a target version satisfies a semantic versioning constraint and detect breaking changes.
NewFile Encoding & BOM Normalizer MCP
Detects and removes Byte Order Marks (BOM) and normalizes file encodings and line endings to a standard UTF-8 LF format.