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.
- Use token fetch API to get token.
+ 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.
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"
}