← Back to Plugins
MCP Server MCP

ParseRelay

github By github 👁 1 views ▲ 0 votes

Parse a document into structured, confidence-scored fields. Bring your own model, pay per scan.

Homepage Verified source GitHub

Install

npx -y @parserelay/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "@parserelay/mcp",
      "version": "0.1.1",
      "runtimeHint": "npx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "ParseRelay API key (prl_live_…). Required for stdio.",
          "isRequired": true,
          "isSecret": true,
          "name": "PARSERELAY_API_KEY"
        },
        {
          "description": "API base URL. Defaults to https://api.parserelay.app; point at a local worker for testing.",
          "name": "PARSERELAY_BASE_URL"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...