MANIT ERP MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@MANIT ERP MCP Serverget my CGPA"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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-resultLogs in to ERP with provided
usernameandpasswordFetches student result using token from login response
Optional manual override for
studentidandprogramidAutomatic fallback retry for certificate verification errors
Related MCP server: iitkgp-erp-mcp
Prerequisites
Node.js 18+
npm
Install
npm installRun Locally
node index.jsYou 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"
}This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityBmaintenanceSimple MCP server for GitHub operations, currently supports creating repositories.5111MIT
- AlicenseBqualityBmaintenanceMCP server for IIT Kharagpur ERP that enables querying grades, CGPA, attendance, timetable, placements, and more through any AI agent.282MIT
- FlicenseNot gradedqualityCmaintenanceLightweight MCP server for interacting with Amazon and Flipkart search and authentication components.
- AlicenseNot gradedqualityCmaintenanceMCP server that provides intelligent student assistance tools for academic calculations, attendance tracking, marks analysis, and syllabus reading via Groq LLM.3MIT
Related MCP Connectors
A basic MCP server to operate on the Postman API.
MCP server for Google search results via SERP API
MCP server for URL shortening and management
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/Saumyakhushlani/MANIT-ERP-RESULT-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server