Collection of Model Context Protocol (MCP) servers for Setu's APIs, enabling Claude/ other LLMs to interact with various Setu services.
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
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)
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
- 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:
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.
MIT License - see individual server directories for specific terms.