Skip to main content
Glama

AI Use Cases MCP Server

package.json1.32 kB
{ "name": "ai-use-cases-mcp-server", "version": "1.0.0", "description": "MCP server for AI use case data collection and analysis", "main": "dist/index.js", "type": "module", "scripts": { "build": "tsc", "start": "node dist/index.js", "dev": "tsx src/index.ts", "test": "jest", "lint": "eslint src/**/*.ts", "format": "prettier --write src/**/*.ts" }, "keywords": [ "mcp", "ai", "use-cases", "data-collection", "web-scraping" ], "author": "AI Use Cases MCP Server", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.0.0", "axios": "^1.6.0", "cheerio": "^1.0.0-rc.12", "puppeteer": "^21.0.0", "sqlite3": "^5.1.6", "zod": "^3.22.4", "natural": "^6.10.4", "node-cron": "^3.0.3", "express": "^4.18.2", "cors": "^2.8.5" }, "devDependencies": { "@types/node": "^20.0.0", "@types/express": "^4.17.21", "@types/cors": "^2.8.17", "@types/natural": "^6.0.0", "@types/node-cron": "^3.0.11", "typescript": "^5.0.0", "tsx": "^4.0.0", "jest": "^29.0.0", "@types/jest": "^29.0.0", "eslint": "^8.0.0", "@typescript-eslint/eslint-plugin": "^6.0.0", "@typescript-eslint/parser": "^6.0.0", "prettier": "^3.0.0" }, "engines": { "node": ">=18.0.0" } }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/makinokeiichi/mcp-tutorial'

If you have feedback or need assistance with the MCP directory API, please join our Discord server