buddyboss-api-doc-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@buddyboss-api-doc-mcplist endpoints for the activity group"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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 all API groups with counts |
| List endpoints, optionally filtered by group |
| Search endpoints by keyword |
| Full details for a specific group |
Setup
npm install
npm run buildUsage 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)This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-quality-maintenanceAutomatically 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.Last updated
- AlicenseAqualityDmaintenanceA 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.Last updated22MIT
- AlicenseBqualityDmaintenanceNatural 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.Last updated31MIT
- AlicenseAqualityAmaintenanceMCP server that helps AI agents explore OpenAPI specs, search endpoints, and generate TypeScript types.Last updated75010MIT
Related MCP Connectors
APIs.guru MCP — keyless directory of 2,500+ public APIs and their OpenAPI specs.
Official Microsoft MCP Server to query Microsoft Entra data using natural language
The official MCP Server from Mia-Platform to interact with Mia-Platform Console
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/blocklienterprise/buddyboss-api-doc-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server