- Explore MCP Servers
- setu-mcps
Setu Mcps
What is Setu Mcps
setu-mcps is a repository for Model Context Protocol (MCP) servers designed for Setu’s APIs, allowing large language models (LLMs) like Claude to interact with various Setu services.
Use cases
Use cases include verifying user identities for KYC compliance, facilitating UPI payments in online transactions, and managing payment statuses and refunds in e-commerce platforms.
How to use
To use setu-mcps, install the desired MCP server via pip, configure the necessary environment variables, add the server configuration to Claude Desktop’s config file, and start using the tools through Claude.
Key features
Key features include KYC verification tools for PAN, GST, and name matching, as well as UPI payment link management, including generating links, checking payment status, handling refunds, and mock payments.
Where to use
setu-mcps can be used in financial services, e-commerce, and any application requiring identity verification or payment processing.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Overview
What is Setu Mcps
setu-mcps is a repository for Model Context Protocol (MCP) servers designed for Setu’s APIs, allowing large language models (LLMs) like Claude to interact with various Setu services.
Use cases
Use cases include verifying user identities for KYC compliance, facilitating UPI payments in online transactions, and managing payment statuses and refunds in e-commerce platforms.
How to use
To use setu-mcps, install the desired MCP server via pip, configure the necessary environment variables, add the server configuration to Claude Desktop’s config file, and start using the tools through Claude.
Key features
Key features include KYC verification tools for PAN, GST, and name matching, as well as UPI payment link management, including generating links, checking payment status, handling refunds, and mock payments.
Where to use
setu-mcps can be used in financial services, e-commerce, and any application requiring identity verification or payment processing.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Content
Setu MCPs
Collection of Model Context Protocol (MCP) servers for Setu’s APIs, enabling Claude/ other LLMs to interact with various Setu services.
Available MCP Servers
KYC Verification
setu_mcp_kyc - Provides verification tools for PAN, GST, and name matching using Setu’s Digital Gateway APIs.
- PAN card verification
- GST registration verification
- Name matching with similarity scores
UPI Deeplinks
setu_mcp_upi_deeplinks - Manages UPI payment links using Setu’s payment infrastructure.
- Generate UPI payment links
- Check payment status
- Handle refunds
- Mock payments (sandbox mode)
Installation
Each MCP server can be installed individually via pip:
# For KYC verification
pip install setu_mcp_kyc
# For UPI Deeplinks
pip install setu_mcp_upi_deeplinks
Usage
- Install the desired MCP server
- Configure environment variables as specified in each server’s README
- Add the server configuration to Claude Desktop’s config file
- Start using the tools through Claude
For detailed setup and usage instructions, refer to each server’s individual README:
Development
Each MCP server is maintained in its own directory with independent versioning and configuration. See the individual README files for development setup and contribution guidelines.
License
MIT License - see individual server directories for specific terms.
Dev Tools Supporting MCP
The following are the main code editors that support the Model Context Protocol. Click the link to visit the official website for more information.










