We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/activepieces/activepieces'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
nl.json•5.38 KiB
{
"DocumentPro is an AI-powered document processing platform that automates data extraction from various document types using advanced machine learning algorithms.": "DocumentPro is een AI-aangedreven document-verwerkingsplatform dat gegevensextractie uit verschillende documenttypen met behulp van geavanceerde machine-leeralgoritmen.",
"\nTo get your DocumentPro API Key:\n\n1. **Login** to your DocumentPro account\n2. **Go to** https://app.documentpro.ai/workflows\n3. **Select** a workflow\n4. **Change tab** to \"Workflow\" from the top bar\n5. **Find** the \"Upload\" tab\n6. **Click** \"Upload via API\"\n7. **Click** the \"Generate API Key\" button\n8. **Copy** your API key and paste it here\n ": "\nOm uw DocumentPro-API-sleutel te verkrijgen:\n\n1. **Log in** op uw DocumentPro-account\n2. **Ga naar** https://app.documentpro.ai/workflows\n3. **Selecteer** een workflow\n4. **Verander tabblad** naar \"Workflow\" van de bovenste balk\n5. **Zoek naar de \"Upload\" tab\n6. **Klik** \"Upload via API\"\n7. **Klik** de \"Generate API Key\" knop\n8. **Kopieer** uw API key en plak deze hier\n ",
"Upload document": "Document uploaden",
"Run Extract": "Uitpakken uitvoeren",
"Custom API Call": "Custom API Call",
"Uploads a document to a DocumentPro parser": "Upload een document naar een DocumentPro-parser",
"Run an extract/workflow on an uploaded document": "Voer een extract/workflow uit op een geüpload document",
"Make a custom API call to a specific endpoint": "Maak een aangepaste API call naar een specifiek eindpunt",
"File": "Bestand",
"Document ID": "Document ID",
"Template ID": "Sjabloon ID",
"Use OCR": "OCR gebruiken",
"Query Model": "Query model",
"Detect Layout": "Lay-out detecteren",
"Detect Tables": "Tabellen detecteren",
"Page Ranges": "Pagina Bereiken",
"Chunk by Pages": "Chunk per pagina",
"Rolling Window": "Rollend venster",
"Start Regex": "Start Regex",
"End Regex": "Stop Regex",
"Split Regex": "Opsplitsen Regex",
"Use All Matches": "Gebruik alle overeenkomsten",
"Method": "Methode",
"Headers": "Kopteksten",
"Query Parameters": "Query parameters",
"Body Type": "Type lichaam",
"Body": "Lichaam",
"Response is Binary ?": "Antwoord is binair?",
"No Error on Failure": "Geen fout bij fout",
"Timeout (in seconds)": "Time-out (in seconden)",
"Follow redirects": "Volg omleidingen",
"The document file to upload (PDF, JPEG, PNG, or TIFF, max 6MB)": "Het te uploaden documentbestand (PDF, JPEG, PNG, or TIFF, max 6MB)",
"The unique identifier of the document to parse": "De unieke id van het document om te parsen",
"The unique identifier of the Workflow/template to use": "De unieke id van de te gebruiken Workflow/template",
"Enable OCR processing (required for gpt-3.5-turbo or OCR-related parameters)": "OCR-verwerking inschakelen (vereist voor gpt-3.5-turbo of OCR-gerelateerde parameters)",
"The AI model to use for parsing": "Het AI-model dat moet worden gebruikt voor parsen",
"Detect document layout (requires use_ocr=true)": "Detecteer document lay-out (vereist use_ocr=true)",
"Detect tables in the document (requires use_ocr=true)": "Detecteer tabellen in het document (vereist use_ocr=true)",
"Specify which pages to parse (e.g., \"1-3,5,7-9\")": "Specificeer welke pagina's te parsen (bijv. \"1-3,5,7-9\")",
"Number of pages per segment for method 1 segmentation": "Aantal pagina's per segment voor methode 1 segmentatie",
"Window size for method 2 segmentation": "Venstergrootte voor methode 2 segmentatie",
"Regex pattern for where parsing should begin (requires use_ocr=true)": "Regex patroon voor waar parsing moet beginnen (vereist use_ocr=true)",
"Regex pattern for where parsing should end (requires use_ocr=true)": "Regex patroon voor waar parsen moet eindigen (vereist use_ocr=true)",
"Regex pattern to split the document into sections (requires use_ocr=true)": "Regex patroon om het document te splitsen in secties (vereist use_ocr=true)",
"Use all regex matches instead of just the first (requires use_ocr=true)": "Gebruik alle regex overeenkomsten in plaats van slechts de eerste (vereist use_ocr=true)",
"Authorization headers are injected automatically from your connection.": "Autorisatie headers worden automatisch geïnjecteerd vanuit uw verbinding.",
"Enable for files like PDFs, images, etc.": "Inschakelen voor bestanden zoals PDF's, afbeeldingen etc.",
"GPT-4o Mini": "GPT-4o Mini",
"GPT-4o": "GPT-4o",
"GPT-3.5 Turbo": "GPT-3.5 Turbo",
"GET": "KRIJG",
"POST": "POSTE",
"PATCH": "BEKIJK",
"PUT": "PUT",
"DELETE": "VERWIJDEREN",
"HEAD": "HOOFD",
"None": "geen",
"JSON": "JSON",
"Form Data": "Formulieren gegevens",
"Raw": "Onbewerkte",
"New Document": "Nieuw Document",
"Triggers when a new document is uploaded to DocumentPro": "Triggers wanneer een nieuw document is geüpload naar DocumentPro",
"Markdown": "Markdown",
"\n**In DocumentPro Dashboard:**\n - Navigate to your desired Workflow\n - Go to the \"Workflow\" tab\n - Find the \"Webhook Notification\" option in the export section\n - Set the Webhook Endpoint URL to:\n ```text\n\t\t\t{{webhookUrl}}\n\t\t\t```\n - Click Save\n\n ": "\n**In DocumentPro Dashboard:**\n - Navigate to your desired Workflow\n - Go to the \"Workflow\" tab\n - Find the \"Webhook Notification\" option in the export section\n - Set the Webhook Endpoint URL to:\n ```text\n\t\t\t{{webhookUrl}}\n\t\t\t```\n - Click Save\n\n "
}