Skip to content
MCP-BridgeMCP-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://mcpbridge.org/config/apisetu-gov-in-cisce.json

One-Click Install

Copy the snippet for your MCP client and paste it in — zero editing required.

Claude Desktop

Add to claude_desktop_config.json

{
  "mcpServers": {
    "apisetu-gov-in-cisce": {
      "command": "npx",
      "args": [
        "-y",
        "@mcp/apisetu-gov-in-cisce"
      ],
      "env": {
        "CISCE_API_KEY": "your_cisce_api_key"
      }
    }
  }
}

Cursor

Settings → MCP Servers → Add

{
  "mcpServers": {
    "apisetu-gov-in-cisce": {
      "url": "https://mcpbridge.org/config/apisetu-gov-in-cisce.json"
    }
  }
}

VS Code

Use with MCP extension

{
  "mcpServers": {
    "apisetu-gov-in-cisce": {
      "url": "https://mcpbridge.org/config/apisetu-gov-in-cisce.json"
    }
  }
}

Configuration JSON

Use curl https://mcpbridge.org/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://mcpbridge.org/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