idenfy.com
iDenfy is a RegTech platform for identity verification, business verification, AML screening, age estimation, and fraud prevention. It helps businesses onboard users and companies and meet KYC, KYB, and AML compliance requirements.
iDenfy exposes a Basic-authenticated REST API at `ivs.idenfy.com`, a tokenized verification web UI at `ui.idenfy.com`, and a public read-only MCP server for its docs at `documentation.idenfy.com/mcp`; no GraphQL API or standalone CLI was found.
- iDenfy Documentation MCP Serverdetected
- iDenfy Public APIdiscovered
- iDenfy Verification Web UIdiscovered
Log in to the iDenfy dashboard, open Settings → API Keys, and click Create. iDenfy shows the API secret only once after creation, and you can have up to 2 active key pairs at a time. Use the key and secret together for server-side HTTP Basic authentication.
Create this short-lived verification token from your backend by calling POST https://ivs.idenfy.com/api/v2/token with your iDenfy API key and secret via HTTP Basic Auth, as described in Authentication. The returned authToken is scoped to one verification flow and is safe to pass to client-side integrations such as iFrame, redirect, and mobile SDKs.
conventions · 1/8 published
- integrations.json✗
/.well-known/integrations.json - llms.txt✓https://idenfy.com/llms.txt
- API catalog✗
/.well-known/api-catalog - OpenAPI document✗
/api/schema/, /openapi.json, /swagger.json, /api/openapi.json, or /v1/openapi.json - MCP server card✗
/.well-known/mcp/server-card.json - OAuth protected resource✗
/.well-known/oauth-protected-resource - Agent card✗
/.well-known/agent-card.json - Agent skills✗
/.well-known/agent-skills/index.json
Publish these signals → /publishing