MCP Server
MCP
ParseRelay
Parse a document into structured, confidence-scored fields. Bring your own model, pay per scan.
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
By
Comments
Sign in to leave a comment