Back to Home
blockrunner icon

landcomp-mcp

Verified Safe

by blockrunner

Overview

Acts as an MCP (Model Context Protocol) server to integrate with the LandComp application, providing tools for plant catalog search, landscape composition creation, and visualization, supporting both local (stdio) and Docker (SSE) modes.

Installation

Run Command
docker-compose up -d --build

Environment Variables

  • MCP_TRANSPORT
  • LANDCOMP_API_URL
  • MCP_API_KEY
  • MCP_SERVER_PORT
  • LOG_LEVEL

Security Notes

The server uses permissive CORS headers (`Access-Control-Allow-Origin: *`) in SSE mode, which is generally not recommended for public-facing APIs without stricter origin controls. Debug logging can expose sensitive request/response data, including API keys, if not configured appropriately for production. The example API key `test-local-api-key-12345` is publicly known from configuration examples, which is a weak default for local testing.

Similar Servers

Stats

Interest Score0
Security Score6
Cost ClassMedium
Stars0
Forks0
Last Update2025-11-19

Tags

MCP ServerAPI GatewayLandscape DesignPlant CatalogDocker