MCP Server
MCP
AILANG Parse
Deterministic DOCX/PPTX/XLSX/PDF parser: track changes, comments, headers, footers, merged cells.
Install
npx -y @ailang/[email protected]
Configuration Example
{
"remotes": [
{
"type": "streamable-http",
"url": "https://docparse.ailang.sunholo.com/mcp/"
}
],
"packages": [
{
"registryType": "npm",
"identifier": "@ailang/parse",
"version": "0.12.0",
"runtimeHint": "npx",
"transport": {
"type": "stdio"
},
"packageArguments": [
{
"value": "mcp",
"type": "positional",
"valueHint": "subcommand"
}
],
"environmentVariables": [
{
"description": "AILANG Parse API key (dp_...). Optional — the bridge auto-loads keys saved at ~/.config/ailang-parse/credentials.json. Get one from https://www.sunholo.com/ailang-parse/",
"isSecret": true,
"name": "DOCPARSE_API_KEY"
},
{
"description": "Override the hosted MCP endpoint. Defaults to https://docparse.ailang.sunholo.com/mcp/",
"name": "AILANG_PARSE_MCP_URL"
}
]
},
{
"registryType": "pypi",
"identifier": "ailang-parse",
"version": "0.12.0",
"runtimeHint": "uvx",
"transport": {
"type": "stdio"
},
"packageArguments": [
{
"value": "mcp",
"type": "positional",
"valueHint": "subcommand"
}
],
"environmentVariables": [
{
"description": "AILANG Parse API key (dp_...). Optional — the bridge auto-loads keys saved at ~/.config/ailang-parse/credentials.json. Get one from https://www.sunholo.com/ailang-parse/",
"isSecret": true,
"name": "DOCPARSE_API_KEY"
},
{
"description": "Override the hosted MCP endpoint. Defaults to https://docparse.ailang.sunholo.com/mcp/",
"name": "AILANG_PARSE_MCP_URL"
}
]
}
]
}
mcp
model-context-protocol
streamable-http
npm
pypi
By
Comments
Sign in to leave a comment