Back to Home
Consist-Systems icon

doxi-mcp-server

Verified Safe

by 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

Run Command
dotnet run

Environment 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

Stats

Interest Score0
Security Score8
Cost ClassHigh
Avg Tokens25000
Stars0
Forks0
Last Update2025-12-16

Tags

Document Managemente-SignatureAI IntegrationAPI Gateway.NET Core