Skip to content

SetuHQ/setu-mcps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

  1. Install the desired MCP server
  2. Configure environment variables as specified in each server's README
  3. Add the server configuration to Claude Desktop's config file
  4. 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.

About

A repository for MCPs for Setu APIs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages