Serversio.bighub/mcp
M

BIGHUB

io.bighub/mcp · v0.2.1
▦ npm
v0.2.1npm npm: @bighub/bighub-mcp↗ Website↗ 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.bighub/mcp",
  "description": "Decision learning for AI agent actions. Evaluate, score, decide, and learn from outcomes.",
  "title": "BIGHUB",
  "repository": {
    "url": "https://github.com/bighub-io/bighub",
    "source": "github",
    "subfolder": "servers/mcp"
  },
  "version": "0.2.1",
  "websiteUrl": "https://bighub.io",
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@bighub/bighub-mcp",
      "version": "0.2.1",
      "runtimeHint": "npx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "BIGHUB API key for authenticating requests (X-API-Key header).",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "BIGHUB_API_KEY"
        },
        {
          "description": "Alternative authentication via Bearer token. Use this or BIGHUB_API_KEY.",
          "format": "string",
          "isSecret": true,
          "name": "BIGHUB_BEARER_TOKEN"
        },
        {
          "description": "BIGHUB API base URL.",
          "format": "string",
          "default": "https://api.bighub.io",
          "name": "BIGHUB_BASE_URL"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}