MCP Directory

PSPDFKit/nutrient-document-engine-mcp-server

GitHub
Other

Self-hosted MCP server for Nutrient Document Engine. On-premises document processing with natural language control — designed for HIPAA, SOC 2, and GDPR compliance.

Direct install

Run the underlying MCP server directly — without Agent-CoreX routing.

npx -y nutrient-document-engine-mcp-server

Use with Agent-CoreX

Agent-CoreX intelligently routes which tools from PSPDFKit/nutrient-document-engine-mcp-server your AI agent actually needs per request — reducing token usage and cost.

agent-corex.json

{
  "mcpServers": {
    "nutrient-document-engine-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "nutrient-document-engine-mcp-server"
      ]
    }
  }
}

Route PSPDFKit/nutrient-document-engine-mcp-server intelligently

Connect in 2 minutes. Only pay for the tools your agent actually uses.

Installation Guide

Use with Agent-CoreX

Recommended: intelligent tool routing, lower costs

uvx agent-corex mcp add nutrient-document-engine-mcp-server

Agent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.

Direct Install

Use PSPDFKit/nutrient-document-engine-mcp-server directly without routing

npx -y nutrient-document-engine-mcp-server

New to Agent-CoreX? View setup guide →

PSPDFKit/nutrient-document-engine-mcp-server MCP Server