diff --git a/content/payments/billpay/mcp/integration-guide.mdx b/content/payments/billpay/mcp/integration-guide.mdx index 235badd2..ba9b1b29 100644 --- a/content/payments/billpay/mcp/integration-guide.mdx +++ b/content/payments/billpay/mcp/integration-guide.mdx @@ -124,8 +124,10 @@ You are ready!
  • Make bill payments while coding.
  • Make agents that can use the Setu Bill Payments MCP.
  • For code level agents go to Get Started - Setu Bill Payments.
  • -
  • Generate token using a mobile number.
    ![OTP verification](/assets/payments/billpay/mcp/image-20251126-103200.png)
  • -
  • Use token fetch API to get token.
    ![Token fetch](/assets/payments/billpay/mcp/image-20251126-103532.png)
  • +
  • Generate token using a mobile number. +
  • +
  • Use token fetch API to get token.
  • +
  • Use this token to call the /mcp endpoints for tools and no need to implement OAuth user redirect implementation.