3,400+ servers built on vurb.ts
Vinkius

Framework. Cloud. Governance.
One stack.

From open-source framework to managed cloud to App Catalog. Built by one team. No assembly required.

FRAMEWORKCLOUDCATALOGTOOLING
Pillar 01

Full Stack

Framework, cloud, marketplace, and tooling. Four layers built by one team. No assembly, no glue code, no third-party dependencies.

DLPPIIRBACSSRF<50ms
Pillar 02

Governance Proxy

Eight hardened layers on every request. DLP, PII redaction, RBAC, audit trail, rate limiter, state gates, and kill switch. Under 50ms overhead.

Apache 2.0FORKAUDIT
Pillar 03

Open Source First

Every core primitive is open-source under Apache 2.0. Framework, desktop app, IDE extensions, and CLI. Audit the code before you trust it.

The Stack

Four layers. One mission.

Most platforms offer a gateway. We deliver the entire infrastructure — from the TypeScript framework you write code in, to the managed cloud that runs it, to the marketplace that monetizes it.

01Framework

Vurb.ts

Type-safe MCP server framework. MVA pattern, hardware PII redaction, finite state machines, semantic verbs. The Express.js for MCP.

Apache 2.0 · Open Source
02Cloud

Vinkius Cloud

Managed runtime with V8 sandboxing. Deploy in 5 seconds. Eight governance layers enforced by default. Zero infrastructure to manage.

Managed · Free tier available
03App Catalog

App Catalog

P2P marketplace for MCP servers. Publish, price, and distribute. Stripe billing, auth tokens, and V8 edge infrastructure included.

Revenue share · No upfront cost
04Tooling

Desktop & IDE

MCP Desktop app for server management. IDE extensions for Cursor, VS Code, and JetBrains. CLI for CI/CD. Everything open-source.

Apache 2.0 · Open Source
Data Flow

Agent calls tool. Eight layers respond.

Every MCP request flows through the governance proxy before reaching your server. The proxy enforces security, redacts PII, tracks costs, and logs everything — in under 50ms of overhead.

Governance proxy

Every request passes through eight hardened layers before reaching your server. DLP, SSRF, PII redaction, audit trail, RBAC, rate limiter, FSM state gate, and kill switch — all active by default.

GOVERNANCE PROXYDLPSSRFPIIAUDITRBACRATEFSMKILL SW→ request passes all 8 layerszero configuration required

V8 isolated runtime

Your MCP server runs inside a V8 isolate — the same engine that powers Chrome. Memory-isolated, CPU-bounded, and terminated on timeout. No filesystem access. No network escape.

V8 ISOLATEyour-server.ts → sandboxed executionNo filesystemNo net escapeCPU boundeddeploy in 5 seconds → production

Sub-50ms overhead

The entire governance pipeline — DLP scanning, PII redaction, audit logging, and cost attribution — adds less than 50ms to each request. Security without latency.

AgentrequestProxy8 layersServeryour codegovernance overhead<50msPII redacted · cost tracked · audit logged
Governance Proxy

Eight hardened layers. Zero configuration.

Every layer is active by default. No toggles to enable. No config files to write. Deploy your server and the governance proxy enforces all eight layers automatically.

Layer 1

DLP

Regex and ML-based data loss prevention. PII, secrets, and credentials automatically redacted before reaching the LLM.

Layer 2

SSRF Protection

Private IP ranges, localhost, and metadata endpoints blocked. DNS rebinding prevention with TTL caching.

Layer 3

PII Redaction

Hardware-accelerated pattern matching. SSN, credit cards, emails, phone numbers caught and scrubbed per request.

Layer 4

Audit Trail

Every tool call logged with actor, timestamp, method, status, latency, and DLP redaction count. Immutable.

Layer 5

RBAC

Role-based access control with project scoping. Owner, Admin, Member, Viewer — plus custom roles.

Layer 6

Rate Limiter

Per-token, per-server rate limiting. Prevents runaway agents from consuming unbounded resources.

Layer 7

State Gate

Finite state machine enforcement. Destructive operations require explicit state transitions — no accidental deletions.

Layer 8

Kill Switch

One-click emergency halt. Revokes all tokens, disconnects all clients, stops all execution. Instant effect.

