Back to Home
hivemq icon

businessmap-mcp

Verified Safe

by hivemq

Overview

Provides a Model Context Protocol (MCP) server for integrating with Businessmap (formerly Kanbanize) to read card details and add comments.

Installation

Run Command
./businessmap-mcp

Environment 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

Stats

Interest Score24
Security Score9
Cost ClassMedium
Avg Tokens1000
Stars1
Forks0
Last Update2025-11-19

Tags

BusinessmapKanbanizeMCPGoAPI Integration