HiveLearn

Created By
HiveLearna month ago
Read and author HiveLearn communities, courses, events, quizzes, and certificates.
Overview

HiveLearn MCP Server

The official MCP server for HiveLearn — an all-in-one community + LMS platform. Lets AI agents read and author communities, courses, modules, lessons, events, quizzes, question banks, certificates, and members through the HiveLearn public REST API.

What You Can Do

  • Build courses at conversation speed — scaffold outlines, drop in lesson content, reorder modules, publish, and issue certificates
  • Moderate and grow communities — query members, read posts, manage events
  • Run quizzes — create question banks, build quizzes, pull attempts and scores
  • Issue certificates — generate completion certificates for learners programmatically

Installation

Claude Desktop / Cursor / Windsurf (stdio)

Add to your MCP client config:

{                                                                                                                                                                                                                                                                                     
  "mcpServers": {                                                                                                                                                                                                                                                                     
    "hivelearn": {                                                                                                                                                                                                                                                                  
      "command": "npx",                                                                                                                                                                                                                                                               
      "args": ["-y", "hivelearn-mcp"],                                                                                                                                                                                                                                              
      "env": {                                                                                                                                                                                                                                                                        
        "HIVELEARN_API_KEY": "hl_live_YOUR_KEY_HERE"                                                                                                                                                                                                                                  
      }                                                                                                                                                                                                                                                                               
    }                                                                                                                                                                                                                                                                                 
  }                                                                                                                                                                                                                                                                                   
}                                                                                                                                                                                                                                                                                     
                                                                                                                                                                                                                                                                                    
Remote HTTP (Streamable HTTP transport)                                                                                                                                                                                                                                               
                                                                                                
URL:    https://mcp.hivelearn.app                                                                                                                                                                                                                                                     
Header: X-Hivelearn-Api-Key: hl_live_YOUR_KEY_HERE                                              
                                                               
Authentication                                                 
                                                          
1. Sign in to your HiveLearn community at https://hivelearn.app    
2. Go to Admin → API Keys                                      
3. Create a new key — format is hl_live_...                                                                                                                                                                                                                                         
4. Paste it into the config above                                                                                                                                                                                                                                                     
                                                                   
API keys require a Pro, Scale, Enterprise, or Pioneer tier community.                                                                                                                                                                                                                 
                                                                                                
Documentation                                                                                                                                                                                                                                                                       
                                                                                                                                                                                                                                                                                      
- Full MCP docs: https://hivelearn.app/mcp           
- Public API docs: https://hivelearn.app/api-docs                                                                                                                                                                                                                                     
- Source code: https://github.com/hivelearn/community-hub                                                                                                                                                                                                                             
- npm package: https://www.npmjs.com/package/hivelearn-mcp                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                      
License                                                                                                                                                                                                                                                                               
                                                                                                                                                                                                                                                                                      
Apache-2.0  

Server Config

{
  "mcpServers": {
    "hivelearn": {
      "command": "npx",
      "args": [
        "-y",
        "hivelearn-mcp"
      ],
      "env": {
        "HIVELEARN_API_KEY": "hl_live_YOUR_KEY_HERE"
      }
    }
  }
}
Project Info
Created At
a month ago
Updated At
a month ago
Author Name
HiveLearn
Star
-
Language
-
License
-
Category

Recommend Servers

View All
Tavily Mcp
@tavily-ai

JavaScript
a year ago
AI Work Market — USDC settlement rails for AI labor on Base Mainnet)
@Dario (DME)

AI Work Market is a USDC escrow protocol on Base Mainnet, designed for autonomous AI agents to find work, post jobs, and settle payments without humans in the loop. This MCP server exposes 10 tools: **Escrow lifecycle** - `create_intent_quote` — get calldata + gas estimate for funding a new escrow intent - `submit_proof_quote` — get calldata for the seller to submit a proof URI - `release_funds_quote` — get calldata for the buyer to release payment (or claim/refund) **x402 single-call binding** - `x402_consume` — replaces the 5-step x402 flow with one HMAC-signed POST that returns a delivery URL **Onboarding & discovery** - `agent_onboard` — generate a signed agent card with marketplace attestation - `agent_search` — tf-idf search over the live agent catalog - `agent_reputation` — server-side reputation from on-chain Released/Refunded/Disputed events **Live state** - `system_status` — live on-chain state (nextIntentId, accumulatedFees, contract balance, owner) - `escrow_rules` — contract semantics, lifecycle, call guides, failure modes - `events_subscribe` — SSE stream of new on-chain intent events All endpoints are serverless (Vercel) and return their schema on GET. No browser, no wallet UI required for an agent to integrate. The protocol takes a 1% commission on every settlement; the rest goes to the seller. The full AgentCard is at `/.well-known/agent-card.json` (A2A-compatible). The OpenAPI 3.0.3 spec is at `/.well-known/openapi.json` with `components.securitySchemes` (none, hmacX402). `robots.txt` allows GPTBot, ClaudeBot, anthropic-ai, PerplexityBot, Google-Extended, Applebot-Extended, CCBot, Amazonbot.

an hour ago