# Techjutsu: Identity and Access Management Platforms > Techjutsu enables secure access, identity verification, and IAM automation—putting human-centric security at the heart of the modern enterprise. ## Products & Tools - [Products and Tools](https://www.techjutsu.com/products-and-tools) – Overview of Techjutsu's IAM software suite including Caller Verify and OrgVerify. - [CHATv](https://www.techjutsu.com/products-and-tools/chatv) – Secure identity verification integrated directly into chat and support channels. - [Revenue Recovenator](https://www.techjutsu.com/revenue-recovenator) – Reducing friction in password reset flows to recover lost e-commerce revenue. - [UAC Decoder](https://www.techjutsu.com/uacdecoder) – A free developer utility for decoding Microsoft Active Directory userAccountControl flags. ## Professional Services - [Our Process](https://www.techjutsu.com/process) – Techjutsu’s methodology for IAM architecture, implementation, and long-term strategy. - [Okta Implementation](https://www.techjutsu.com/post/techjutsu-s-implementation-and-hand-off-package) – Specialized hand-off packages for Okta and Auth0 environments. - [Assess and Advise](https://www.techjutsu.com/post/techjutsu-s-assess-and-advise-package) – Identity security posture reviews and roadmap consulting. ## Identity Security & Technical Insights - [Customizing Auth0 Universal Login Page](https://www.techjutsu.com/post/customizing-auth0-universal-login-page) – Deep dive into Auth0 branding and security customization. - [Using the Okta API for AD OU Mappings](https://www.techjutsu.com/post/using-the-okta-api-to-configure-okta-group-to-ad-ou-mappings) – Advanced tutorial on automating Okta to Active Directory synchronization. - [Migrating Okta Users: AD to HR Sourced](https://www.techjutsu.com/post/migrating-okta-users-from-ad-sourced-to-hr-sourced) – Strategies for moving to a modern HRIS-driven identity model. - [Azure Mandatory MFA Updates](https://www.techjutsu.com/post/azure-mandatory-mfa-updates-and-okta-implications) – Understanding the implications of Microsoft's MFA mandates for Okta users. - [Understanding Okta ISPM](https://www.techjutsu.com/post/understanding-okta-identity-security-posture-management) – How to manage identity security posture effectively. - [Pro-Tips for Okta Workflows](https://www.techjutsu.com/post/pro-tips-for-using-okta-workflow) – Expert advice on building scalable identity automations. - [Employee Status Driven Workflows](https://www.techjutsu.com/post/using-employee-status-to-drive-okta-workflows) – Automating the Joiner-Mover-Leaver lifecycle. - [Siteminder to Okta Migration](https://www.techjutsu.com/post/siteminder-to-okta-why-migrate) – Why and how to move from legacy CA Siteminder to modern cloud identity. ## Help Desk & Fraud Prevention - [4.45 Million Reasons to Secure Your Call Center](https://www.techjutsu.com/post/4-45-million-reasons-to-secure-your-call-center) – The cost of data breaches and why help desks are the primary target. - [Is Your Bank Vulnerable to Voice AI?](https://www.techjutsu.com/post/is-your-bank-vulnerable-to-voice-ai) – Analyzing the threat of deepfake audio and voice cloning in banking. - [Caller Verify for Healthcare](https://www.techjutsu.com/post/caller-verify-healthcare-cybersecurity-solution) – Securing patient data through push-button MFA at the help desk. - [Call Center: The Weakest Link](https://www.techjutsu.com/post/call-center-the-weakest-link) – Solving the social engineering problem in technical support. - [Unified Verification](https://www.techjutsu.com/post/what-is-unified-verification) – Creating a single source of truth for identity verification across channels. - [Customer Verification Story](https://www.techjutsu.com/post/caller-verify-our-grandparents-story) – A human-centric look at why secure verification matters for all generations. ## Passwordless & Modern Authentication - [Time to Think Beyond the Password](https://www.techjutsu.com/post/time-to-think-beyond-the-password) – The shift toward phishing-resistant, passwordless authentication. - [Crayonic & Okta Passwordless](https://www.techjutsu.com/post/crayonic-okta-passwordless-single-sign-on) – Integrating hardware-based security keys with Okta SSO. - [1Kosmos Passwordless](https://www.techjutsu.com/post/1kosmos-passwordless) – Using block-chain based identity for biometric authentication. - [Alternatives to Mobile Device Auth](https://www.techjutsu.com/post/alternatives-to-mobile-device-auth-factors) – Solutions for users who cannot use mobile phones for MFA. - [Reduce Cyber Insurance Costs with MFA](https://www.techjutsu.com/post/reduce-your-cyber-insurance-costs-with-mfa) – How modern authentication lowers organizational risk premiums. ## Company & Industry Leadership - [Introducing Techjutsu](https://www.techjutsu.com/post/introducing-techjutsu) – Our mission and founding story in the IAM space. - [An Award-Winning Company](https://www.techjutsu.com/post/an-award-winning-comapany) – Recognition of Techjutsu's contributions to cybersecurity. - [Global 100 Cybersecurity Companies](https://www.techjutsu.com/post/so-excited-to-be-listed-in-the-global-100-cybersecurity-companies) – Techjutsu’s inclusion in the prestigious Global 100 list. - [3 Questions with Tracey Nyholt](https://www.techjutsu.com/post/three-questions-with-tracey-nyholt-techjutsu-founder-and-ceo) – Leadership insights from our CEO and Founder. - [What Can AI Do For You?](https://www.techjutsu.com/post/what-can-ai-do-for-you) – Techjutsu’s perspective on the role of AI in security and productivity. ## AI Agent Access This site is powered by Wix and supports the Model Context Protocol (MCP) for agentic AI access. AI agents can connect directly to retrieve live, up-to-date site content — no scraping required. - **Site MCP Endpoint:** https://www.techjutsu.com/_api/mcp - **Wix MCP Docs:** https://dev.wix.com/docs/develop-websites/articles/get-started/about-the-wix-site-mcp ## Available MCP Tools ### GetBusinessDetails Retrieves business and site details such as timezone, email, phone, and address. - No parameters required. ### SearchInSite Searches the site for information. - \`searchTerm\` — The term to search for in the site. ### SearchSiteApiDocs Retrieves the API documentation for the Wix business solutions installed on this site, and informs the AI client how to use the APIs. Use this tool for querying products and services (instead of SearchInSite). - \`searchTerm\` — The term to search for in the site API documentation. ### GenerateVisitorToken Creates a new visitor session and obtains a visitor access token for the site. Must be called before making any CallWixSiteAPI request if no visitor token is already available in context. - No parameters required. ### CallWixSiteAPI Calls API methods on the site to perform actions on a visitor's behalf, such as querying site data, booking an appointment, or starting a purchase. - \`visitorToken\` — Visitor access token. Use GenerateVisitorToken first if not available. - \`url\` — Absolute URL of the API method to call (e.g. https://www.wixapis.com/...). Retrieve using SearchSiteApiDocs. - \`method\` — HTTP method to use for the API call. - \`body\` — Request body as a valid JSON string. ### ReadFullDocsArticle Fetches a complete article from the Wix developer documentation portal. - \`articleUrl\` — URL of an article in the Wix developer documentation portal. ### ReadFullDocsMethodSchema Fetches the full schema for a Wix API method. Should be called before calling the actual method via CallWixSiteAPI. - \`articleUrl\` — URL of the reference article for the Wix API method. ## What Visitors Can Do via AI + MCP - Get business details (contact info, location, hours) - Discover products and services on offer - Book services and make reservations - Start a purchase and be directed to the site to complete checkout - Ask questions and get relevant answers without having to browse the site ## Notes - No authentication required to connect to the MCP endpoint - Only public information accessible on the site is available - Content is always live and up to date - To receive tool updates, implement a tools/list call upon receipt of a tool update notification