Skip to content
MCP-Bridge
Security

CISCE MCP Config

CISCE (http://www.cisce.org/) is issuing marksheets, passing certificates, migration certificates through DigiLocker. These can be pulled by students into their DigiLocker accounts. Currently available - 2014-2019 (marksheets, passing certificates of ICSE & ISC and migration certificates of ISC).

Config URL

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

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

Configuration JSON

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

{
  "mcpServers": {
    "apisetu-gov-in-cisce": {
      "command": "npx",
      "args": ["-y","@mcp/apisetu-gov-in-cisce"],
      "env": {
      "CISCE_API_KEY": "your_cisce_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-cisce.json

Environment Variables

CISCE_API_KEY

Replace your_cisce_api_key with your actual cisce api key

Endpoints

POST/hpcer/certificate

Class XII Passing Certificate

POST/hscer/certificate

Class XII Marksheet

POST/hsmgr/certificate

Class XII Migration Certificate

POST/spcer/certificate

Class X Passing Certificate

POST/sscer/certificate

Class X Marksheet