Skip to main content
Glama

Sloot MCP Server

by meefer33
package.json•1.36 kB
{ "name": "sloot-mcp-server", "version": "1.0.0", "description": "A complete TypeScript MCP server application", "main": "dist/index.js", "type": "module", "scripts": { "build": "tsc", "start": "node dist/index.js", "dev": "tsx src/index.ts", "watch": "tsx watch src/index.ts", "lint": "eslint src/**/*.ts", "lint:fix": "eslint src/**/*.ts --fix", "format": "prettier --write src/**/*.ts", "format:check": "prettier --check src/**/*.ts", "check": "npm run lint && npm run format:check && npm run build" }, "keywords": [ "mcp", "model-context-protocol", "typescript", "express" ], "author": "", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.18.0", "@pipedream/sdk": "^2.0.4", "@supabase/supabase-js": "^2.57.4", "axios": "^1.12.2", "cors": "^2.8.5", "express": "^5.1.0", "jsonwebtoken": "^9.0.2" }, "devDependencies": { "@types/cors": "^2.8.19", "@types/express": "^5.0.3", "@types/jsonwebtoken": "^9.0.10", "@types/node": "^24.3.3", "@typescript-eslint/eslint-plugin": "^8.43.0", "@typescript-eslint/parser": "^8.43.0", "eslint": "^9.35.0", "eslint-config-prettier": "^10.1.8", "eslint-plugin-prettier": "^5.5.4", "prettier": "^3.6.2", "tsx": "^4.20.5", "typescript": "^5.9.2" } }

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/meefer33/sloot-mcp'

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