generate_payment_sdk_snippet
ActiveTool of PayRam Helper MCP Server
declared in 1.1.0
Generates backend code using the official Payram JS/TS SDK to create a payment.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"framework"
],
"properties": {
"framework": {
"enum": [
"generic-http",
"express",
"nextjs"
],
"type": "string",
"description": "Target framework for the SDK payment snippet. generic-http provides a framework-agnostic example."
}
},
"additionalProperties": false
}Parent server
PayRam Helper MCP Server
https://github.com/PayRam/payram-helper-mcp-server
1/7 registries