← Back to Plugins
MCP Server MCP

ClicheFactory Document Intelligence

github By github 👁 1 views ▲ 0 votes

Extract structured JSON from PDFs, images, DOCX, XLSX, CSV, EML attachments, and DSPy pipelines.

Homepage Verified source GitHub

Install

uvx clichefactory-mcp

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "registryBaseUrl": "https://pypi.org",
      "identifier": "clichefactory-mcp",
      "version": "0.1.8",
      "runtimeHint": "uvx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "ClicheFactory API key for service mode.",
          "isSecret": true,
          "name": "CLICHEFACTORY_API_KEY"
        },
        {
          "description": "Optional ClicheFactory API base URL override.",
          "name": "CLICHEFACTORY_API_URL"
        },
        {
          "description": "Model name for local mode, for example gemini/gemini-3-flash-preview.",
          "name": "LLM_MODEL_NAME"
        },
        {
          "description": "LLM provider API key for local mode.",
          "isSecret": true,
          "name": "LLM_API_KEY"
        },
        {
          "description": "Optional OCR/VLM model override.",
          "name": "OCR_MODEL_NAME"
        },
        {
          "description": "Optional OCR/VLM provider API key.",
          "isSecret": true,
          "name": "OCR_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...