doxi-mcp-server
Verified Safeby Consist-Systems
Overview
Manages Doxi Sign document signing flows, templates, and documents for AI clients (ChatGPT, Claude, etc.) via a JSON-RPC 2.0 API.
Installation
dotnet runEnvironment Variables
- ASPNETCORE_ENVIRONMENT
- GPTDataExtraction:GPTAPIKey
- DoxiAPIClient:IdpURL
- DoxiAPIClient:DoxiAPIUrl
Security Notes
The server uses standard .NET Core practices for configuration and deployment (e.g., Docker, user secrets for sensitive data). No 'eval' or direct arbitrary code execution patterns were identified. Authentication relies on basic auth, requiring credentials to be passed with method calls, which should be protected via HTTPS in production. API keys (e.g., for GPT) are expected to be configured externally, preventing hardcoding. A potential risk lies in the 'AddTexts' method where AI interaction based on a 'prompt' could be susceptible to prompt injection against the upstream AI model, though this doesn't directly compromise the server's code execution.
Similar Servers
kreuzberg
Extracts text, tables, images, and metadata from a wide range of document formats (PDF, Office, images, HTML, etc.), with support for multiple OCR backends and an extensible plugin system. Can be run as a Micro-Agent Communication Protocol (MCP) server.
kreuzberg
Extracts text, tables, images, and metadata from 56 file formats including PDF, Office documents, and images. Supports multiple OCR backends, extensible plugins, and is designed for data preprocessing in AI/ML workflows.
google-docs-mcp
Allows AI assistants to programmatically interact with Google Docs, Sheets, and Drive for document management, editing, formatting, and file organization.
nutrient-dws-mcp-server
Integrates Nutrient DWS Processor API with AI assistants for powerful PDF document processing, including digital signing, editing, OCR, and redaction.