B

BusinessMap

Integrates with BusinessMap's Kanban platform to enable complete project management operations inclu...

40 views
0 installs
Updated Sep 11, 2025
Not audited
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.
  1. Log in to BusinessMap (Kanbanize)

    • Open your web browser and go to your BusinessMap (Kanbanize) web interface.
    • Sign in with your administrator credentials.
  2. 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."
  3. 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!)
  4. Retrieve Your API URL

    • Your BusinessMap API URL has the form:
      https://your-account.kanbanize.com/api/v2
      
    • Replace your-account with your actual BusinessMap (Kanbanize) account name. This is typically the subdomain you use to log into BusinessMap.
  5. (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.
  6. (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).
  7. 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

View on GitHub

Report Issue

Thank you! Your issue report has been submitted successfully.