Discover and explore Model Context Protocol servers. Find the right integrations for your AI apps and agents.
Loading...
A Model Context Protocol (MCP) server for generating and managing UPI payment deeplinks using Setu's payment infrastructure.
Add this to your MCP client configuration:
{
"mcpServers": {
"setuhq-setu-mcps": {
"command": "uvx",
"args": [
"setu_mcp_upi_deeplinks"
],
"env": {
"UPI_DEEPLINKS_SCHEME_ID": "<Your Setu UPI Deeplinks scheme ID>",
"UPI_DEEPLINKS_SECRET": "<Your Setu UPI Deeplinks secret>",
"UPI_DEEPLINKS_PRODUCT_INSTANCE_ID": "<Your Setu product instance ID>"
}
}
}
}{
"id": "setuhq-setu-mcps",
"name": "Setu",
"description": "A Model Context Protocol (MCP) server for generating and managing UPI payment deeplinks using Setu's payment infrastructure.",
"source_url": "https://github.com/setuhq/setu-mcps/tree/HEAD/upi-deeplinks",
"publisher_name": "setuhq",
"publisher_url": "https://github.com/setuhq",
"is_official": true,
"license": "",
"runtime": "python",
"downloads": 86,
"requires_oauth": false,
"distribution": {
"type": "pip",
"package": "setu_mcp_upi_deeplinks"
},
"tools_count": 5
}