Skip to main content
Glama
blocklienterprise

buddyboss-api-doc-mcp

BuddyBoss API Doc MCP Server

An MCP (Model Context Protocol) server that exposes BuddyBoss REST API contracts grouped by category. Built from the official BuddyBoss Platform source.

Base URL: https://your-site.com/wp-json/buddyboss/v1

API Groups

Group

Endpoints

Activity

Feed, comments, favorites, pins, notifications

Members

Profiles, avatars, covers, signup

Groups

Social groups, membership, invites, settings

Messages

Private threads, group threads, actions

Notifications

User notifications

Friends

Friendship connections

XProfile

Extended profile fields, data, types, search

Media (Photos)

Photo uploads and albums

Video

Video uploads and management

Document

Document uploads and folders

Forums

Forums, topics, replies, actions

Moderation

Content and member reporting

Reactions

Emoji reactions

Subscriptions

Forum/topic subscriptions

Settings

Platform and account settings

Misc

Mentions, invites, blogs

Related MCP server: OpenAPI MCP Server

MCP Tools

Tool

Description

list_groups

List all API groups with counts

list_endpoints

List endpoints, optionally filtered by group

search_endpoints

Search endpoints by keyword

get_group_details

Full details for a specific group

Setup

npm install
npm run build

Usage with Claude

Add to your Claude config:

{
  "mcpServers": {
    "buddyboss-api": {
      "command": "node",
      "args": ["/path/to/buddyboss-api-doc-mcp/dist/index.js"]
    }
  }
}

Development

npm run dev   # run with tsx (no build needed)

Related MCP Connectors

Related MCP Servers

  • F
    license
    Not graded
    quality
    Not graded
    maintenance
    Automatically generates MCP servers from OpenAPI/Swagger specifications, enabling users to interact with any REST API through natural language with flexible endpoint filtering and authentication support.
    -
  • A
    license
    A
    quality
    D
    maintenance
    A generic MCP server that dynamically exposes any OpenAPI-documented REST API to LLMs by auto-discovering endpoints. It provides tools for exploring API capabilities and making authenticated requests directly through natural language interfaces.
    2
    7 npm
    MIT
  • A
    license
    B
    quality
    D
    maintenance
    Natural language API discovery MCP server. Search 700+ API capabilities across 163 current providers, get, exact endpoints, auth setup, and code snippets. Supports auto-discovery of new APIs.
    3
    15 PyPI
    1
    MIT