From 1307d7fa159e03d4752ac9b624145de5bcadd74c Mon Sep 17 00:00:00 2001 From: Sowmith Date: Fri, 12 Dec 2025 17:59:36 +0530 Subject: [PATCH] add redirect --- content/payments/billpay/mcp/integration-guide.mdx | 6 +++--- content/redirects.json | 3 ++- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/content/payments/billpay/mcp/integration-guide.mdx b/content/payments/billpay/mcp/integration-guide.mdx index 3d0dae1b..235badd2 100644 --- a/content/payments/billpay/mcp/integration-guide.mdx +++ b/content/payments/billpay/mcp/integration-guide.mdx @@ -5,7 +5,7 @@ order: 1 visible_in_sidebar: true --- -## MCP for Bill Payments integration guide +## MCP for Bill Payments - Integration guide Currently live on ChatGPT and Claude, as other LLM providers don't allow for custom connectors. All bill payments require a phone number/OTP to fetch bills. @@ -124,8 +124,8 @@ 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
  • -
  • Use token fetch API to get token.
    Token fetch
  • +
  • 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)
  • Use this token to call the /mcp endpoints for tools and no need to implement OAuth user redirect implementation.
  • diff --git a/content/redirects.json b/content/redirects.json index 628157c3..1bbfe5a4 100644 --- a/content/redirects.json +++ b/content/redirects.json @@ -126,5 +126,6 @@ "/biller-quickstart": "/payments/bbps/quickstart", "/sample-category/sample-product": "/sample-category/sample-product/sample-page", "/docs-components": "/sample-category/sample-product/sample-page", - "/setu-bot": "/" + "/setu-bot": "/", + "/payments/billpay/mcp": "/payments/billpay/mcp/integration-guide" }