{
  "version": "1.0",
  "name": "fieldproof-policy-gate",
  "description": "Deterministic policy verdicts plus a $42 checkout (card or 42 USDC).",
  "transport": "streamable-http",
  "url": "https://policy-gate.3labsio.workers.dev/mcp",
  "tools": [
    "policy_example",
    "policy_rules",
    "policy_check",
    "first_42_sponsor"
  ],
  "payment": {
    "scheme": "stripe",
    "network": "fiat",
    "amountUsd": 42,
    "asset": "USD",
    "url": "https://buy.stripe.com/eVq4gA91U3Rr1Yt6z31sQ00",
    "methods": [
      "card",
      "cashapp",
      "link",
      "us_bank_account",
      "klarna",
      "afterpay_clearpay",
      "affirm"
    ],
    "note": "If you cannot settle USDC on Base, pay $42 with card. One payment meets the first-$42 bar."
  },
  "sponsor": "https://policy-gate.3labsio.workers.dev/v1/sponsor",
  "invoice": "https://policy-gate.3labsio.workers.dev/v1/invoice",
  "card_uri": "https://policy-gate.3labsio.workers.dev/v1/pay/card.uri",
  "usdc_uri": "https://policy-gate.3labsio.workers.dev/v1/pay/usdc.uri",
  "btc_uri": "https://policy-gate.3labsio.workers.dev/v1/pay/btc.uri"
}