scaffold_payram_app
ActiveTool of PayRam Helper MCP Server
declared in 1.1.0
Generates a minimal full-stack app skeleton with Payram payments and payouts routes (and a simple UI) for a chosen language and framework.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"language",
"framework"
],
"properties": {
"appName": {
"type": "string",
"minLength": 1,
"description": "Name for the generated application. If not provided, defaults to payram-{framework}-starter"
},
"language": {
"enum": [
"node",
"python",
"php",
"go",
"java"
],
"type": "string",
"description": "Programming language for the application (node for JavaScript/TypeScript)"
},
"framework": {
"enum": [
"express",
"nextjs",
"fastapi",
"laravel",
"gin",
"spring-boot"
],
"type": "string",
"description": "Web framework to use for scaffolding the application"
},
"includeWebhooks": {
"type": "boolean",
"default": true,
"description": "Whether to include webhook handler code in the scaffolded application"
}
},
"additionalProperties": false
}Parent server
PayRam Helper MCP Server
https://github.com/PayRam/payram-helper-mcp-server
1/7 registries