loaditout.ai
SkillsPacksTrendingLeaderboardAPI DocsBlogSubmitRequestsCompareAgentsXPrivacyDisclaimer
{}loaditout.ai
Skills & MCPPacksBlog

MANIT-ERP-RESULT-MCP

MCP Tool

Saumyakhushlani/MANIT-ERP-RESULT-MCP

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

Install

$ npx loaditout add Saumyakhushlani/MANIT-ERP-RESULT-MCP

Platform-specific configuration:

.claude/settings.json
{
  "mcpServers": {
    "MANIT-ERP-RESULT-MCP": {
      "command": "npx",
      "args": [
        "-y",
        "MANIT-ERP-RESULT-MCP"
      ]
    }
  }
}

Add the config above to .claude/settings.json under the mcpServers key.

About

MANIT ERP MCP Server

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"
}

Tags

mcpnodejs

Reviews

Loading reviews...

Quality Signals

0
Installs
Last updated26 days ago
Security: AREADME

Safety

Risk Levelmedium
Data Access
read
Network Accessnone

Details

Sourcegithub-crawl
Last commit3/20/2026
View on GitHub→

Embed Badge

[![Loaditout](https://loaditout.ai/api/badge/Saumyakhushlani/MANIT-ERP-RESULT-MCP)](https://loaditout.ai/skills/Saumyakhushlani/MANIT-ERP-RESULT-MCP)