← All plugins
setu-bharat-connect-billpay
v1.0.2This app helps you pay your utility bills through simple conversation.
Codex
by SetuMIT5kupdated 3 weeks ago
Source
git clone https://github.com/openai/pluginsClone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/setu-bharat-connect-billpay/ inside the repository.
Layout
plugins/setu-bharat-connect-billpay/
└── .codex-plugin/plugin.json
Manifests1
plugins/setu-bharat-connect-billpay/.codex-plugin/plugin.json
{
"name": "setu-bharat-connect-billpay",
"version": "1.0.2",
"description": "This app helps you pay your utility bills through simple conversation.",
"author": {
"name": "Setu",
"url": "https://setu.co/"
},
"repository": "https://github.com/openai/plugins",
"license": "MIT",
"keywords": [],
"apps": "./.app.json",
"interface": {
"displayName": "Setu Bharat Connect BillPay ",
"shortDescription": "This app helps you pay your utility bills through simple conversation.",
"longDescription": "This app helps you pay your utility bills through simple conversation. Instead of navigating apps or filling forms, you can just tell the assistant what you want to do—like paying your electricity, broadband, or other utility bills. The app finds the right biller, fetches the exact bill amount, and guides you through payment step by step. You can check pending bills, view bill amounts before paying, confirm whether a payment was successful and ask for a summary of your bill expenses. For steps that need extra care, such as verification or confirmation, the app clearly guides you through them so nothing happens without your approval. People like this app because it removes friction from routine bill payments. You don’t need to remember biller details or jump between screens—just ask, review, and pay, all in one conversation.",
"developerName": "Setu",
"category": "Finance",
"capabilities": [],
"defaultPrompt": [
"Check the relevant bill payment context in Setu"
],
"screenshots": [],
"websiteURL": "https://setu.co/",
"privacyPolicyURL": "https://setu.co/privacy-policy/",
"termsOfServiceURL": "https://billpay-mcp.setu.co/termsandconditions",
"composerIcon": "./assets/app-icon.png",
"logo": "./assets/app-icon.png"
},
"homepage": "https://setu.co/"
}