← Back to Plugins
MCP Server MCP

Parseur

github By github 👁 1 views ▲ 0 votes

Manage Parseur.com mailboxes, parser fields, documents, exports and webhooks.

Homepage Verified source GitHub

Install

uvx parseur-py

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "parseur-py",
      "version": "1.6.0",
      "runtimeHint": "uvx",
      "transport": {
        "type": "stdio"
      },
      "runtimeArguments": [
        {
          "description": "Install parseur-py with the MCP server extra.",
          "value": "parseur-py[mcp]",
          "type": "named",
          "name": "--from"
        }
      ],
      "environmentVariables": [
        {
          "description": "Your Parseur API key (from https://app.parseur.com/account/api).",
          "isRequired": true,
          "isSecret": true,
          "name": "PARSEUR_API_KEY"
        },
        {
          "description": "Override the Parseur API base URL (defaults to https://api.parseur.com).",
          "name": "PARSEUR_API_BASE"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...