integration-razorpay

Register Razorpay's remote MCP server with a self-hosted Hermes agent over SSH.

13|1|Updated Jun 1, 2026
One-click install
npx skills add https://github.com/paarths-collab/hstack --skill integration-razorpay
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: integration-razorpay
Source: https://github.com/paarths-collab/hstack/tree/main/skills/integration-razorpay
Command: npx skills add https://github.com/paarths-collab/hstack --skill integration-razorpay

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It removes the manual work of wiring Razorpay into a self-hosted Hermes agent and keeps the integration safe, idempotent, and rollback-friendly.

Core Features & Use Cases

  • Connects Razorpay's remote MCP server to Hermes over SSH.
  • Stores the Base64 API token in the agent environment instead of exposing secrets in chat or config files.
  • Handles gateway reloads, log verification, and smoke testing for live or test mode payment workflows.

Quick Start

Ask the AI agent to connect Razorpay to your Hermes VPS using your SSH details and Razorpay key pair, confirm live or test mode, and complete the secure setup and verification steps.

Frequently Asked Questions about integration-razorpay

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I connect Razorpay to a Hermes agent over SSH?

You can automate Razorpay payments in Hermes by registering its remote MCP server over SSH, which requires storing a Base64 Authorization token in ~/.hermes/.env. This enables workflows like fetching orders, generating payment links, and processing refunds directly from the agent.

Can I use Razorpay with AI coding tools like Claude Code and Cursor?

Yes, connecting Razorpay to a self-hosted Hermes agent over SSH enables payment automation for Claude Code, Codex, Cursor, and Gemini CLI. The integration allows these tools to fetch payments, manage orders, and configure refunds securely through the MCP server.

How do I securely store Razorpay API credentials for a VPS payment gateway?

Securely store Razorpay credentials by deriving a Base64 Authorization token from your key_id:key_secret pair and saving it to ~/.hermes/.env. This method keeps secrets out of chat windows and config files while enabling Basic auth headers for gateway reloads.

What is the best way to verify a Razorpay payment integration on a Hermes VPS?

The best way to verify a Razorpay integration is by running an initialize smoke-test after completing the gateway reload and log verification steps. This confirms that live or test mode payment workflows are correctly configured and operational.

Does the Razorpay Hermes integration support both live and test payment modes?

Yes, the Razorpay Hermes integration supports both live and test mode payment workflows. During setup, you confirm your desired mode before completing the secure environment variable storage and gateway reload process to ensure the correct API endpoints are active.

Why does Razorpay MCP server registration require SSH access to Hermes?

SSH access is required to register the remote MCP server directly on your self-hosted Hermes VPS. This ensures the Base64 API token is securely stored in the local environment and allows the agent to execute idempotent, rollback-friendly payment automation tasks.