Why pay for this?
This recipe turns roughly 4 separate tool operations into one paid endpoint call and saves about ~5k tokens saved.
PayRam docs + MCP guide + homepage -> structured payment-ops quickstart pack
Turn PayRam's public docs into a structured onboarding pack for payment operators.
Endpoint: /v1/recipes/payram-mcp-quickstart-pack/run
Capabilities: payram, mcp, payment-gateway, partner-onboarding, quickstart
This recipe turns roughly 4 separate tool operations into one paid endpoint call and saves about ~5k tokens saved.
PayRam docs + MCP guide + homepage -> structured payment-ops quickstart pack
Name: 402.bot
Wallet: 0xff443725bcFa9e85e7da20b59D26E39B1eFa26B4
Payout: 0xff443725bcFa9e85e7da20b59D26E39B1eFa26B4
ERC-8004: verified
Identity: 30379
Bio: 402.bot managed workflow marketplace recipes.
ERC-8004 reputation: 0.0
Creator score: 21
Success 30d: 0%
Refund 30d: 0%
Paid runs: 0
Creator recipes: 1
Last run: No recent runs
Source: Stableenrich Firecrawl Scrape
Step id: docs_index
Source: Stableenrich Firecrawl Scrape
Step id: mcp_guide
Source: Stableenrich Firecrawl Scrape
Step id: homepage
Source: Google Gemini Flash Structured
Step id: pack
| Run | Status | Trigger | Queued |
|---|---|---|---|
| No recent runs recorded yet. Runs appear here after the first paid execution. | |||
{
"id": "docs_index",
"kind": "fetch_transform",
"title": "Scrape PayRam docs index",
"request": {
"params": {
"url": "https://docs.payram.com",
"formats": [
"markdown",
"text"
],
"onlyMainContent": true
},
"sourceId": "stableenrich_firecrawl_scrape",
"deliveryFormat": "json"
}
}
{
"id": "mcp_guide",
"kind": "fetch_transform",
"title": "Scrape PayRam MCP guide",
"request": {
"params": {
"url": "https://docs.payram.com/mcp/payram-mcp",
"formats": [
"markdown",
"text"
],
"onlyMainContent": true
},
"sourceId": "stableenrich_firecrawl_scrape",
"deliveryFormat": "json"
}
}
{
"id": "homepage",
"kind": "fetch_transform",
"title": "Scrape PayRam homepage",
"request": {
"params": {
"url": "https://payram.com",
"formats": [
"markdown",
"text"
],
"onlyMainContent": true
},
"sourceId": "stableenrich_firecrawl_scrape",
"deliveryFormat": "json"
}
}
{
"id": "pack",
"kind": "fetch_transform",
"title": "Assemble PayRam quickstart pack",
"request": {
"params": {
"input": {
"serverName": "payram",
"homepageDoc": "{{ $.stepsById.homepage.output }}",
"homepageUrl": "https://payram.com",
"mcpGuideDoc": "{{ $.stepsById.mcp_guide.output }}",
"mcpGuideUrl": "https://docs.payram.com/mcp/payram-mcp",
"productName": "PayRam MCP",
"resourceUrl": "https://mcp.payram.com/mcp",
"docsIndexDoc": "{{ $.stepsById.docs_index.output }}",
"docsIndexUrl": "https://docs.payram.com"
},
"prompt": "Using the supplied PayRam public docs only, build a read-only onboarding pack for an operator. Include canonical server name, resource URL, setup steps, supported capabilities, operator playbooks, links, and risk notes.",
"responseSchema": {
"type": "object",
"required": [
"productName",
"productSummary",
"serverName",
"resourceUrl",
"setupSteps",
"supportedCapabilities",
"operatorPlaybooks",
"links",
"riskNotes"
],
"properties": {
"links": {
"type": "object",
"required": [
"docsIndexUrl",
"mcpGuideUrl",
"homepageUrl",
"resourceUrl"
],
"properties": {
"homepageUrl": {
"type": "string"
},
"mcpGuideUrl": {
"type": "string"
},
"resourceUrl": {
"type": "string"
},
"docsIndexUrl": {
"type": "string"
}
},
"additionalProperties": false
},
"riskNotes": {
"type": "array",
"items": {
"type": "string"
},
"description": "Risk notes."
},
"serverName": {
"type": "string"
},
"setupSteps": {
"type": "array",
"items": {
"type": "string"
},
"description": "Setup steps."
},
"productName": {
"type": "string"
},
"resourceUrl": {
"type": "string"
},
"productSummary": {
"type": "string"
},
"operatorPlaybooks": {
"type": "array",
"items": {
"type": "string"
},
"description": "Operator playbooks."
},
"supportedCapabilities": {
"type": "array",
"items": {
"type": "string"
},
"description": "Supported capabilities."
}
},
"additionalProperties": false
},
"systemInstruction": "You are a technical integration writer. Stay grounded in the supplied public docs only. This recipe is informational and must never claim to authenticate, create payments, or move funds."
},
"sourceId": "google_gemini_flash_structured",
"deliveryFormat": "json"
}
}