We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/medplum/medplum'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"name": "@medplum/bot-layer",
"version": "5.0.14",
"description": "Medplum Bot Lambda Layer",
"keywords": [
"medplum",
"aws",
"lambda",
"bot",
"layer"
],
"homepage": "https://www.medplum.com/",
"bugs": {
"url": "https://github.com/medplum/medplum/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/medplum/medplum.git",
"directory": "packages/bot-layer"
},
"license": "Apache-2.0",
"author": "Medplum <hello@medplum.com>",
"type": "module",
"dependencies": {
"@medplum/ccda": "5.0.14",
"@medplum/core": "5.0.14",
"@medplum/definitions": "5.0.14",
"fast-xml-parser": "5.3.4",
"form-data": "4.0.5",
"jose": "5.10.0",
"jszip": "3.10.1",
"node-fetch": "2.7.0",
"pdfmake": "0.2.21",
"ssh2": "1.17.0",
"ssh2-sftp-client": "12.0.1",
"twilio": "5.12.1",
"undici": "7.21.0"
},
"devDependencies": {
"@types/node-fetch": "2.6.13"
},
"peerDependencies": {
"@medplum/ccda": "5.0.14",
"@medplum/core": "5.0.14",
"@medplum/definitions": "5.0.14",
"fast-xml-parser": "^5.0.9",
"form-data": "^4.0.0",
"jose": "^5.10.0",
"jszip": "^3.10.1",
"node-fetch": "^2.7.0",
"pdfmake": "^0.2.7",
"ssh2": "^1.11.0",
"ssh2-sftp-client": "^12.0.0",
"twilio": "^5.9.0",
"undici": "^7.0.0"
},
"engines": {
"node": "^22.18.0 || >=24.2.0"
}
}