MCP ExplorerExplorer

Setu Mcps

@SetuHQon 10 months ago
2 MIT
FreeCommunity
AI Systems
A repository for MCPs for Setu APIs

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.

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

  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.

Tools

No tools

Comments

Recommend MCP Servers

View All MCP Servers