Parseur

Parseur

Parseur is an AI-powered data extraction tool that automates the parsing of emails, PDFs, and other documents into structured data.

76VIEWS
2805USERS

Install MCP Server

Paste and run this command in your terminal to set up Cursor with MCP

npx @composio/cli add cursor --app parseurnpx @composio/cli add cursor --app parseurnpx @composio/cli add cursor --app parseurnpx @composio/cli add cursor --app parseur

After running the command, restart Cursor to start using the MCP Server.

Available Tools

Create Webhook

Tool to create a new webhook in parseur. use when you need to send parsed data via http post in real time.

Delete Webhook

Tool to delete a specific webhook. use when permanently removing a webhook after confirming its id.

Enable Webhook

Tool to enable a paused webhook for a mailbox. use after confirming the webhook is correctly configured.

List Documents In Mailbox

Tool to list documents within a specific mailbox. use when you need to paginate, search, or sort the documents of a given mailbox after obtaining its id.

List Mailboxes

Tool to retrieve a list of all mailboxes. use when you need to browse or filter mailboxes via pagination, searching, or sorting.

List Templates For Mailbox

Tool to list all templates in a given mailbox. use after fetching mailbox details when you need to page through and inspect available templates for further actions.

List Webhooks For Mailbox

Tool to list all webhooks for a mailbox. use when you need to retrieve both active and paused webhooks for a given mailbox.

Pause Webhook

Tool to pause (disable) an existing webhook. use when you need to stop sending parsed data via a webhook after confirming the correct mailbox and webhook ids.

Retrieve A Webhook

Tool to retrieve details of a specific webhook. use after creating or listing webhooks.

Update Webhook

Tool to update an existing webhook’s settings. use when you need to change the webhook’s target url, event type, headers, or name after creation.

10 actions available