DigiLocker MCP connector
DigiLocker is India's national digital document wallet platform that lets authorized partners access user-issued and self-uploaded files. The DigiLocker MCP connector allows AI agents to authenticate users, retrieve issued and self-uploaded documents, and pull files directly from their source URIs. It also supports managing access and refresh tokens and fetching user profile details to support secure, authorized document workflows.
Authentication type
- API Key - Requires a static API key to be configured before the agent can connect to the service.
Uses
Use the DigiLocker MCP connector to perform the following actions:
- Retrieve verified identity documents directly from a user's DigiLocker account
- Automate KYC checks by pulling Aadhaar and other government-issued documents
- Authenticate users securely using OAuth 2.0 authorization codes and device codes
- Fetch self-uploaded documents for verification during onboarding workflows
- Access issued certificates and licenses without manual document collection
- Convert certificate data into XML format for downstream processing
- Revoke access tokens to maintain compliance with data access policies
- Retrieve user profile details to confirm identity before processing requests
Example prompts
Use the following example prompts to invoke DigiLocker MCP connector tools from your AI assistant or Boomi Connect workflow:
Pull the latest Aadhaar data for this user from DigiLocker.Get the authorization code so I can connect this user's DigiLocker account.Show me all self-uploaded documents in this user's DigiLocker.Fetch the issued certificate for this employee from DigiLocker.Retrieve the user's profile details from DigiLocker.Generate a device code to link a new DigiLocker session.Download the file linked to this DigiLocker document URI.Revoke the access token for this DigiLocker connection.Get an access token so I can retrieve documents from DigiLocker.Convert this DigiLocker certificate into XML format for our records.
DigiLocker MCP connector tools
The DigiLocker MCP connector provides the following tools. Each tool maps to a specific action you can invoke from your AI agent or automation.
| Tool | Description |
|---|---|
| Get Authorization Code id | Get Authorization Code |
| Get Device Code id | Get Device Code |
| Get File from URI id | Get File from URI |
| Get List of Self Uploaded Documents | Get List of Self Uploaded Documents |
| Get List of issued Documents Version1 id | Issued Documents |
| Get List of Self Uploaded Documents id | Get List of Self Uploaded Documents |
| Pull Document id | Pull Document |
| get token revocation id | Revoke Token. |
| getaccesstoken id | Get Access Token |
| Account Detail API id | Get User Details |
| Get Certificate Data in XML Format from URI id | Get Certificate Data in XML Format from URI |
| Get List of issued Documents id | Issued Documents |
| Get e-Aadhaar Data in XML Format id | Get e-Aadhaar Data in XML Format |