generate_webhook_handler
ActiveTool of PayRam Helper MCP Server
declared in 1.1.0
Generates backend code to handle Payram webhook HTTP requests.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"framework"
],
"properties": {
"framework": {
"enum": [
"express",
"nextjs",
"fastapi",
"gin",
"laravel",
"spring-boot"
],
"type": "string",
"description": "Web framework for the webhook handler code"
}
},
"additionalProperties": false
}Parent server
PayRam Helper MCP Server
https://github.com/PayRam/payram-helper-mcp-server
1/7 registries