We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/albertogferrario/business-design-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"name": "business-design-mcp",
"version": "1.0.3",
"description": "MCP server for business and project design frameworks",
"type": "module",
"main": "dist/index.js",
"bin": {
"business-design-mcp": "dist/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/albertogferrario/business-design-mcp.git"
},
"homepage": "https://github.com/albertogferrario/business-design-mcp#readme",
"bugs": {
"url": "https://github.com/albertogferrario/business-design-mcp/issues"
},
"files": [
"dist",
"README.md",
"LICENSE"
],
"scripts": {
"build": "tsc",
"dev": "tsc --watch",
"start": "node dist/index.js",
"test": "vitest run",
"test:watch": "vitest",
"test:coverage": "vitest run --coverage",
"typecheck": "tsc --noEmit",
"prepare": "npm run build"
},
"keywords": [
"mcp",
"business-model-canvas",
"lean-canvas",
"swot",
"project-design",
"claude"
],
"author": "",
"license": "MIT",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.0.0",
"openai": "^4.73.0",
"zod": "^3.23.0"
},
"devDependencies": {
"@types/node": "^20.0.0",
"@vitest/coverage-v8": "^2.1.0",
"typescript": "^5.5.0",
"vitest": "^2.1.0"
},
"engines": {
"node": ">=18"
}
}