Serversio.github.CueCrux/vaultcrux-platform
P

VaultCrux Platform

io.github.CueCrux/vaultcrux-platform · v0.1.0
● Remote
v0.1.0remote🌐 https://api.vaultcrux.com/platform/mcp↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.CueCrux/vaultcrux-platform",
  "description": "VaultCrux Platform — 60 tools: retrieval, proof, intel, economy, watch, org",
  "title": "VaultCrux Platform",
  "repository": {
    "url": "https://github.com/CueCrux/VaultCrux",
    "source": "github"
  },
  "version": "0.1.0",
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://api.vaultcrux.com/platform/mcp",
      "headers": [
        {
          "description": "VaultCrux API key",
          "isRequired": true,
          "isSecret": true,
          "name": "x-api-key"
        },
        {
          "description": "VaultCrux tenant id",
          "isRequired": true,
          "name": "x-tenant-id"
        },
        {
          "description": "Optional agent id override",
          "name": "x-agent-id"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}