ClaudeChatGPTPerplexityGeminiMicrosoft CopilotRaycastMeta AIGrokZ.aiQwenKimi
DeepSeekMistralCursorVS CodeWindsurfJetBrainsClineLovableVercel AI SDKLangChain

Use Parseur with your AI.

Connect your account once and let the AI you already use work with it, without building another integration. Automate document processing via Parseur. list mailboxes, upload PDFs/Emails, extract structured data pipelines, and trigger template logic natively.

Included with plan

Ask AI about this Connector

Developed, maintained, and hosted by Vinkius.

MCP VERIFIED · PRODUCTION READY · VINKIUS GUARANTEED

Waiting for input…

Works with modern AI clients that support MCP, including ChatGPT, Claude, Cursor, and more.

ChatGPTClaudeCursorPerplexityGeminiMicrosoft CopilotRaycastMeta AI

Complete set · 10 capabilities

The complete Parseur capability set.

These are the exact actions your AI can choose when you ask it to work with Parseur.

Capability set01 / 03

01-04

4 capabilities in this set.

Part of 10 available through Parseur.

  1. 01

    Get document details

    Does not include the parsed data itself. use get_document_data for that. Get metadata of a single parsed document

  2. 02

    Get mailbox

    Use this to verify mailbox setup before sending documents. Get detailed configuration of a specific Parseur mailbox

  3. 03

    List documents

    Each entry includes document ID, status (processed, failed, pending), and metadata like sender and received date. List all parsed documents inside a Parseur mailbox

  4. 04

    List templates

    Templates define the extraction rules (field names, locations, regex patterns) used to pull structured data from incoming documents. List available extraction templates for a Parseur mailbox

Capability set02 / 03

05-07

3 capabilities in this set.

Part of 10 available through Parseur.

  1. 05

    Upload document

    Eml) to the specified mailbox for automatic parsing. The document enters the processing queue and will be parsed according to the mailbox template. Returns the new document ID for tracking. Upload a document URL to a Parseur mailbox for parsing

  2. 06

    Create mailbox

    The type determines the parsing engine (e.g., "pdf", "email", "attachment"). Once created, you can configure templates and forward documents to the mailbox for automatic extraction. Create a new Parseur mailbox for document parsing

  3. 07

    Create template

    Pass the template name and a JSON config string defining field mappings. Parseur will use this template to extract structured data from matching documents. Create a new extraction template for a Parseur mailbox

Capability set03 / 03

08-10

3 capabilities in this set.

Part of 10 available through Parseur.

  1. 08

    Get document data

    Fields depend on the template configuration (e.g., invoice_number, total_amount, line_items). Only works for documents with status "processed". Retrieve the fully extracted JSON data from a parsed document

  2. 09

    List mailboxes

    Each mailbox represents a parsing pipeline for a specific document type (invoices, receipts, emails). Use the returned mailbox IDs for subsequent operations like listing documents or uploading files. List all Parseur parsing mailboxes

  3. 10

    Retry document

    Useful after fixing template rules or when the original parse failed due to a transient error. The document will be matched against the latest template rules. Retry parsing a failed or errored Parseur document

Observed, not estimated

782ms average. Fast in production.

Parseur is checked daily against the live service.

Daily averagePeak 1057ms
Aug 24Today
Fastest day
741ms
Slowest day
1057ms
14-day trend
Slowing+42%

Connect your client

One URL. Every client.

Activate the Connector, copy your link, and paste it into the client you already use. 10 capabilities arrive ready to run.

Preview access · not provider authentication

The vk_preview_* token belongs to Vinkius preview infrastructure. It lets Claude discover and display the capabilities of Parseur, so you can see the experience inside your AI.

It does not authenticate your account with Parseur. Actions requiring credentials or live account data may not run until you activate the Connector and authorize the service.

Parseur Connector

You're all set. Choose your MCP client and follow the setup instructions.

Connector linkhttps://edge.vinkius.com/vk_preview_6MExFCZztxj2EawHbJwpL4Z4EKWcXn1vrBkxx1fJ/mcp

Claude Desktop

Follow the steps below to connect in seconds.

  1. 1In Claude Desktop, open Settings → Connectors.
  2. 2Click “Add custom connector” and paste the connector link above as the remote MCP server URL.
  3. 3Click Add and start a new chat — Parseur capabilities are ready to use.
Configuration · claude_desktop_config.jsonCopy
{
  "mcpServers": {
    "parseur-mcp": {
      "url": "https://edge.vinkius.com/vk_preview_6MExFCZztxj2EawHbJwpL4Z4EKWcXn1vrBkxx1fJ/mcp"
    }
  }
}
  • Claude
  • ChatGPT
  • Cursor
  • VS Code
  • Windsurf
  • Claude Code
  • JetBrains
  • Cline

Step-by-step instructions for each client are in the guide. How to connect

FAQ

Questions Parseur owners ask.

  • 01

    Does this capability parse the document directly or use the cloud engine?

    The capability offloads the logic specifically via endpoints mapping back to the Parseur Cloud Engine. The AI acts to organize mailboxes, list templates, and fetch final states securely without computing massive local OCR networks.

  • 02

    Can I upload a raw file string to be parsed?

    Yes. Utilizing the explicitly mapped upload_document constraint, the agent can inject raw string boundaries identifying formatting, passing files straightforward into the target mailbox ID natively.

  • 03

    Will I see missing required fields if extraction fails?

    Absolutely. Querying get_document_details lists specific status bounds. If a template expects InvoiceTotal and misses it, the document flags a processing boundary issue precisely traceable here.