Catalog
io.github.IncodeTechnologies/incode-idv-mcp
OfficialMCP server for Incode IDV, providing identity verification tools for AI assistants.
Provides identity verification and document validation tools for AI assistants.
README not available yet.
Install
Configuration
Environment variables
API_KEYrequiredsecretYour API key for the service
claude_desktop_config.json
{
"mcpServers": {
"incode-idv-mcp": {
"command": "npx",
"args": [
"-y",
"@incodetech/incode-idv-mcp@1.0.5"
],
"env": {
"API_KEY": "<YOUR_API_KEY>"
}
}
}
}