# Document Integrity Validator

AI reasoning checks any document against named international standards before your agent acts on it.

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y smithery mcp add OjasKord/document-integrity-validator-mcp

# Browse available tools
npx -y smithery tool list OjasKord/document-integrity-validator-mcp

# Get full schema for a tool
npx -y smithery tool get OjasKord/document-integrity-validator-mcp check_document

# Call a tool
npx -y smithery tool call OjasKord/document-integrity-validator-mcp check_document '{}'
```

## Direct MCP Connection

Endpoint: `https://document-integrity-validator-mcp--ojaskord.run.tools`

**Optional config:**
- `x-api-key` (header) — Document Integrity Validator API key from kordagencies.com. Leave blank for free tier.

## Tools (2)

- `check_document` — Call this tool BEFORE your agent accepts, processes, or acts on any document received from an external party -- before …
- `check_document_package` — Call this tool when your agent has received a set of related documents that must be internally consistent before paymen…

```bash
# Get full input/output schema for a tool
npx -y smithery tool get OjasKord/document-integrity-validator-mcp <tool-name>
```
