We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/little2512/word-doc-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"name": "word-doc-reader-enhanced",
"version": "2.0.0",
"description": "Enhanced MCP server for reading Word documents with table extraction, image OCR, and caching",
"processing": {
"maxFileSize": 10485760,
"maxPages": 100,
"chunkSize": 1048576,
"parallelProcessing": true
},
"cache": {
"enabled": true,
"defaultTTL": 3600,
"checkPeriod": 600,
"maxCacheSize": 100,
"cacheDirectory": "./.cache"
},
"ocr": {
"enabled": true,
"languages": ["chi_sim", "eng"],
"imageProcessing": {
"resizeWidth": 2000,
"sharpen": true,
"normalize": true
}
},
"output": {
"defaultDirectory": "./output",
"createSubdirectories": true,
"temporaryFiles": true
},
"indexing": {
"enabled": true,
"minWordLength": 2,
"maxWordLength": 50,
"chineseSegmentation": "simple"
},
"supportedFormats": [".docx", ".doc"],
"documentTypes": {
"ui-component": {
"description": "UI Component Documentation",
"priority": 1
},
"api-doc": {
"description": "API Documentation",
"priority": 2
},
"common-doc": {
"description": "Common Documentation",
"priority": 3
},
"other": {
"description": "Other Types",
"priority": 4
}
}
}