Serversio.github.detailobsessed/unblu
U

io.github.detailobsessed/unblu

io.github.detailobsessed/unblu · v0.10.1
▦ pypi
v0.10.1pypi pypi: unblu-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.detailobsessed/unblu",
  "description": "Operate Unblu deployments: health checks, conversation ops, and 300+ API endpoints",
  "repository": {
    "url": "https://github.com/detailobsessed/unblu-mcp",
    "source": "github"
  },
  "version": "0.10.1",
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "unblu-mcp",
      "version": "0.10.1",
      "runtimeHint": "uvx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Unblu API base URL (e.g., https://your-instance.unblu.cloud/app/rest/v4)",
          "isRequired": true,
          "format": "string",
          "name": "UNBLU_BASE_URL"
        },
        {
          "description": "Unblu API key for authentication",
          "format": "string",
          "isSecret": true,
          "name": "UNBLU_API_KEY"
        },
        {
          "description": "Unblu username for basic auth (alternative to API key)",
          "format": "string",
          "name": "UNBLU_USERNAME"
        },
        {
          "description": "Unblu password for basic auth (alternative to API key)",
          "format": "string",
          "isSecret": true,
          "name": "UNBLU_PASSWORD"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}