The full upstream README, mirrored here for reference. Install config, tool schemas, adoption signals, and an original overview live on the PayU Docs listing page.
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.
Manual setup: Update your mcp.json configuration file (for Cursor: ~/.cursor/mcp.json) with:
With an API key (higher rate limits):
Save the file and reload your editor to activate the integration.
PayU Developer MCP (or any name you prefer)https://ask-ai-mcp-710575177112.asia-south1.run.app/mcpx-api-key header in your client’s advanced settingsYou can use the server without an API key on the anonymous tier:
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.
Find the right PayU integration for your stack
Get copy-paste snippets for your language and platform
Stand up PayU Hosted Checkout on a website
Server-side payment APIs without the hosted UI
Understand callbacks and verification
Operational flows after go-live
Pick between Net Banking, EMI, Wallets, etc.
Same product, mobile framework
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
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
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
| Tool | Description |
|---|---|
get_payu_integration_catalog | Browse integrations by product, platform, and resource type |
get_payu_integration_code | Fetch ready-to-use code for a specific integration |
search_payu_docs | Semantic search over PayU developer documentation |
Recommended workflow
get_payu_integration_catalog to see valid platform / language / type combinations.get_payu_integration_code with your product, platform, language, and resource type.search_payu_docs for conceptual questions (flows, webhooks, errors, etc.).get_payu_integration_catalog before get_payu_integration_code so platform, language, and resource type are valid.Web, Android, …), and language (javascript, kotlin, …).search_payu_docs.get_payu_integration_code.x-api-key.⚠️ 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.