edicarloslds/businessmap-mcp
If you are the rightful owner of businessmap-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
BusinessMap MCP Server is a Model Context Protocol server designed for seamless integration with BusinessMap's project management features, offering comprehensive access to workspaces, boards, cards, and more.
Tools
Functions exposed to the LLM to take actions
list_workspaces
Get all workspaces
get_workspace
Get workspace details
create_workspace
Create new workspace
list_boards
List boards in workspace(s)
search_board
Search for boards by ID or name
get_current_board_structure
Get the complete current structure of a board
create_board
Create new board
get_columns
Get all columns for a board
get_lanes
Get all lanes for a board
get_lane
Get details of a specific lane/swimlane
create_lane
Create new lane/swimlane
list_cards
Get cards from a board with optional filters
get_card
Get detailed card information
get_card_size
Get the size/points of a specific card
create_card
Create new card
move_card
Move card to different column/swimlane
update_card
Update card properties
set_card_size
Set the size/points of a specific card
get_card_comments
Get all comments for a specific card
get_card_comment
Get details of a specific comment from a card
get_card_custom_fields
Get all custom fields for a specific card
get_card_types
Get all available card types
get_card_outcomes
Get all outcomes for a specific card
get_card_history
Get the history of a specific card outcome
get_card_linked_cards
Get all linked cards for a specific card
get_card_subtasks
Get all subtasks for a specific card
get_card_subtask
Get details of a specific subtask from a card
create_card_subtask
Create a new subtask for a card
get_card_parents
Get a list of parent cards for a specific card
get_card_parent
Check if a card is a parent of a given card
add_card_parent
Make a card a parent of a given card
remove_card_parent
Remove the link between a child card and a parent card
get_card_parent_graph
Get a list of parent cards including their parent cards too
get_card_children
Get a list of child cards of a specified parent card
get_custom_field
Get details of a specific custom field by ID
get_workflow_cycle_time_columns
Get workflow's cycle time columns
get_workflow_effective_cycle_time_columns
Get workflow's effective cycle time columns
list_users
Get all users
get_user
Get user details
get_current_user
Get current logged user details
health_check
Check API connection
get_api_info
Get API information
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client