BusinessMap
Integrates with BusinessMap's Kanban platform to enable complete project management operations inclu...
Log in to BusinessMap (Kanbanize)
- Open your web browser and go to your BusinessMap (Kanbanize) web interface.
- Sign in with your administrator credentials.
Navigate to the API Management Section
- In BusinessMap, locate your account menu (often your profile in the upper right).
- Find an option named "API," "API Tokens," "API Access," or similar—refer to your BusinessMap user menu. This may sometimes reside under "Settings" or "Integrations."
Generate an API Token
- In the API management area, click “Create New Token” or “Generate Token.”
- Enter a name for the token and select the necessary permissions (full access or restrict as needed for your use case).
- Create the token and copy it. (It will be shown only once!)
Retrieve Your API URL
- Your BusinessMap API URL has the form:
https://your-account.kanbanize.com/api/v2 - Replace
your-accountwith your actual BusinessMap (Kanbanize) account name. This is typically the subdomain you use to log into BusinessMap.
- Your BusinessMap API URL has the form:
(Optional) Identify Your Default Workspace ID
- If you know your workspace, you can find its ID in the BusinessMap interface (e.g., via the workspace’s settings or URL). This is optional and can be left blank.
(Optional) Set Read-Only Mode
- If you want to restrict operations to only reading data, set
"BUSINESSMAP_READ_ONLY_MODE"to"true". To allow modifications, use"false"(default).
- If you want to restrict operations to only reading data, set
Fill in the FastMCP Connection Interface
- Click the “Install Now” button in your platform's MCP integration area.
- In the connection interface, fill in the following values:
BUSINESSMAP_API_TOKEN: Paste your API token from step 3.BUSINESSMAP_API_URL: Use the API URL structure as in step 4, with your actual account.BUSINESSMAP_READ_ONLY_MODE: Enter"true"or"false"as preferred.BUSINESSMAP_DEFAULT_WORKSPACE_ID: Enter the workspace ID if you have it (optional).
Summary Table
| Field | What to enter |
|---|---|
BUSINESSMAP_API_TOKEN |
Your BusinessMap API token (step 3) |
BUSINESSMAP_API_URL |
https://your-account.kanbanize.com/api/v2 |
BUSINESSMAP_READ_ONLY_MODE |
"true" or "false" (default: "false") |
BUSINESSMAP_DEFAULT_WORKSPACE_ID |
Workspace ID (optional, can leave blank) |
Important: Save your changes in the FastMCP interface. Your BusinessMap MCP server should now be connected.
Quick Start
Choose Connection Type for
Authentication Required
Please sign in to use FastMCP hosted connections
Configure Environment Variables for
Please provide values for the following environment variables:
started!
The MCP server should open in . If it doesn't open automatically, please check that you have the application installed.
Copy and run this command in your terminal:
Make sure Gemini CLI is installed:
Visit Gemini CLI documentation for installation instructions.
Make sure Claude Code is installed:
Visit Claude Code documentation for installation instructions.
Installation Steps: