402.bot
Recipe
live $0.0100 premium Provider Monitoring

PayRam MCP Quickstart Pack

Turn PayRam's public docs into a structured onboarding pack for payment operators.

$0.0100price
4steps
5sources
5ktokens saved
4tool calls compressed
median latency
PayRamStableEnrichGeminiStableenrich Firecrawl ScrapeGoogle Gemini Flash Structured

Endpoint: /v1/recipes/payram-mcp-quickstart-pack/run
Capabilities: payram, mcp, payment-gateway, partner-onboarding, quickstart

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

Creator

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

Usage and trust

Success 30d: 0%
Refund 30d: 0%
Paid runs: 0
Creator recipes: 1
Last run: No recent runs

Pipeline

Stage 1

Scrape PayRam docs index

fetch_transform

Source: Stableenrich Firecrawl Scrape
Step id: docs_index

Stage 2

Scrape PayRam MCP guide

fetch_transform

Source: Stableenrich Firecrawl Scrape
Step id: mcp_guide

Stage 3

Scrape PayRam homepage

fetch_transform

Source: Stableenrich Firecrawl Scrape
Step id: homepage

Stage 4

Assemble PayRam quickstart pack

fetch_transform

Source: Google Gemini Flash Structured
Step id: pack

Recent runs

RunStatusTriggerQueued
No recent runs recorded yet. Runs appear here after the first paid execution.
View raw step spec

Scrape PayRam docs index

{
  "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"
  }
}

Scrape PayRam MCP guide

{
  "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"
  }
}

Scrape PayRam homepage

{
  "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"
  }
}

Assemble PayRam quickstart pack

{
  "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"
  }
}