DigiLocker Issuer APIs Claude Desktop Config
Add the DigiLocker Issuer APIs MCP server to Claude Desktop with this ready-to-use configuration.
Setup Instructions
- Open Claude Desktop
- Go to Settings → Developer → Edit Config →
claude_desktop_config.json - Paste the JSON below into the file
- Set your credentials in the
envsection - Restart Claude Desktop
Configuration JSON
Copy the entire block into your claude_desktop_config.json
{
"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"
}
}
}
}Environment 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 .