{
  "$schema": "https://modelcontextprotocol.io/schema/mcp-manifest.json",
  "mcpVersion": "2025-06-18",
  "name": "el-manoso-001",
  "title": "El mañoso #001 — The North-South Tech Gap",
  "description": "A machine-payable arbitrage playbook. Sourcing from Amazon US with a specific Keepa filter, reselling on MercadoLibre Mexico. One $0.01 USDC payment via MPP unlocks the full markdown recipe.",
  "version": "1.0.0",
  "publisher": {
    "name": "DEVRacing",
    "url": "https://profit-recipe-001-fglynii78.vercel.app"
  },
  "tools": [
    {
      "name": "purchase_el_manoso_001",
      "description": "Pay $0.01 USDC on Tempo mainnet via the Machine Payments Protocol (MPP) and receive the full arbitrage playbook as markdown. Includes a concrete SKU, unit economics in USD/MXN, the exact Keepa Deals filter, freight forwarder picks, a MercadoLibre listing template, and 5 additional pre-validated SKUs.",
      "inputSchema": {
        "type": "object",
        "properties": {
          "buyerWallet": {
            "type": "string",
            "description": "Tempo-compatible address that will sign the payment (optional — the MPP client can manage this).",
            "pattern": "^0x[a-fA-F0-9]{40}$"
          }
        },
        "required": []
      },
      "outputSchema": {
        "type": "object",
        "properties": {
          "recipe": { "type": "string", "format": "markdown" },
          "contentType": { "type": "string", "const": "text/markdown" }
        }
      },
      "annotations": {
        "readOnlyHint": false,
        "destructiveHint": false,
        "idempotentHint": false,
        "openWorldHint": true,
        "pricing": {
          "protocol": "MPP",
          "method": "tempo",
          "intent": "charge",
          "amount": "0.01",
          "currency": "USDC.e",
          "chainId": 4217
        }
      }
    }
  ],
  "resources": [
    {
      "uri": "https://profit-recipe-001-fglynii78.vercel.app/api/recipe",
      "name": "El mañoso #001 markdown",
      "description": "The full arbitrage playbook in markdown format, gated behind an MPP 402 payment.",
      "mimeType": "text/markdown",
      "annotations": {
        "audience": ["assistant"],
        "paywall": {
          "protocol": "MPP",
          "amount": "0.01",
          "currency": "USDC.e",
          "chainId": 4217
        }
      }

    }
  ],
  "discovery": {
    "agentCard": "https://profit-recipe-001-fglynii78.vercel.app/.well-known/agent.json",
    "llmsTxt": "https://profit-recipe-001-fglynii78.vercel.app/llms.txt"
  }
}
