India Payments Mcp

by junter1989k-ai

171 downloads
Not rated
GitHub Website

About

India Payments Mcp is a remote MCP server that lets any AI agent (Claude, ChatGPT, Cursor) accept payments in India via UPI, credit/debit cards, netbanking, and wallets. It routes through Razorpay Payment Links and is built for agents that need an API for Indian payment rails.

Details

Author
junter1989k-ai
Downloads
171

- Accept UPI (Google Pay, PhonePe, Paytm) and card payments in India.
- Payment link delivery via Razorpay SMS/email (optional).
- Pull-based payment status check, no webhook needed.
- Stateless translation layer: never holds, moves, or stores funds.
- Zero runtime dependencies; Node ≥ 18 for local development.
- Part of a family of country-specific payment MCP servers.

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name India Payments Mcp
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Add the server URL https://mcp-in.wishpool.app/mcp in any remote-MCP client, then send your Razorpay key pair as headers (x-razorpay-key-id and x-razorpay-key-secret) on each request. No public demo key exists; obtain a free test key pair from Razorpay dashboard.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "india payments mcp": {
            "india-payments": {
                "type": "http",
                "url": "https://mcp-in.wishpool.app/mcp"
            }
        }
    }
}

McpServers

{
    "india-payments": {
        "type": "http",
        "url": "https://mcp-in.wishpool.app/mcp"
    }
}
No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.