MCP Server
MCP
Suparse Document Processing
Extract structured data from PDFs and documents with Suparse AI OCR.
Install
npx -y @suparse/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "@suparse/mcp",
"version": "1.3.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Suparse API key used to authenticate requests.",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "SUPARSE_API_KEY"
},
{
"description": "Optional Suparse API base URL override.",
"format": "string",
"name": "SUPARSE_API_URL"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment