Skip to content
MCP-Bridge
Databases

DigiLocker Issuer APIs MCP Config

This document provides detailed specification of the Digital Locker Pull APIs. The Pull model of integration with Digital Locker enables a Digital Locker user to search a document/certificate from issuer repository and fetch (pull) it into Digital Locker. The issuer departments can use these APIs fo

Config URL

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

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

Configuration JSON

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

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

Environment Variables

DIGILOCKER_ISSUER_APIS_API_KEY

Replace your_digilocker_issuer_apis_api_key with your actual digilocker issuer apis api key

Endpoints

POST/Your Pull DOC Request API Path

Pull Doc Request API.

POST/Your Pull URI Request API Path

Pull URI Request API .