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-ui",
"version": "1.0.0",
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "npm install -d --silent --no-audit --no-fund; tsc --build tsconfig.json",
"typecheck": "tsc --noEmit",
"dev": "tsx watch src/index.ts",
"test": "exit 0",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"prettier": "prettier --check \"./**/*.{ts,tsx,js,json,jsx,css,scss,md}\"",
"prettier:fix": "prettier --write \"./**/*.{ts,tsx,js,json,jsx,css,scss,md}\"",
"check:all": "node ../../../scripts/check-all.js",
"check:package": "node ../../../scripts/check-all.js --current",
"build:deps:one": "cd ../.. && npm run build:deps:one"
},
"dependencies": {
"@mcpx/shared-model": "file:../shared-model",
"zod": "^3.25.76"
}
}