Skip to content
Vinkius
Category
Infrastructure

Infrastructure MCP Servers

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

New
PiLAB MCP

PiLAB MCP

12 tools

Manage infrastructure and security via PiLAB. Control PiVirt virtual machines, inspect PiTrust certificates, and oversee 3SO OAuth clients directly from any AI agent.

Agora MCP

Agora MCP

10 tools

Orchestrate Agora real-time engagement. Manage channels, monitor usage, and handle cloud recording directly from any AI agent.

DJI Developer MCP

DJI Developer MCP

10 tools

Orchestrate DJI drones and payloads. Manage flight logs, monitor device health, and handle firmware updates directly from any AI agent.

NetEase Cloud Gaming MCP

NetEase Cloud Gaming MCP

10 tools

Manage NetEase Cloud Gaming sessions. Orchestrate server instances, monitor user quotas, and scaling capacity directly from any AI agent.

Qiniu Cloud MCP

Qiniu Cloud MCP

11 tools

Orchestrate Qiniu Cloud storage. Manage buckets, handle file uploads, and monitor CDN performance directly from any AI agent.

SenseCore Platform MCP

SenseCore Platform MCP

11 tools

Orchestrate SenseCore AI services. Manage models, trigger chat completions, and handle compute resources directly from any AI agent.

Tencent START MCP

Tencent START MCP

11 tools

Orchestrate Tencent START Cloud Gaming (GS). Manage server sessions, monitor workers, and scale capacity directly from any AI agent.

Telekom Malaysia (TM) OIP MCP

Telekom Malaysia (TM) OIP MCP

10 tools

Orchestrate Telekom Malaysia (TM) services. Manage broadband plans, service orders, and network usage directly from any AI agent.

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.

Brunel Engineering Prover MCP

Brunel Engineering Prover MCP

1 tools

A warehouse system hit 3x its tested throughput on a Tuesday morning. Sorting stations jammed in 12 minutes. 4 hours of standstill. $180K in delayed shipments. The operations manual said 'should handle expected growth.' Nobody tested what 'expected' meant. Or when it stopped being true. Brunel specified Box Tunnel's gradient to exactly 1 in 100. Every brick course counted. This tool forces that rigor: analyze what breaks at 10x/100x, map integration interfaces, specify exact tolerances, quantify risks with probability and blast radius, and challenge precedent at your scale.

COO Operations Prover MCP

COO Operations Prover MCP

1 tools

An operations plan said 'we will scale' without modeling arrival rates. It claims 'economies of scale' without a single cost data point. It writes SLAs that say 'best effort.' That is not operations. That is hope. This tool forces five COO-level operational axes: capacity modeling, failure isolation, cost leverage, process discipline, and accountability mechanisms.

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.

New
Kubernetes Resource Request Calculator MCP

Kubernetes Resource Request Calculator MCP

3 tools

Computes Kubernetes CPU/memory requests and limits from observed usage metrics (p50/p95/p99).

New
Message Queue Throughput Calculator MCP

Message Queue Throughput Calculator MCP

4 tools

Plan capacity for Kafka, RabbitMQ, or SQS by calculating consumer needs, backlog drain time, and concurrency.

New
WebSocket Capacity Planner MCP

WebSocket Capacity Planner MCP

4 tools

Estimate WebSocket connection limits, server fleet requirements, and network overhead.

New
CIDR IP Calculator MCP

CIDR IP Calculator MCP

2 tools

Perform IPv4 and IPv6 subnet mathematics, including network boundaries and host range calculations.

New
Docker Compose Validator MCP

Docker Compose Validator MCP

4 tools

Validate Docker Compose files for structural errors, port conflicts, and dependency cycles.

New
Idempotency Key Enforcer MCP

Idempotency Key Enforcer MCP

3 tools

Prevents duplicate execution of identical side-effectful operations using an in-memory LRU cache.

New
Sliding Window Rate Limiter MCP

Sliding Window Rate Limiter MCP

3 tools

Enforce precise API rate limits using a continuous sliding window mechanism.