Open Source

Adopted, not sold. Inspected, not trusted.

Critical AI infrastructure must be transparent. Every core primitive is open-source under Apache 2.0. The managed cloud is the commercial layer — the framework, desktop app, IDE extensions, and CLI are free forever.

Vurb.tsFramework

MVA architecture for MCP servers. Presenters act as egress firewalls so undeclared fields never reach the LLM. Ship a SKILL.md and your AI agent writes the entire server. First pass, no corrections.

TypeScript · NPM · Apache 2.0
MCP InspectorDev Tool

Free compliance diagnostic for any MCP server. 34 automated checks across 7 categories. Paste a URL, get an A+ to F grade with step-by-step remediation. No sign-up. Results in under 15 seconds.

Astro · TypeScript · Free
MCP DesktopApp

One app to manage every MCP server across every AI client on your machine. Write a config once, propagate to 15+ clients in JSON, YAML, or TOML. Visual server matrix. Marketplace search built in.

Rust · Tauri · Vue 3 · Apache 2.0
Discover MCPMCP Server

One config line replaces every MCP server you will ever need. Your agent autonomously finds, activates, and executes 3,400+ tools on demand. Ten servers become one. Fourteen tokens become one.

TypeScript · NPM · Apache 2.0
Laravel VurbFramework

Turn any Laravel app into an MCP server. Zero TypeScript. PHP 8.2+ Attributes, Eloquent Model Bridge, PII redaction, FSM state gates. Run php artisan vurb:serve. Every AI client connects instantly.

PHP · Packagist · MIT
IDE ExtensionExtension

Browse, search, and install MCP servers without leaving your editor. Full App Catalog access inside VS Code, Cursor, and Windsurf. Published on Open VSX and VS Code Marketplace.

TypeScript · Open VSX · Apache 2.0
Doc-BreachMCP Server

The web is hostile to AI agents. Doc-Breach reads any URL and returns clean Markdown. WAF bypass via Wayback Machine, SPA hydration hijacking, PDF parsing, OpenAPI extraction. Zero cost. Runs locally.

TypeScript · NPM · MIT
MCP DoctorDev Tool

One line. When your MCP server crashes, mcp-doctor replaces raw stack traces with actionable diagnoses. Eight failure patterns detected. Every error includes the exact code fix and docs link.

TypeScript · NPM · Apache 2.0
MCP ProxyDev Tool

Wrap any MCP server with one command. See every response in real time: payload size, PII exposure, row overflow, token waste. Five analyzers, zero code changes. Session report on exit with exact savings.

TypeScript · NPM · Apache 2.0
Architecture

Gateway proxy vs. full-stack platform.

A gateway intercepts traffic. A platform owns the entire lifecycle — from the framework you build with, to the runtime that executes, to the marketplace that distributes.

Gateway Proxy

No framework

You bring your own MCP server code. The gateway only intercepts traffic after your server is already running.

Vinkius

Vurb.ts framework

Purpose-built TypeScript framework with MVA pattern, PII redaction, and state machines baked in. Your server is governed from line one.

Gateway Proxy

No marketplace

No distribution channel. You host, you market, you bill. The gateway is infrastructure, not an economy.

Vinkius

P2P App Catalog

Built-in marketplace with Stripe billing, subscriber management, and AI-native discovery. Publish once, earn recurring revenue.

Gateway Proxy

No developer tooling

No desktop app, no IDE extension, no CLI. Configuration through web dashboard only.

Vinkius

Full developer ecosystem

Desktop app, IDE extensions for VS Code/Cursor/Windsurf, CLI, and open-source everything. Meet developers where they work.

Gateway Proxy

Closed source

Proprietary gateway. You trust their proxy with your data without being able to inspect the code that processes it.

Vinkius

Open-source first

Framework, desktop app, IDE extension, and CLI are all open-source under Apache 2.0. Audit the code. Fork it. Contribute.

AI agents never stop.
MCP Servers need Vinkius.

AI agents run around the clock. Every action is isolated, tracked, and controlled automatically. Usage limits, access rules, and data protection come built in. Nothing runs without permission. Nothing escapes without a record.

Try for Free·No credit card