Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI β†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE β†— (opens in a new tab)
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ’» Developer Tools
  3. PayU Docs
P
Health: Not checked yetWe have not completed a health check for this listing yet.No health check has run yet.

PayU Docs

User RatingsBe the first to rate and review this MCP server! Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View Repository

Search PayU docs, browse the payment integration catalog, and fetch production-ready code.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "payu-docs": {
      "command": "npx",
      "args": [
        "-y",
        "payu-docs"
      ]
    }
  }
}

πŸ’‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing AlternativesπŸ’» More in Developer Tools

Documentation Overview

PayU Developer MCP

Search PayU documentation, browse the payment integration catalog, and fetch production-ready code β€” directly from your AI assistant.

This is PayU’s developer documentation MCP server. It helps you integrate PayU payments (checkout, UPI, cards, webhooks, refunds, and more) without leaving Cursor, VS Code, or Claude.

Getting Started

Setup Instructions

Add PayU Developer MCP to Cursor

Install MCP Server

Add PayU Developer MCP to VS Code

Install MCP Server

OR

Manual setup: Update your mcp.json configuration file (for Cursor: ~/.cursor/mcp.json) with:

config.json
{
  "mcpServers": {
    "payu-developer-mcp": {
      "type": "http",
      "url": "https://ask-ai-mcp-710575177112.asia-south1.run.app/mcp"
    }
  }
}

With an API key (higher rate limits):

config.json
{
  "mcpServers": {
    "payu-developer-mcp": {
      "type": "http",
      "url": "https://ask-ai-mcp-710575177112.asia-south1.run.app/mcp",
      "headers": {
        "x-api-key": "YOUR_API_KEY_HERE"
      }
    }
  }
}

Save the file and reload your editor to activate the integration.

For Claude Desktop / Pro Users

  1. Open Claude Desktop
  2. Go to Settings β†’ Connectors β†’ Add custom connector
  3. Name: PayU Developer MCP (or any name you prefer)
  4. URL: https://ask-ai-mcp-710575177112.asia-south1.run.app/mcp
  5. If you have an API key, configure the x-api-key header in your client’s advanced settings
  6. Save and restart Claude

Other MCP Clients

config.json
{
  "mcpServers": {
    "payu-developer-mcp": {
      "type": "http",
      "url": "https://ask-ai-mcp-710575177112.asia-south1.run.app/mcp"
    }
  }
}

API key (optional)

You can use the server without an API key on the anonymous tier:

  • 30 requests / minute
  • 100 requests / day

For higher limits, email ai-admin@payu.in to request an API key, then add it as the x-api-key header in your MCP client config (see manual setup below).

No OAuth is required for this developer-docs server.

Workflows You Can Try

Integration Discovery

Find the right PayU integration for your stack

Code
I need to accept UPI payments on my React Native app. Browse the PayU integration
catalog for UPI options on React Native and show me what's available (Hosted vs SDK vs API).

Fetch Integration Code

Get copy-paste snippets for your language and platform

Code
Give me PayU Core SDK integration code for Android in Kotlin using the SDK resource type.
Include setup steps and the main payment initiation snippet.

Web Checkout (Hosted)

Stand up PayU Hosted Checkout on a website

Code
I'm building a Node.js website and want PayU Hosted Checkout for cards and UPI.
Show me the integration catalog entry for Web + PayU Hosted, then fetch JavaScript
integration code I can use in my backend and frontend.

Merchant-Hosted / API Flow

Server-side payment APIs without the hosted UI

Code
Explain the difference between PayU Hosted and Merchant Hosted checkout. Then fetch
PHP API integration code for creating a payment request with hash generation.

Webhooks & Post-Payment

Understand callbacks and verification

Code
How does PayU's payment webhook work? What events are sent, how do I verify the hash,
and what should my idempotent handler do on success vs failure?
Search the docs and summarize with links.

Refunds & Settlements

Operational flows after go-live

server.ts
Walk me through PayU's refund API: required parameters, sync vs async behavior,
and common error codes. Pull relevant doc sections.

Compare Payment Modes

Pick between Net Banking, EMI, Wallets, etc.

Code
I want Net Banking with TPV on Web. Search the catalog for Net Banking integrations,
then get curl examples for the API resource type so I can test in Postman first.

Multi-Platform (Flutter)

Same product, mobile framework

Code
List Flutter integrations available for Cards and EMI. Then get Dart/Flutter SDK
snippets for EMI on Android and iOS.

Supported Features

Documentation Search

Semantic search across PayU’s official developer docs.

Conceptual guides β€” Payment flows, webhooks, 3DS, refunds, error handling, and API reference topics

Natural-language queries β€” Ask in plain English; the server returns relevant excerpts with source URLs


Integration Catalog

Discover what PayU supports before you write code.

Browse by product β€” UPI, Net Banking, EMI, Cards, Tokenization, Core SDK, and more

Filter by platform β€” Web, iOS, Android, React Native, Flutter, Cordova, or pure API

Filter by integration type β€” PayU Hosted, Merchant Hosted, API, or SDK


Integration Code

Production-ready snippets matched to your stack.

Multi-language β€” curl, PHP, JavaScript, Java, Python, Swift, Objective-C, Kotlin, React JS

Copy-paste ready β€” Hosted checkout, merchant-hosted, and API examples with doc links

Scored results β€” Best-matching pages returned with URLs for deeper reading

Available Tools

ToolDescription
get_payu_integration_catalogBrowse integrations by product, platform, and resource type
get_payu_integration_codeFetch ready-to-use code for a specific integration
search_payu_docsSemantic search over PayU developer documentation

Recommended workflow

  1. Call get_payu_integration_catalog to see valid platform / language / type combinations.
  2. Call get_payu_integration_code with your product, platform, language, and resource type.
  3. Call search_payu_docs for conceptual questions (flows, webhooks, errors, etc.).

Tips for Best Results

  • Start with the catalog β€” Call get_payu_integration_catalog before get_payu_integration_code so platform, language, and resource type are valid.
  • Be specific β€” Include product (e.g. "UPI Collect", "Core SDK"), platform (Web, Android, …), and language (javascript, kotlin, …).
  • Use doc search for "why" β€” Flows, compliance, webhooks, and troubleshooting β†’ search_payu_docs.
  • Use code fetch for "how" β€” Implementation snippets β†’ get_payu_integration_code.
  • Request an API key for heavy use β€” Anonymous limits are fine for exploration; production or team usage should use x-api-key.

Important Notes

⚠️ Developer docs only β€” This server does not create payment links, run transactions, or access your merchant dashboard. Use the merchant MCP for those operations.

⚠️ Rate limits β€” Anonymous usage is capped at 30 req/min and 100 req/day. Contact ai-admin@payu.in for a key if you hit limits.

⚠️ Verify in dashboard β€” Always confirm credentials, salt, and environment (test vs production) in the PayU Dashboard before going live.

⚠️ Docs are authoritative β€” Snippets are sourced from PayU documentation; re-check hash algorithms, endpoints, and field names against the latest docs before production deploys.

Support

  • API key requests β€” ai-admin@payu.in
  • Developer documentation β€” https://docs.payu.in/
  • Repository β€” https://github.com/payu-intrepos/payu-developer-mcp

Read the full README β†’View source on GitHub β†’

Related MCP Servers

View all in Developer Tools View all alternatives
  • Coolify logoCoolify

    42 optimized tools for managing Coolify infrastructure, diagnostics, and docs search

    πŸ’» Developer Tools0 views
    Compare vs Coolify β†’
  • Codealive MCP logoCodealive MCP

    Semantic code search and analysis from CodeAlive for AI assistants and agents.

    πŸ’» Developer Tools0 views
    Compare vs Codealive MCP β†’
  • PraisonAI logoPraisonAI

    AI Agents Framework with Self Reflection and MCP support

    πŸ’» Developer Tools1 views
    Compare vs PraisonAI β†’
  • Nace MCP logoNace MCP

    Browse, search and fuzzy-match NACE Rev. 2.1 economic activity classification codes.

    πŸ’» Developer Tools1 views
    Compare vs Nace MCP β†’

Reviews

No reviews yet β€” be the first to share how this listing worked for you.

Frequently Asked Questions about PayU Docs

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "payu-docs": { "command": "npx", "args": ["-y", "PayU Docs"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewPayU Docs AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/payu-docs?style=directory)](https://allmcps.com/mcp/payu-docs)
HTML Embed
<a href="https://allmcps.com/mcp/payu-docs"><img src="https://allmcps.com/api/badge/payu-docs?style=directory" alt="PayU Docs on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ’»Developer Tools
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
Last updatedSep 7, 2026
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
27Quality signal: Emerging Β· 27/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership8/20
Documentation & tools11/30
Adoption & activity1/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge and attach your website β€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it β€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ’» Developer Tools β†’Best MCP servers for Developers β†’Alternatives to PayU Docs β†’Install in Claude DesktopInstall in CursorInstall in VS Code