MANIT ERP Server
БесплатноНе проверенSimple MCP server that exposes a tool to fetch student result/CGPA data from MANIT ERP APIs.
Описание
Simple MCP server that exposes a tool to fetch student result/CGPA data from MANIT ERP APIs.
README
Simple MCP server (stdio transport) that exposes a tool to fetch student result/CGPA data from MANIT ERP APIs.
Features
- MCP tool:
get-cgpa-result - Logs in to ERP with provided
usernameandpassword - Fetches student result using token from login response
- Optional manual override for
studentidandprogramid - Automatic fallback retry for certificate verification errors
Prerequisites
- Node.js 18+
- npm
Install
npm install
Run Locally
node index.js
You should see:
MCP server connected (stdio).
Tool API
Tool Name
get-cgpa-result
Input
{
"username": "string (required)",
"password": "string (required)",
"studentid": "string (optional)",
"programid": "string (optional)",
"erpApiUrl": "string (optional, default: https://erpapi.manit.ac.in)",
"insecureTls": "boolean (optional)"
}
Notes
- If
studentid/programidare not passed, values from login response are used. - If TLS certificate verification fails, the tool automatically retries in insecure mode.
insecureTls: trueforces insecure TLS mode on first attempt.
Claude Desktop MCP Config (Windows)
Add this server in Claude Desktop MCP config:
{
"mcpServers": {
"manit-erp": {
"command": "node",
"args": ["C:\\Users\\saumya\\mcp\\student-mcp-server\\index.js"]
}
}
}
Then restart Claude Desktop.
Example Claude Prompt
Use the MCP tool get-cgpa-result with:
{
"username": "your_erp_username",
"password": "your_erp_password"
}
Установка MANIT ERP Server
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/Saumyakhushlani/MANIT-ERP-RESULT-MCPFAQ
MANIT ERP Server MCP бесплатный?
Да, MANIT ERP Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для MANIT ERP Server?
Нет, MANIT ERP Server работает без API-ключей и переменных окружения.
MANIT ERP Server — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить MANIT ERP Server в Claude Desktop, Claude Code или Cursor?
Открой MANIT ERP Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
GitHub
PRs, issues, code search, CI status
автор: GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
автор: mcpdotdirectCompare MANIT ERP Server with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
