idnow-mcp-server
Related Servers
Alternatives to idnow-mcp-server
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityDmaintenanceMCP Server for AI agent identity and authorization. Create, verify, and manage agent identities with trust scores and scoped authorization tokens.MIT
- FlicenseAqualityDmaintenanceAn MCP server that enables LLMs to interact with Agent-to-Agent (A2A) protocol compatible agents, allowing for sending messages, tracking tasks, and receiving streaming responses.528-

deepidvofficial
AlicenseNot gradedqualityCmaintenancedeepidv MCP is an MCP server that exposes the deepidv AI-powered verification engine’s operations as structured tools for MCP-compatible clients. It enables AI agents to perform identity verification, face liveness, deepfake detection, AML screening, and more via remote OAuth-based access.3Apache 2.0- AlicenseNot gradedqualityAmaintenanceMCP server for managing Ory Kratos identities, sessions, and authentication flows, enabling AI assistants to perform identity management tasks via natural language.161MIT
- AlicenseAqualityDmaintenanceA generic MCP server that dynamically exposes any OpenAPI-documented REST API to LLMs by auto-discovering endpoints. It provides tools for exploring API capabilities and making authenticated requests directly through natural language interfaces.27MIT
- AlicenseAqualityCmaintenanceMCP server for AgentFolio — the identity and reputation layer for AI agents. Query agent profiles, trust scores, verification status, and marketplace listings through 8 MCP tools.9881MIT
TDQS
Scored across 4 tools
Each tool targets a distinct resource and action: listing flows, listing sessions, creating a session, and retrieving a single session. There is no overlap or ambiguity between them.
All tools follow a consistent verb_noun pattern (list_flows, list_sessions, create_session, get_session) with no mixed conventions or deviations.
Four tools is well-scoped for an identity verification server, covering discovery, creation, and status retrieval without unnecessary bloat.
The core workflow is fully covered: discover flows, create sessions, list and retrieve session details. However, an explicit cancel or abort session operation is missing, which might be a minor gap given the session statuses include ABORTED.