← Registry

Collaboration

hivelearn.app

Manages community members and posts.

1 endpoint57 known toolsFirst detected June 5, 2026Last detected September 6, 2026

ENDPOINT 1

https://mcp.hivelearn.app

No auth detected

MCP server metadata

Name
hivelearn
Version
0.3.0
Capabilities
tools.listChanged

Known tools 57

hivelearn_get_community_me

Returns the community the current API key is scoped to.

Inferred read-only
hivelearn_list_members

List members of the authenticated community.

Inferred read-only
hivelearn_get_member

Fetch a single member by profile uuid.

Inferred read-only
hivelearn_update_member

Change a member's role or ban status.

Inferred read-only
hivelearn_list_posts

List community feed posts, newest first.

Inferred read-only
hivelearn_get_post

Fetch one post with full content.

Potential side effects
hivelearn_create_post

Publish a new post to the community feed.

Potential side effects
hivelearn_update_post

Edit an existing post.

Potential side effects
hivelearn_list_events

List community events.

Inferred read-only
hivelearn_get_event

Fetch one event by id with full description and RSVP metadata.

Inferred read-only
hivelearn_create_event

Create a calendar event.

Potential side effects
hivelearn_update_event

Edit an event.

Potential side effects
hivelearn_list_courses

List courses in the authenticated community.

Inferred read-only
hivelearn_get_course

Fetch one course with full metadata (description, instructor, tags, flags).

Inferred read-only
hivelearn_create_course

Create an empty course (no modules/lessons).

Potential side effects
hivelearn_update_course

Edit course metadata.

Potential side effects
hivelearn_list_course_modules

List modules (sections) of a course, ordered by sort_order.

Inferred read-only
hivelearn_create_module

Add a module to a course.

Inferred read-only
hivelearn_update_module

Rename or reorder a module.

Inferred read-only
hivelearn_list_course_lessons

List lessons of a course, optionally filtered to one module.

Inferred read-only
hivelearn_create_lesson

Add a lesson to a course.

Inferred read-only
hivelearn_update_lesson

Edit lesson metadata or move it between modules.

Potential side effects
hivelearn_create_course_outline

Scaffold an entire course in one call: course + modules + lesson placeholders (title/description only, no content yet).

Inferred read-only
hivelearn_update_lesson_content

Replace just the content of a lesson — URL, content_type, and optional description/duration/thumbnail.

Inferred read-only
hivelearn_reorder_module_lessons

Set the full lesson order within a module in one atomic call.

Inferred read-only
hivelearn_publish_course

Publish a course: sets is_published=true after validating that every lesson has content_url.

Potential side effects
hivelearn_get_course_structure

Return a compact titles-only tree of the course: course → modules → lessons.

Inferred read-only
hivelearn_list_quizzes

List quizzes, optionally scoped to a course or a specific lesson.

Inferred read-only
hivelearn_get_quiz

Fetch one quiz with metadata (passing_score, time_limit, max_attempts).

Inferred read-only
hivelearn_create_quiz

Create a quiz attached to a lesson.

Potential side effects
hivelearn_update_quiz

Edit quiz settings.

Potential side effects
hivelearn_list_quiz_questions

List all questions for a quiz, ordered by sort_order.

Inferred read-only
hivelearn_create_quiz_question

Add a question to a quiz.

Inferred read-only
hivelearn_update_quiz_question

Edit a question.

Potential side effects
hivelearn_list_enrollments

List course enrollments, optionally scoped to one course or one user.

Inferred read-only
hivelearn_get_enrollment

Fetch one enrollment with status and progress.

Inferred read-only
hivelearn_create_enrollment

Enroll a user in a course.

Inferred read-only
hivelearn_get_course_progress

Aggregate lesson-completion progress for a course across enrolled users.

Inferred read-only
hivelearn_get_course_gradebook

Quiz-score gradebook for a course: per-user quiz attempts, scores, pass/fail.

Inferred read-only
hivelearn_list_certificates

List issued certificates, optionally scoped to one user or one course.

Inferred read-only
hivelearn_get_certificate

Fetch one certificate by id.

Inferred read-only
hivelearn_create_certificate

Issue a certificate of completion to a user for a course.

Inferred read-only
hivelearn_update_certificate

Change a certificate status.

Inferred read-only
hivelearn_verify_certificate

Public verification lookup by verification_code.

Inferred read-only
hivelearn_list_resources

List published resources in the authenticated community, newest first.

Inferred read-only
hivelearn_get_resource

Fetch one published resource by id, with joined author.

Inferred read-only
hivelearn_create_resource

Add a resource to the community library.

Inferred read-only
hivelearn_update_resource

Edit a resource.

Potential side effects
hivelearn_get_leaderboard

Ranked member leaderboard for the community.

Inferred read-only
hivelearn_get_member_points

Full points breakdown for one member (by auth user id) in the community: total, per-category (posts/comments/events/courses/engagement), period totals, level.

Inferred read-only
hivelearn_list_tracks

List published learning tracks (curated course sequences) in the community, newest first.

Inferred read-only
hivelearn_get_track

Fetch one learning track by id with full metadata.

Inferred read-only
hivelearn_list_track_courses

Return the ordered curriculum of a track: its courses with sort_order, is_required, and unlock_after_course_id (prerequisite gating).

Inferred read-only
hivelearn_get_track_progress

Per-member progress through a learning track: enrolled_at, started_at, completed_at, total_courses, completed counts.

Inferred read-only
hivelearn_create_track

Create a learning track (curated course sequence).

Potential side effects
hivelearn_update_track

Edit a learning track.

Potential side effects
hivelearn_add_track_course

Add a course to a track at a given position.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.hivelearn]
url = "https://mcp.hivelearn.app"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "hivelearn": {
      "type": "http",
      "url": "https://mcp.hivelearn.app"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: hivelearn
Remote MCP URL: https://mcp.hivelearn.app

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "hivelearn": {
      "url": "https://mcp.hivelearn.app"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "hivelearn": {
      "type": "http",
      "url": "https://mcp.hivelearn.app"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "hivelearn",
  "transport": "streamable-http",
  "url": "https://mcp.hivelearn.app"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for hivelearn.app was fetched 2026-08-25T14:56:27.648Z.

Trust status Neutral

hivelearn.app is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.