Skip to main content

Available Tools

info

All 26 tools below are available as soon as you connect with your Shufti Client ID and Secret Key. See Connect Your Agent.

6 tools for product Q&A and FAQs.

ToolPurpose
ask_shufti_expertProduct Q&A with citations
get_shufti_faqCurated FAQ lookup by industry/persona
search_shufti_knowledgeFull-text search with source citations
list_shufti_capabilitiesFull product matrix
get_vendor_selection_guideIndustry onboarding checklist
explain_shufti_mcpExplains this connector itself

Worked Examples

Call initiate_document_verification with just a country:

request
{ "country": "GB" }

Response:

response
{
"success": true,
"service": "document",
"reference": "mcp-20260717123310-16ac6edf",
"event": "request.pending",
"verification_url": "https://app.shuftipro.com/verification/process/...",
"next_step": "Open verification_url for onsite journey: https://app.shuftipro.com/verification/process/..."
}

Send the user that verification_url. Once they've completed it, poll with the reference:

request
{ "reference": "mcp-20260717123310-16ac6edf" }
response
{
"success": true,
"reference": "mcp-20260717123310-16ac6edf",
"event": "request.pending",
"verification_result": {},
"country": "GB"
}

event stays request.pending until the end user actually completes the verification_url. That's expected, not an error.

caution

Known limitations: Products without a public Shufti developer API today aren't exposed here, including Behavioral Biometrics, Travel Rule, standalone Crypto Wallet Screening, and the Deepfake Detector. Questionnaire and Investor Verification forms must also be built in Backoffice first, since these tools only run a form that already exists.