Parseur
Parseur is an AI-powered data extraction tool that automates the parsing of emails, PDFs, and other documents into structured data.
This is a first-class FlyMyAI MCP. Agents discover it automatically via tool search and call the actions below on demand - you never wire it up by hand. See the Composio catalog for how discovery works.
Connect
Parseur authenticates with an API key. Generate the credential in your Parseur account, then paste it into FlyMyAI the first time an agent uses a Parseur action.
Fields to fill in FlyMyAI
| Field | Details |
|---|---|
Parseur API Key | Your Parseur API token key, found in your Account Overview. (required) |
Actions
Every action this integration exposes. Agents pick the right one from the task; you do not call them by name.
| Action | What it does | Required inputs |
|---|---|---|
PARSEUR_CREATE_WEBHOOK | Tool to create a new webhook in parseur. use when you need to send parsed data via http post in real time. | event, target, parser |
PARSEUR_DELETE_WEBHOOK | Tool to delete a specific webhook. use when permanently removing a webhook after confirming its id. | webhook_id |
PARSEUR_ENABLE_WEBHOOK | Tool to enable a paused webhook for a mailbox. use after confirming the webhook is correctly configured. | mailbox_id, webhook_id |
PARSEUR_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. | mailbox_id |
PARSEUR_LIST_MAILBOXES | Tool to retrieve a list of all mailboxes. use when you need to browse or filter mailboxes via pagination, searching, or sorting. | - |
PARSEUR_LIST_TEMPLATES | 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. | mailbox_id |
PARSEUR_LIST_WEBHOOKS | Tool to list all webhooks for a mailbox. use when you need to retrieve both active and paused webhooks for a given mailbox. | mailbox_id |
PARSEUR_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. | mailbox_id, webhook_id |
PARSEUR_RETRIEVE_WEBHOOK | Tool to retrieve details of a specific webhook. use after creating or listing webhooks. | mailbox_id, webhook_id |
PARSEUR_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. | webhook_id |
Links
We love our partners - FlyMy.AI builds with the best. Thanks, Parseur!