Skip to content
MCP-BridgeMCP-Bridge
Security

Common Service Centre (CSC) MCP Config

Certificates issued under Pradhan Mantri Gramin Digital Saksharta Abhiyaan (PMGDISHA) (https://www.pmgdisha.in) scheme enrolled at authorised Training Centres/ CSCs are made available to citizens in their DigiLocker accounts.

Config URL

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

https://mcpbridge.org/config/apisetu-gov-in-csc.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-csc": {
      "command": "npx",
      "args": [
        "-y",
        "@mcp/apisetu-gov-in-csc"
      ],
      "env": {
        "COMMON_SERVICE_CENTRE__CSC__API_KEY": "your_common_service_centre__csc__api_key"
      }
    }
  }
}

Cursor

Settings → MCP Servers → Add

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

VS Code

Use with MCP extension

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

Configuration JSON

Use curl https://mcpbridge.org/config/apisetu-gov-in-csc.json to fetch programmatically.

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

Environment Variables

COMMON_SERVICE_CENTRE__CSC__API_KEY

Replace your_common_service_centre__csc__api_key with your actual common service centre csc api key

Endpoints

POST/skcer/certificate

Skill Certificate