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.jsonConfiguration 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
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.jsonEnvironment Variables
DIGILOCKER_ISSUER_APIS_API_KEYReplace your_digilocker_issuer_apis_api_key with your actual digilocker issuer apis api key
Endpoints
POST
/Your Pull DOC Request API PathPull Doc Request API.
POST
/Your Pull URI Request API PathPull URI Request API .