idnow-mcp-server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
| logging | {} |
| completions | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_flowsA | List the identity-verification flows available to this IDnow account. Returns each flow's id, name, and description. Call this first to discover a flowId before creating or listing sessions. |
| create_sessionA | Create a new identity-verification session for a given flow. Requires the flowId (from list_flows) and a subjectId (your internal reference for the person being verified - never a real name or other PII). Returns the sessionId and a playerUrl and the initial sessionStatus, which is the link the end-user opens to complete verification. Session starts in CREATED and moves to RUNNING once the user begins. |
| list_sessionsA | List verification sessions for a flow, newest first. If flowId is omitted, the account's first available flow is used automatically. Returns each session's sessionId, sessionStatus (CREATED/RUNNING/COMPLETED/EXPIRED/ABORTED/ERROR), outcome, and createdAt. Use this to find the sessionId of a session you just created, then pass it to get_session for full detail. |
| get_sessionA | Retrieve full detail and current status for ONE verification session by its sessionId. Use this after create_session (or after finding a sessionId via list_sessions) to check the progress or outcome of a specific session. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/DevMohith/idnow-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server