landcomp-mcp
Verified Safeby 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
docker-compose up -d --buildEnvironment 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
mcp-compose
This server provides a robust example of OAuth2 authentication for MCP (Model Context Protocol) servers, using GitHub as the identity provider. It demonstrates secure multi-server management, protocol translation, and integration with AI agents for tool invocation.
mcp-devcontainers
Provides a Model Context Protocol (MCP) server for integrating with and managing devcontainer environments via the devcontainers CLI.
MCP-Council
Automates the conversion of REST APIs into AI-powered MCP (Model Context Protocol) servers, enabling seamless integration of APIs with AI assistants.
limesurvey-mcp
A Model Context Protocol (MCP) server that exposes LimeSurvey Remote API functionality as MCP tools for standardized interaction.