Integrates with BusinessMap's Kanban platform to enable complete project management operations including card creation, workflow tracking, custom fields, cycle time analysis, and user management across workspaces and boards.
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
(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).
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.