calgo-lab/redakto-app-mcp-server
If you are the rightful owner of redakto-app-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
An MCP server for the Redakto App API, providing tools for named entity recognition and pseudonymization of German text.
Tools
Functions exposed to the LLM to take actions
get_entity_set_ids
Returns available entity sets for processing.
get_supported_model_ids
Returns supported NER and NER-PG models for a specific entity set.
get_entity_set_details
Returns detailed information about an entity set.
get_supported_model_details
Returns detailed information about a specific model.
detect_entities
Detects named entities in German text.
detect_entities_and_pseudonymize
Detects named entities and generates pseudonymized versions.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client