Borrowing it
Nothing to install: this file belongs to razorpay/razorpay-mcp-server. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/razorpay/razorpay-mcp-server/main/.agents/skills/razorpay-mcp-tool-gen/SKILL.mdgit clone --depth 1 https://github.com/razorpay/razorpay-mcp-serverWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/razorpay/razorpay-mcp-server/razorpay-mcp-tool-gen)<a href="https://agentmods.dev/skills/razorpay/razorpay-mcp-server/razorpay-mcp-tool-gen"><img src="https://agentmods.dev/badge/skills/razorpay/razorpay-mcp-server/razorpay-mcp-tool-gen/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/razorpay/razorpay-mcp-server/razorpay-mcp-tool-gen"><img src="https://agentmods.dev/badge/skills/razorpay/razorpay-mcp-server/razorpay-mcp-tool-gen.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector pass
What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00072 | $0.03312 |
| Opus 5 | $0.00036 | $0.01656 |
| Sonnet 5 | $0.00014 | $0.00662 |
| Haiku 4.5 | $0.00007 | $0.00331 |
Grade A, and why
razorpay-mcp-tool-gen scanned grade A with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
curl commands, or request/response examples. Produces Go tool code, unit tests, How it starts
The opening of the file, as written. The whole thing — 412 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Razorpay MCP Tool Generator
Generate complete MCP tool implementations from Razorpay API docs, curl commands, or request/response examples.
Input Formats
The user may provide any of:
- Razorpay docs URL —
https://razorpay.com/docs/api/... - curl command — extract method, path, headers, body, and response
- Request/response JSON — raw payload and expected response
- SDK function signature — Go SDK function to call
If the tool name is not provided or cannot be inferred, ask the user before proceeding.
Workflow
Task Progress:
- [ ] Step 1: Parse input and extract API contract
- [ ] Step 2: Determine tool name and resource file
- [ ] Step 3: Implement tool function
- [ ] Step 4: Register tool in tools.go
- [ ] Step 5: Write unit tests
- [ ] Step 6: Update README.md Available Tools table
- [ ] Step 7: Run linter — fix errors
- [ ] Step 8: Run tests — fix errors
- [ ] Step 9: Create branch, commit, and open PR (if gh available)
Step 1: Parse Input
From docs URL: Fetch the page and extract endpoint path, HTTP method, required/optional params with types and descriptions, and example response.
From curl: Parse the method (-X), URL path, headers (-H), request body (-d), and note the response if provided.
From request/response JSON: Infer required vs optional fields, types, and construct parameter definitions.
Map each parameter to a validator type:
| JSON type | Parameter helper | Validator method |
|---|---|---|
| string | mcpgo.WithString |
ValidateAndAddRequiredString / ValidateAndAddOptionalString |
| number (int) | mcpgo.WithNumber |
ValidateAndAddRequiredInt / ValidateAndAddOptionalInt |
| number (float) | mcpgo.WithNumber |
ValidateAndAddRequiredFloat / ValidateAndAddOptionalFloat |
| boolean | mcpgo.WithBoolean |
ValidateAndAddRequiredBool / ValidateAndAddOptionalBool |
| object | mcpgo.WithObject |
ValidateAndAddRequiredMap / ValidateAndAddOptionalMap |
| array | mcpgo.WithArray |
ValidateAndAddRequiredArray / ValidateAndAddOptionalArray |
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 12d ago First seen · 412 lines · 72 tokens per session scan A 431e83988077
razorpay-mcp-tool-gen is a skill published in the GitHub repository razorpay/razorpay-mcp-server (230 stars, last pushed 4d ago), licensed MIT. It adds 72 tokens to every session and 3,312 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
erp-xpp
X++ code development lifecycle for Finance and Operations — scaffold models, author classes, custom services/APIs, and data entities, install matching SDKs, compile deployable packages, deploy packages, synchronize databases, and verify deployed artifacts. Use when the user explicitly requests creating, building…
n8n-code-tool
Write JavaScript or Python for the n8n Custom Code Tool (@n8n/n8n-nodes-langchain.toolCode) — the AI-agent-callable tool, NOT the workflow Code node. Use when building a Code Tool attached to an AI Agent, writing code that an LLM will invoke, parsing the query input, returning a string result, defining an input schema…
n8n-subworkflows
Build reusable, composable n8n sub-workflows. Use when extracting shared logic, building anything multi-step or reused across workflows, or any workflow over 10 nodes — and whenever the user mentions sub-workflows, Execute Workflow, reuse, shared/common logic, modular workflows, "Define Below" inputs…
kalshi-api
Kalshi exchange mechanics — RSA-PSS auth, order schema, YES/NO orderbook convention, WebSocket, and endpoint surface. Market-type-agnostic shared layer for all Kalshi skills.
ib-collar
Generate tactical collar strategy reports for protecting PMCC positions through earnings or high-risk events. Requires TWS or IB Gateway running locally.
report-stock
Generate comprehensive stock analysis report (PDF or markdown) with trend, PMCC, and fundamental analysis.