Search PayU docs, browse the payment integration catalog, and fetch production-ready code.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"io-github-payu-intrepos-payu-developer-mcp": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Search PayU docs, browse the payment integration catalog, and fetch production-ready code.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationBe the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in finance
Real-time financial market data: stocks, forex, crypto, commodities, and economic indicators
A Model Context Protocol (MCP) server that provides AI assistants with direct access to the Spreedly payments API. Enables LLMs to manage gateways, process transactions, tokenize payment methods, and more, through structured, validated tool calls.
MCP server for InsightSentry financial data API - market data, options, screeners, and more
AI agents get on-chain identity, credentials, reputation, escrow, and persistent memory on XRPL.
MCP Security Weekly
Get CVE alerts and security updates for io.github.payu-intrepos/payu-developer-mcp and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
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:
{
"mcpServers": {
"payu-developer-mcp": {
"type": "http",
"url": "https://ask-ai-mcp-710575177112.asia-south1.run.app/mcp"
}
}
}
With an API key (higher rate limits):
{
"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.
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 settings{
"mcpServers": {
"payu-developer-mcp": {
"type": "http",
"url": "https://ask-ai-mcp-710575177112.asia-south1.run.app/mcp"
}
}
}
You 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
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).
Get copy-paste snippets for your language and platform
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.
Stand up PayU Hosted Checkout on a website
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.
Server-side payment APIs without the hosted UI
Explain the difference between PayU Hosted and Merchant Hosted checkout. Then fetch
PHP API integration code for creating a payment request with hash generation.
Understand callbacks and verification
How does Pa
... [View full README on GitHub](https://github.com/payu-intrepos/payu-developer-mcp#readme)