MCP Cursor

Enhance your development workflow with AI-powered MCP tools and extensions for Cursor IDE.

Product

  • MCP Servers
  • Getting Started
  • Documentation
  • Open Source

Resources

  • MCP Specification
  • Cursor IDE
  • MCP GitHub
  • Contributing

Legal

  • Privacy Policy
  • Terms of Service
  • Cookie Policy
Made withfor the developer community
© 2026 MCP Cursor. All rights reserved.
MCP Logo
MCP Cursor
IntroductionMCPs
IntroductionMCPs
3D MCP Cursor Visualization
  1. Home
  2. Servers
  3. Setu KYC MCP
Setu KYC MCP Logo

Setu KYC MCP

Model Context Protocol Integration

Overview

Integrates Setu's Digital Gateway APIs to provide KYC verification tools for PAN, GST, and name matching, enabling automated identity checks and regulatory compliance.

Setu KYC

Integrates Setu's Digital Gateway APIs to provide KYC verification tools for PAN, GST, and name matching, enabling automated identity checks and regulatory compliance.

Installation Instructions


README: https://github.com/SetuHQ/setu-mcps

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:

  • KYC Server Documentation
  • UPI Deeplinks Server Documentation

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.

Featured MCPs

Github MCP - Model Context Protocol for Cursor IDE

Github

This server provides integration with Github's issue tracking system through MCP, allowing LLMs to interact with Github issues.

Sequential Thinking MCP - Model Context Protocol for Cursor IDE

Sequential Thinking

An MCP server implementation that provides a tool for dynamic and reflective problem-solving through a structured thinking process. Break down complex problems into manageable steps, revise and refine thoughts as understanding deepens, and branch into alternative paths of reasoning.

Puppeteer MCP - Model Context Protocol for Cursor IDE

Puppeteer

A Model Context Protocol server that provides browser automation capabilities using Puppeteer. This server enables LLMs to interact with web pages, take screenshots, execute JavaScript, and perform various browser-based operations in a real browser environment.