Skip to content
MCP-Bridge
Security

National Institute of Open Schooling MCP Config

National Institute of Open Schooling (NIOS) is issuing marksheets, Provisional certificates, migration certificates through DigiLocker. These can be pulled by students into their DigiLocker accounts. Currently available - 2010 - 2020 [Class XII & Class Xth]

Config URL

Use this URL in any MCP-compatible client to fetch the config automatically.

https://mcp-bridge.pages.dev/config/apisetu-gov-in-nios.json

Configuration JSON

Use curl https://mcp-bridge.pages.dev/config/apisetu-gov-in-nios.json to fetch programmatically.

{
  "mcpServers": {
    "apisetu-gov-in-nios": {
      "command": "npx",
      "args": ["-y","@mcp/apisetu-gov-in-nios"],
      "env": {
      "NATIONAL_INSTITUTE_OF_OPEN_SCHOOLING_API_KEY": "your_national_institute_of_open_schooling_api_key"
}
    }
  }
}

How to Use

Claude Desktop

Paste the config JSON into your claude_desktop_config.json.

Full instructions →

Cursor

Go to Cursor Settings → MCP Servers → Add with the JSON above.

CLI / curl

Fetch the config programmatically:

curl https://mcp-bridge.pages.dev/config/apisetu-gov-in-nios.json

Environment Variables

NATIONAL_INSTITUTE_OF_OPEN_SCHOOLING_API_KEY

Replace your_national_institute_of_open_schooling_api_key with your actual national institute of open schooling api key

Endpoints

POST/hscer/certificate

Class XII Marksheet

POST/hsmgr/certificate

Class XII Migration Certificate

POST/hvcer/certificate

Class XII Provisional Certificate

POST/sscer/certificate

Class X Marksheet

POST/ssmgr/certificate

Class X Migration Certificate

POST/svcer/certificate

Class X Provisional Certificate