A MCP server for Setu UPI Deeplinks APIs providing payment link generation and management
Project description
Setu UPI Deeplinks MCP Server
A Model Context Protocol (MCP) server that helps Claude generate and manage UPI payment deeplinks using Setu's payment infrastructure.
Components
Tools
The server implements the following payment management tools:
-
create-payment-link: Create a new UPI payment link
- Required inputs:
amount: Amount to be paid in paisebill_id: Unique identifier for the paymentpayee_name: Name of the payee
- Optional input:
note: Transaction note
- Returns payment link details including UPI ID and short URL
- Required inputs:
-
expire-payment: Expire an existing payment link
- Required input:
bill_id: The bill ID of the payment to expire
- Required input:
-
initiate-refund: Initiate a refund for a payment
- Required inputs:
bill_id: The bill ID of the paymentrefund_type: Type of refund ("FULL" or "PARTIAL")
- Required inputs:
-
check-payment-status: Check the status of a payment
- Required input:
bill_id: The bill ID of the payment
- Returns current payment status
- Required input:
-
mock-payment: Simulate a payment (sandbox mode only)
- Required inputs:
bill_id: The bill ID of the paymentupi_id: The UPI ID for the payeeamount: Amount to be paid in Rupees
- Required inputs:
Configuration
Environment Variables
The server requires the following environment variables:
UPI_DEEPLINKS_SCHEME_ID=your-scheme-id
UPI_DEEPLINKS_SECRET=your-secret
UPI_DEEPLINKS_PRODUCT_INSTANCE_ID=your-product-instance-id
SETU_AUTH_TYPE=OAUTH # Optional, defaults to OAUTH
SETU_MODE=SANDBOX # Optional, defaults to SANDBOX
Claude Desktop Configuration
MacOS: ~/Library/Application\ Support/Claude/claude_desktop_config.json
Windows: %APPDATA%/Claude/claude_desktop_config.json
{
"mcpServers": {
"setu_mcp_upi_deeplinks": {
"command": "uvx",
"args": [
"setu_mcp_upi_deeplinks"
],
"env": {
"UPI_DEEPLINKS_SCHEME_ID": "your-scheme-id",
"UPI_DEEPLINKS_SECRET": "your-secret",
"UPI_DEEPLINKS_PRODUCT_INSTANCE_ID": "your-product-instance-id"
}
}
}
}
Development
Building and Publishing
- Sync dependencies and update lockfile:
uv sync
- Build package distributions:
uv build
- Publish to PyPI:
uv publish
Note: Set PyPI credentials via environment variables or command flags:
- Token:
--tokenorUV_PUBLISH_TOKEN - Or username/password:
--username/UV_PUBLISH_USERNAMEand--password/UV_PUBLISH_PASSWORD
Debugging
Since MCP servers run over stdio, debugging can be challenging. For the best debugging experience, we strongly recommend using the MCP Inspector.
Launch the MCP Inspector via npm:
npx @modelcontextprotocol/inspector uv --directory /<path>/setu-mcps/upi-deeplinks run setu_mcp_upi_deeplinks
Upon launching, the Inspector will display a URL that you can access in your browser to begin debugging.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file setu_mcp_upi_deeplinks-0.1.0.tar.gz.
File metadata
- Download URL: setu_mcp_upi_deeplinks-0.1.0.tar.gz
- Upload date:
- Size: 20.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.5.21
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a39ed39d8211b24018687c48b756fc0939ef82fe75b348b9031ad5af8a299b43
|
|
| MD5 |
9fa2d0ae4be8216a9ef7c33ba9795cb2
|
|
| BLAKE2b-256 |
8fbcb45d861c6647d0c0c63f5b6bed7a8279dfbf68552606bc44d75293bb5bca
|
File details
Details for the file setu_mcp_upi_deeplinks-0.1.0-py3-none-any.whl.
File metadata
- Download URL: setu_mcp_upi_deeplinks-0.1.0-py3-none-any.whl
- Upload date:
- Size: 5.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.5.21
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6f9ede85778d2aa1d95d50549c021aad8343552f07d7b4bdb54415973b7e6417
|
|
| MD5 |
9159269be81355b09f583721ac84f2b4
|
|
| BLAKE2b-256 |
09cc3dc4f448d3163fa8c02e217b193a1b0fd0f07e47e2b2d45d6f30e0663f58
|