Back to Home
Scan-Documents icon

node-sdk

Verified Safe

by Scan-Documents

Overview

This MCP Server exposes image and PDF processing functionalities to AI agents, allowing them to perform tasks like applying image effects, converting formats, detecting documents, extracting text, and manipulating PDF files.

Installation

Run Command
npx -y scan-documents-mcp@latest

Environment Variables

  • SCAN_DOCUMENTS_API_KEY
  • SCAN_DOCUMENTS_BASE_URL
  • STAINLESS_API_KEY
  • CODE_MODE_ENDPOINT_URL
  • DOCS_SEARCH_URL
  • SCAN_DOCUMENTS_LOG

Security Notes

The server's 'code mode' tool executes agent-provided TypeScript code. While it delegates this execution to an external service (https://api.stainless.com/api/ai/code-tool by default) and claims execution in an isolated sandbox without network or filesystem access, the security of this external sandbox is beyond the scope of this codebase. Users overriding the `CODE_MODE_ENDPOINT_URL` environment variable should ensure their custom endpoint is trusted and securely sandboxed. No direct 'eval' or other un-sandboxed code execution is observed within the server's own code. Authentication is handled via an API key, which is read from environment variables or client options.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassMedium
Avg Tokens300
Stars0
Forks0
Last Update2026-01-17

Tags

Document ProcessingImage ManipulationPDF ToolsMCP ServerTypeScript