Back to Home
stancld icon

rossum-mcp

by stancld

Overview

An AI agent toolkit for Rossum document processing, enabling conversational automation of workflows, debugging of hooks, and configuration management across different environments.

Installation

Run Command
docker-compose up rossum-agent

Environment Variables

  • ROSSUM_API_TOKEN
  • ROSSUM_API_BASE_URL
  • AWS_PROFILE
  • AWS_DEFAULT_REGION
  • REDIS_HOST
  • REDIS_PORT
  • TELEPORT_JWT_JWKS_URL
  • PUBLIC_URL
  • DEBUG
  • ROSSUM_DISABLE_READ_WRITE

Security Notes

The agent utilizes Python's `exec()` function within the `evaluate_python_hook` tool to execute user-defined code for hook debugging. While efforts are made to sandbox this execution (e.g., stripping imports, whitelisting built-ins), `exec()` inherently carries a significant risk for arbitrary code execution if the sandboxing mechanisms are bypassed. This makes the system more vulnerable if exposed to untrusted inputs. However, other security practices like using environment variables for sensitive credentials (API tokens, AWS keys), and implementing URL and file path sanitization for SSRF and path traversal prevention in the API, are well-observed.

Similar Servers

Stats

Interest Score36
Security Score6
Cost ClassHigh
Avg Tokens10000
Stars6
Forks0
Last Update2026-01-19

Tags

AI AgentDocument ProcessingWorkflow AutomationAPI IntegrationDeployment