Command Palette

Search for a command to run...

UnylyUnyly
Browse all

MANIT ERP Server

FreeNot checked

Simple MCP server that exposes a tool to fetch student result/CGPA data from MANIT ERP APIs.

GitHubEmbed

About

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 username and password
  • Fetches student result using token from login response
  • Optional manual override for studentid and programid
  • 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 / programid are not passed, values from login response are used.
  • If TLS certificate verification fails, the tool automatically retries in insecure mode.
  • insecureTls: true forces 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"
}

from github.com/Saumyakhushlani/MANIT-ERP-RESULT-MCP

Installing MANIT ERP Server

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/Saumyakhushlani/MANIT-ERP-RESULT-MCP

FAQ

Is MANIT ERP Server MCP free?

Yes, MANIT ERP Server MCP is free — one-click install via Unyly at no cost.

Does MANIT ERP Server need an API key?

No, MANIT ERP Server runs without API keys or environment variables.

Is MANIT ERP Server hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install MANIT ERP Server in Claude Desktop, Claude Code or Cursor?

Open MANIT ERP Server on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare MANIT ERP Server with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All development MCPs