Official MCP server for Brilliant Directories, the membership and directory website platform powering 50,000+ sites. Manage members, posts, leads, reviews, pages, redirects, email templates, forms, menus, tags, and more from any AI agent. Ships an OpenAPI 3.1 spec and an interactive setup wizard.
Tools
verifyToken
getUserFields
listUsers
getUser
createUser
updateUser
deleteUser
searchUsers
loginUser
getUserTransactions
getUserSubscriptions
listReviews
getReview
createReview
updateReview
deleteReview
searchReviews
listClicks
getClick
createClick
updateClick
deleteClick
listLeads
getLead
createLead
matchLead
updateLead
deleteLead
listLeadMatches
getLeadMatch
createLeadMatch
updateLeadMatch
deleteLeadMatch
listPosts
getPost
getPostFields
createPost
updatePost
deletePost
searchPosts
listPortfolioGroups
getPortfolioGroup
getPortfolioGroupFields
createPortfolioGroup
updatePortfolioGroup
deletePortfolioGroup
searchPortfolioGroups
listPortfolioPhotos
getPortfolioPhoto
createPortfolioPhoto
updatePortfolioPhoto
deletePortfolioPhoto
listPostTypes
getPostType
createPostType
getPostTypeCustomFields
updatePostType
deletePostType
listUnsubscribes
getUnsubscribe
createUnsubscribe
updateUnsubscribe
deleteUnsubscribe
listWidgets
getWidget
createWidget
updateWidget
deleteWidget
renderWidget
listEmailTemplates
getEmailTemplate
createEmailTemplate
updateEmailTemplate
deleteEmailTemplate
listForms
getForm
createForm
updateForm
deleteForm
listFormFields
getFormField
createFormField
updateFormField
deleteFormField
listMembershipPlans
getMembershipPlan
createMembershipPlan
updateMembershipPlan
deleteMembershipPlan
listMenus
getMenu
createMenu
updateMenu
deleteMenu
listMenuItems
getMenuItem
createMenuItem
updateMenuItem
deleteMenuItem
listCategories
getCategory
createCategory
updateCategory
deleteCategory
listCategoryGroups
getCategoryGroup
createCategoryGroup
updateCategoryGroup
deleteCategoryGroup
listServices
getService
createService
updateService
deleteService
listUserServices
getUserService
createUserService
updateUserService
deleteUserService
listUserPhotos
getUserPhoto
createUserPhoto
updateUserPhoto
deleteUserPhoto
listUserMeta
getUserMeta
createUserMeta
updateUserMeta
deleteUserMeta
listTags
getTag
createTag
updateTag
deleteTag
listTagGroups
getTagGroup
createTagGroup
updateTagGroup
deleteTagGroup
listTagTypes
getTagType
createTagType
updateTagType
deleteTagType
listTagRelationships
getTagRelationship
createTagRelationship
updateTagRelationship
deleteTagRelationship
listSmartLists
getSmartList
createSmartList
updateSmartList
deleteSmartList
listPages
getPage
createPage
updatePage
deletePage
listRedirects
getRedirect
createRedirect
updateRedirect
deleteRedirect
refreshSiteCache
listDataTypes
getDataType
createDataType
updateDataType
deleteDataType
Server Config
{
"mcpServers": {
"bd-api": {
"command": "npx",
"args": [
"-y",
"brilliant-directories-mcp",
"--api-key",
"YOUR_BD_API_KEY",
"--url",
"https://your-site.com"
]
}
}
}