BusinessMap MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| BUSINESSMAP_API_KEY | Yes | Your BusinessMap API key | |
| BUSINESSMAP_SUBDOMAIN | Yes | Your BusinessMap subdomain (e.g., yourcompany) |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_workspacesA | List all BusinessMap workspaces |
| list_boardsA | List all BusinessMap boards |
| list_usersA | List all BusinessMap users |
| get_board_cardsA | Get cards from a specific board Args: board_id: The ID of the board limit: Maximum number of cards to return (default: 50) |
| get_user_cardsA | Get cards assigned to a specific user Args: user_id: The ID of the user whose cards to retrieve (if not provided, uses the current user) board_id: Optional board ID to limit search to specific board column_id: Optional column ID to limit search to specific column limit: Maximum number of cards to return (default: 50) |
| get_card_detailsC | Get detailed information about a specific card Args: card_id: The ID of the card |
| search_cardsA | Search for cards by title Args: query: Search query string board_id: Optional board ID to limit search to specific board limit: Maximum number of results (default: 20) |
| create_cardC | Create a new card in BusinessMap Args: title: The title of the card description: Description for the card user_id: The ID of the user to assign the card to (optional) tag_ids: List of tag IDs to assign to the card (optional) |
| update_cardA | Update an existing card in BusinessMap Args: card_id: The ID of the card to update title: New title for the card (optional) description: New description for the card (optional) |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
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/martasd/businessmap-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server