MCP server exposing IDnow Trust Platform verification tools to LLM agents. Node.js + FastMCP, OAuth2 with token caching, clean error handling.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"idnow-mcp-server": {
"command": "npx",
"args": [
"-y",
"DevMohith/idnow-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add idnow-mcp-server npx -y DevMohith/idnow-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"idnow-mcp-server": {
"command": "npx",
"args": [
"-y",
"DevMohith/idnow-mcp-server"
]
}
}
}