Sumsub for your agents.
Connect Sumsub once and every agent you run inside Even (Claude Code, Codex, OpenCode, Even Agents) can use it: 10 curated tools, discovered on demand, with your key stored on your machine and every call going direct to Sumsub.
What agents can do with Sumsub
Curated for agents: the calls that matter, with schemas and descriptions written for tool use, not an endpoint dump.
sumsub_list_applicantsList applicants. Paginated; use offset and limit for pagination.
sumsub_get_applicantGet applicant data and status by applicant id.
sumsub_create_applicantCreate a new applicant for verification. Requires externalUserId and levelName.
sumsub_get_required_id_docsGet the status of required ID documents for an applicant.
sumsub_request_applicant_checkRequest a check for an applicant, moving their status to pending.
sumsub_create_access_tokenCreate an SDK access token for a given applicant or level. Used to initialise the Sumsub SDK on the client side for KYC flows.
sumsub_get_applicant_statusGet the current verification status and review result for an applicant.
sumsub_add_documentAdd an ID document image to an applicant. `docType` is the document type (e.g. PASSPORT, ID_CARD). The image is sent as multipart form data.
sumsub_update_applicantUpdate an applicant's info (email, phone, or other params) before the verification flow completes.
sumsub_get_imageRetrieve an image (as base64 or URL) from the applicant's documents by the image id. Use the image id returned from add_document or from the applicant's document list.
Connect it in a minute
The connect flow is agent-driven: Even opens the key page in its own browser and collects the key through a secure native field. It never passes through the chat.
- Paste the prompt below into any agent running inside Even, or click Connect in Even's catalog.
- Log into the Sumsub Dashboard (Cockpit).
- Open the Developer menu and create an App Token.
- Copy the app token and secret key when shown (shown once only).
- The app token is the X-App-Token header value.
- Paste the key into Even's secure field. Even verifies it and your agents are live.
Connect Sumsub to Even: call connect_begin("sumsub") on the even-connect MCP and walk me through it.
Create a new applicant in Sumsub for identity verification and check required documents.
More Even Connect services
One MCP server, a handful of meta-tools, every service below. Agents search for the right tool at run time, so context stays lean.