Back to Home
Hochfrequenz icon

TransformerBee.mcp

Verified Safe

by Hochfrequenz

Overview

This server acts as a Model Context Protocol (MCP) wrapper for the TransformerBee service, enabling conversion between EDIFACT and BO4E data formats.

Installation

Run Command
docker run --network host -i --rm -e TRANSFORMERBEE_HOST=http://localhost:5021 ghcr.io/hochfrequenz/transformerbee.mcp:latest

Environment Variables

  • TRANSFORMERBEE_HOST
  • TRANSFORMERBEE_CLIENT_ID
  • TRANSFORMERBEE_CLIENT_SECRET

Security Notes

The code uses environment variables for sensitive information like `TRANSFORMERBEE_CLIENT_ID` and `TRANSFORMERBEE_CLIENT_SECRET`, which is good practice. It also handles exceptions during API calls. There are no direct `eval` calls, obfuscation, or hardcoded secrets in the provided source. The primary security consideration lies with the `transformer.bee` service it connects to, as this MCP server acts as a proxy.

Similar Servers

Stats

Interest Score30
Security Score9
Cost ClassLow
Stars1
Forks0
Last Update2026-01-12

Tags

EDIFACTBO4EMCPData ConversionPython