← Back to Plugins
MCP Server MCP

VaultCrux Platform

github By github 👁 1 views ▲ 0 votes

VaultCrux Platform — 60 tools: retrieval, proof, intel, economy, watch, org

Configuration Example

{
  "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"
        }
      ]
    }
  ],
  "packages": []
}
mcp model-context-protocol streamable-http

Comments

Sign in to leave a comment

Loading comments...