Serversio.github.williamechevarria/hivelearn-mcp
M

HiveLearn

io.github.williamechevarria/hivelearn-mcp · v0.2.0
▦ npm
v0.2.0npm npm: hivelearn-mcp🌐 https://mcp.hivelearn.app↗ 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.github.williamechevarria/hivelearn-mcp",
  "description": "Read and author HiveLearn communities, courses, events, quizzes, and certificates.",
  "title": "HiveLearn",
  "repository": {
    "url": "https://github.com/hivelearn/community-hub",
    "source": "github",
    "subfolder": "tools/hivelearn-mcp"
  },
  "version": "0.2.0",
  "websiteUrl": "https://hivelearn.app/mcp",
  "icons": [
    {
      "src": "https://hivelearn.app/hivelearn-icon.png",
      "mimeType": "image/png",
      "sizes": [
        "any"
      ]
    }
  ],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "hivelearn-mcp",
      "version": "0.1.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your HiveLearn API key (hl_live_...). Create one at Admin → API Keys in your HiveLearn community.",
          "isRequired": true,
          "isSecret": true,
          "name": "HIVELEARN_API_KEY"
        }
      ]
    }
  ],
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://mcp.hivelearn.app",
      "headers": [
        {
          "description": "Your HiveLearn API key. Create one at Admin → API Keys in your HiveLearn community.",
          "isRequired": true,
          "isSecret": true,
          "name": "X-Hivelearn-Api-Key"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}