Belong.net Logo
MCP Cheat Sheet

MCP Tools — Hubs

Tools for managing hubs via MCP.

get-hub

  • Input: id (slug or MongoId)
  • Output: hub object (JSON text)

list-hubs

  • Input: hubType?, status?, source?, private?, ownerId?, memberId?, search?, sort?, order?, fields? (string), limit?, page?, cursor?
  • Output: { data: Hub[], meta: { pagination } } (JSON text)
  • Input: id, withMarkers?, limit?, page?, cursor?
  • Output: { data: RelatedHub[], meta: { pagination } } (JSON text)

create-hub

  • Input: CreateHubBody (requires name + unique slug; slug maps to DB hubname; owner inferred from auth; source forced to MCP)
  • Output: created hub (JSON text)

update-hub

  • Input: id, data (UpdateHubBody; partial)
  • Output: updated hub (JSON text)

delete-hub

  • Input: id
  • Output: { message } (JSON text)
Copyright © 2026