We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/melihguven98/peoplebox-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"name": "@peoplebox/mcp",
"version": "1.0.0",
"type": "module",
"bin": {
"peoplebox-mcp": "./dist/cli.js"
},
"files": [
"dist"
],
"scripts": {
"dev": "tsx --watch src/index.ts",
"build": "tsc",
"start": "node dist/index.js",
"start:stdio": "node dist/cli.js",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.26.0",
"express": "^5.1.0",
"zod": "^3.24.0"
},
"devDependencies": {
"@types/express": "^5.0.0",
"@types/node": "^22.0.0",
"tsx": "^4.19.0",
"typescript": "^5.7.0"
}
}