AILANG Parse✓
io.github.sunholo-data/parse · v0.5.4
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.sunholo-data/parse",
"description": "Deterministic DOCX/PPTX/XLSX/PDF parser: track changes, comments, headers, footers, merged cells.",
"title": "AILANG Parse",
"repository": {
"url": "https://github.com/sunholo-data/ailang-parse",
"source": "github",
"id": "1196083707"
},
"version": "0.5.4",
"websiteUrl": "https://www.sunholo.com/ailang-parse/",
"icons": [
{
"src": "https://www.sunholo.com/ailang-parse/img/docparse-logo.svg",
"mimeType": "image/svg+xml",
"sizes": [
"any"
]
}
],
"packages": [
{
"registryType": "npm",
"identifier": "@ailang/parse",
"version": "0.5.4",
"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.5.4",
"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"
}
]
}
],
"remotes": [
{
"type": "streamable-http",
"url": "https://docparse.ailang.sunholo.com/mcp/"
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}