Skip to main content
Glama
package.json1.29 kB
{ "name": "sabis-mcp-server", "version": "1.0.0", "description": "Model Context Protocol (MCP) server for accessing academic grades from Sakarya University SABIS system", "main": "build/index.js", "type": "module", "bin": { "sabis-mcp-server": "./build/index.js" }, "scripts": { "build": "tsc && chmod 755 build/index.js", "start": "node build/index.js", "dev": "tsc && node build/index.js" }, "files": ["build", "README.md"], "keywords": [ "mcp", "model-context-protocol", "sabis", "sakarya-university", "grades", "academic", "student", "education", "puppeteer", "web-scraping", "typescript" ], "author": { "name": "Mehmet Hanifi Şentürk", "email": "mehmet.senturk@example.com" }, "license": "ISC", "repository": { "type": "git", "url": "https://github.com/mehmetsenturk/sabis-mcp-server.git" }, "bugs": { "url": "https://github.com/mehmetsenturk/sabis-mcp-server/issues" }, "homepage": "https://github.com/mehmetsenturk/sabis-mcp-server#readme", "engines": { "node": ">=18.0.0" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.13.2", "puppeteer": "^22.0.0" }, "devDependencies": { "@types/node": "^24.0.4", "typescript": "^5.8.3" } }

Latest Blog Posts

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/hanifisenturk/sabis-mcp-server'

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