Overview
Turn any PDF into structured JSON via AI + OCR: invoices, bank statements, contracts. Zero config — pass a public PDF URL, get JSON. Use as an MCP tool, REST API, or in n8n. Try it: https://apify.com/opportunity-biz/document-to-json-mcp
Server Config
{
"mcpServers": {
"document-to-json": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.apify.com/?actors=opportunity-biz/document-to-json-mcp",
"--header",
"Authorization: Bearer YOUR_APIFY_TOKEN"
]
}
}
}