Juspay MCP Tools Server

Berinteraksi dengan API Juspay untuk pemrosesan pembayaran dan manajemen dasbor merchant.

Dokumentasi

Juspay MCP

License: Apache 2.0

MCP (Model Context Protocol) servers that let AI assistants interact with Juspay's payment APIs and merchant dashboard through natural language.

Which MCP do you need?

Payments MCPDashboard MCP
Use when you want to…Process payments, manage orders, handle refunds, work with customers and cardsConfigure gateways, query analytics, manage users, view reports, create payment links
Credential requiredAPI Key + Merchant IDDashboard login (OAuth)
Docker imagejuspaydotin/juspay-mcp:latestjuspaydotin/juspay-dashboard-mcp:latest
Tools includecreate_order, create_txn, create_refund, upi_collect, list_wallets, …q_api, juspay_list_configured_gateway, create_payment_link, juspay_list_orders_v4, …
Full docsjuspay_mcp/README.mdjuspay_dashboard_mcp/README.md

You can run both servers simultaneously — see the individual READMEs for setup instructions.

Prerequisites

  • A Juspay merchant account (sign up)
  • Docker (recommended for quickest setup)

Contributing

  1. Fork the repository and create a feature branch
  2. Make your changes following PEP 8 and adding type annotations where appropriate
  3. Add tests for any new functionality
  4. Open a pull request with a clear description of the change
# Set up the development environment (requires Nix)
git clone https://github.com/juspay/juspay-mcp.git
cd juspay-mcp
nix develop

# Run tests
nix run .#test

License

Apache License 2.0. See the LICENSE file for details.

Copyright 2025 Juspay Technologies Private Limited.