Skip to main content
Glama

India Payments (Razorpay Payment Links — UPI / cards / netbanking)

Server Details

India payments for AI agents — UPI, cards, wallets via Razorpay Payment Links. Never holds funds.

If you are the author of this connector, you can claim ownership with GitHub, an HTTP challenge, or a DNS record. Claimed connector authors can inspect health checks, view analytics, and manage their listing.
Status
Unhealthy
Last Tested
Transport
Streamable HTTP
URL
Server Listing
app.wishpool/india-payments-mcp

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. 3 tool updates
    • Addedcancel_subscription
    • Addedcreate_subscription_link
    • Addedquery_subscription
  2. 1 tool update
    • Addedrefund_payment
  3. 2 tool updates
    • Changedcreate_payment_link1 field changed
      • addedInput schema / properties / provider
        Added value: +{
        +  "description": "Which gateway. Omit to auto-select: Cashfree when x-cashfree-* headers are present, otherwise Razorpay. Cashfree requires customer_contact (buyer phone).",
        +  "enum": [
        +    "razorpay",
        +    "cashfree"
        +  ],
        +  "type": "string"
        +}
    • Changedquery_payment_status2 fields changed
      • changedInput schema / properties / payment_link_id / description
        Previous value: -"The payment_link_id returned by create_payment_link (plink_...)"New value: +"The payment_link_id returned by create_payment_link (Razorpay plink_... or Cashfree link_id)"
      • addedInput schema / properties / provider
        Added value: +{
        +  "description": "Omit to auto-select by credential headers.",
        +  "enum": [
        +    "razorpay",
        +    "cashfree"
        +  ],
        +  "type": "string"
        +}
  4. 2 tool updates
    • First observedcreate_payment_link
    • First observedquery_payment_status

Frequently Asked Questions

Discussions

No comments yet. Be the first to start the discussion!

Related MCP Connectors

Related MCP Servers

  • -
    license
    Not graded
    quality
    Not graded
    maintenance
    Enables conversational AI agents to manage Razorpay payments directly, including payment lookups, order creation, refunds, UPI QR generation, and real-time webhook triage via the Model Context Protocol.
    -
  • A
    license
    A
    quality
    A
    maintenance
    Your agent takes a business live on payments: go_live creates a real merchant account (sandbox + production) the same day; create_checkout returns a payable link. Payments for AI builders, 3.9% flat.
    3
    90
    MIT
Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4.4/5.0
Disambiguation5/5

Each tool targets a distinct operation: payment link creation, subscription creation, status queries, cancellation, and refund. No overlap or confusion possible.

Naming Consistency5/5

All tools follow a consistent verb_noun snake_case pattern: cancel_subscription, create_payment_link, create_subscription_link, query_payment_status, query_subscription, refund_payment.

Tool Count5/5

Six tools is well-scoped for a payment gateway integration covering payments, subscriptions, queries, and refunds. Not too few to be incomplete, nor too many to be overwhelming.

Completeness4/5

Core workflows are covered: create, query, cancel, refund. Minor gaps exist: no update for payment links or subscriptions, and no listing operation. But the essential lifecycle is complete.

Resources