Back to Home
calgo-lab icon

redakto-app-mcp-server

Verified Safe

by calgo-lab

Overview

Acts as an MCP server to enable large language models to perform named entity recognition and pseudonymization of German text via the Redakto API.

Installation

Run Command
npx -y @sksdotsauravs/redakto-app-mcp-server

Environment Variables

  • REDAKTO_API_URL

Security Notes

The server functions as a proxy, forwarding requests to an external Redakto API. The API base URL is dynamically configured via the REDAKTO_API_URL environment variable, preventing hardcoded secrets. Inputs to tool calls are validated against predefined TypeScript interfaces before being sent to the API, mitigating direct injection risks. The HTTP client includes a timeout mechanism. No use of `eval` or other inherently dangerous runtime code execution patterns was identified.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassHigh
Avg Tokens2000
Stars0
Forks0
Last Update2025-11-25

Tags

Named Entity RecognitionPseudonymizationGerman NLPMCP ServerAI Tools