businessmap-mcp
Verified Safeby hivemq
Overview
Provides a Model Context Protocol (MCP) server for integrating with Businessmap (formerly Kanbanize) to read card details and add comments.
Installation
./businessmap-mcpEnvironment Variables
- KANBANIZE_API_KEY
- KANBANIZE_BASE_URL
Security Notes
The server securely handles API keys via environment variables and uses standard Go HTTP client practices, implicitly relying on HTTPS for API communications. Input validation for card IDs/URLs helps prevent basic injection attempts, with the regex for URL parsing appearing simple and efficient. Robust rate limit handling with exponential backoff and jitter is implemented. No 'eval' or other dynamic code execution patterns were found in the provided source code, and it adheres to a clear project structure.
Similar Servers
Unla
Transforms existing MCP Servers and APIs into MCP protocol-compliant endpoints through configuration, enabling LLM tool calling without code changes.
mcp-server-trello
This server provides tools for interacting with Trello boards, enabling automation of project management, task management, and reporting workflows.
buildkite-mcp-server
An MCP server that exposes Buildkite CI/CD data (pipelines, builds, jobs, tests) to AI tooling and editors for enhanced context and automation.
kanboard-mcp
This server integrates AI assistants with Kanboard, allowing natural language management of projects, tasks, users, and workflows.