2,500+ MCP servers ready to use
Vinkius

Open source isn't a feature. It's the foundation.

We built Vurb.ts to let you create secure, production-ready MCP servers with real governance, and deploy them to the Vinkius with a single command.

vurb.ts
is open source
Vurb.ts Logo
From prompt to production

Vurb.ts isn't
for humans.
It's for AI agents.

Just tell your AI what you need. It writes the MCP server. Run vurb deploy and it's live - hardened, governed, and battle-tested on the Vinkius.

"I need an MCP server for our ERP. We use Prisma. Tools for inventory & suppliers. Redact sensitive data. Purchases need approval."

$vurb deploy
production-ready
Egress Pipeline
db.password_hashstripped
db.tenant_idstripped
db.internal_flagsstripped
presenter firewall
presenter.namepassed
presenter.emailpassed
Presenter MVA

Schema-as-firewall.
Undeclared fields
never reach the LLM.

Schema-as-firewall. Undeclared database fields are physically stripped before reaching the LLM. New columns invisible until declared.

1,072 lines of implementation. AOT serializer compilation via fast-json-stringify. 6-phase pipeline: validate → truncate → redact → rules → ui → suggest. Config freezes after first .make().

Egress FirewallAOT Compile6-Phase PipelineSOC-2 Ready
FSM State Gate

Tools the AI cannot see,
the AI cannot call.

Physically impossible for AI to call tools out of order. Unavailable tools vanish from the protocol.

XState v5 integration with lazy-loading. Physical removal from tools/list — not a validation guard, a protocol-level vanishing. Snapshot/restore for serverless. Clone isolation for concurrent requests.

XState v5Protocol VanishAnti-HallucinationServerless Safe
Tool Visibility per State
state: "empty"
cart.addcart.view
state: "has_items"current
cart.addcart.checkoutcart.view
state: "payment"
cart.paycart.view
state: "confirmed"
cart.view
B2BUA Routing
Primary Agentgateway
hmac-sha256 handoff
finance-specialistdelegated
legal-reviewstandby
data-analyststandby
Swarm Gateway B2BUA

Multi-agent orchestration.
Telecom-grade routing.
Three lines of code.

Telecom-grade multi-agent orchestration with HMAC-SHA256 delegation tokens. Three lines of code.

463 lines of B2BUA implementation. W3C traceparent propagation. Namespace isolation with auto-prefix. Claim-Check pattern for state > 2KB. Anti-IPI return boundary. Session cap with bypass prevention.

HMAC-SHA256W3C TraceFederated HandoffClaim-Check
DLP Compliance Engine + Capability Lockfile

Compiled PII redaction.
Cryptographic lockfiles.
SOC 2 from day one.

Compiled PII redaction at config-time. GDPR, LGPD, HIPAA ready. Zero overhead on the hot path.

SHA-256 behavioral fingerprint. PRs show exactly what changed in the AI-facing contract surface. vurb.lock captures the behavioral contract of every tool. PRs show exactly what changed in the AI-facing surface. Git-diffable SOC 2 artifacts.

GDPRLGPDHIPAAvurb.lockSHA-256
DLP + Governance
*.ssn → [REDACTED]compiled
patients[*].diagnosis → ****compiled
billing.card_number → ****1234compiled
vurb.lock
integrityDigest: sha256:af83c…verified

Vurb.ts isn't an evolution.
It's an entirely new category.

It controls what AI sees. Locks down PII at compile time. Makes bad tool calls impossible. Runs agent swarms on zero trust. Ships with crypto audit trails. AI-readable out of the box. Nothing else comes close.

Star Vurb.ts on GitHubOpen Source · Apache 2.0