We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/TheLunarCompany/lunar'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"name": "@mcpx/toolkit-core",
"version": "1.0.0",
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"exports": {
".": {
"import": "./dist/index.js",
"types": "./dist/index.d.ts"
},
"./logging": {
"import": "./dist/logging/index.js",
"types": "./dist/logging/index.d.ts"
},
"./data": {
"import": "./dist/data/index.js",
"types": "./dist/data/index.d.ts"
},
"./time": {
"import": "./dist/time/index.js",
"types": "./dist/time/index.d.ts"
},
"./config": {
"import": "./dist/config/index.js",
"types": "./dist/config/index.d.ts"
},
"./app": {
"import": "./dist/app/index.js",
"types": "./dist/app/index.d.ts"
},
"./ip-access": {
"import": "./dist/ip-access/index.js",
"types": "./dist/ip-access/index.d.ts"
},
"./test": {
"import": "./dist/test/index.js",
"types": "./dist/test/index.d.ts"
}
},
"scripts": {
"build": "npm install -d; tsc -p tsconfig.json",
"typecheck": "tsc --noEmit",
"dev": "tsx watch src/index.ts",
"test": "jest --config jest.config.cjs",
"check:all": "node ../../../scripts/check-all.js",
"check:package": "node ../../../scripts/check-all.js --current"
},
"dependencies": {
"ipaddr.js": "^2.2.0",
"winston": "^3.17.0",
"winston-loki": "^6.1.3",
"zod": "^3.25.76"
},
"devDependencies": {
"@types/express": "^5.0.1",
"@jest/globals": "^29.7.0",
"@types/jest": "^29.5.14",
"jest": "^29.7.0",
"ts-jest": "^29.3.4",
"typescript": "^5.8.3"
}
}