{
  "authentication": {
    "challengeHeader": "PAYMENT-REQUIRED",
    "freeMethods": [
      "initialize",
      "tools/list"
    ],
    "freeTools": [
      "quote_data_result"
    ],
    "paidTools": [
      "enrich_domain_result",
      "extract_url_result"
    ],
    "paymentHeader": "PAYMENT-SIGNATURE",
    "type": "x402"
  },
  "canonicalUrl": "https://x402-resource-scanner.vercel.app/resultrail",
  "claimBoundary": "ResultRail returns public-data result packs with source URLs, timestamps, confidence, and receipt hashes. It does not sell private contact databases, bypass access controls, provide legal/financial advice, send outreach, place bets, trade assets, or guarantee downstream revenue.",
  "description": "Pay-per-success public domain and URL result packs for AI agents.",
  "name": "ResultRail by LarryBuildsAI",
  "productName": "ResultRail",
  "publicIntrospection": {
    "enabled": true,
    "freeQuoteTool": "quote_data_result",
    "methods": [
      "initialize",
      "tools/list"
    ],
    "toolCallsRequirePayment": true
  },
  "searchTerms": [
    "ResultRail",
    "ResultRail by LarryBuildsAI",
    "pay-per-success data",
    "x402 data API",
    "agent data router",
    "agent enrichment API",
    "domain enrichment",
    "URL extraction",
    "public company facts",
    "technographic lookup",
    "no API keys for agents",
    "paid data calls for AI agents"
  ],
  "serverInfo": {
    "name": "resultrail-x402-mcp",
    "version": "0.1.0"
  },
  "tools": [
    {
      "annotations": {
        "destructiveHint": false,
        "idempotentHint": true,
        "openWorldHint": true,
        "readOnlyHint": true,
        "title": "Result Quote"
      },
      "description": "Free pre-payment quote for one ResultRail public-data result. Returns price, paid endpoint, success contract, and whether the buyer's max price covers the result.",
      "inputSchema": {
        "additionalProperties": true,
        "properties": {
          "input": {
            "description": "Domain, URL, or target text to stage.",
            "type": "string"
          },
          "max_price_usdc": {
            "description": "Maximum acceptable price. Defaults to 10.",
            "type": "string"
          },
          "task": {
            "description": "Optional plain-language task or buying intent.",
            "type": "string"
          },
          "task_type": {
            "description": "Result type to quote.",
            "enum": [
              "domain",
              "extract"
            ],
            "type": "string"
          }
        },
        "required": [
          "task_type"
        ],
        "type": "object"
      },
      "name": "quote_data_result",
      "outputSchema": {
        "additionalProperties": true,
        "properties": {
          "claimBoundary": {
            "type": "string"
          },
          "priceUsd": {
            "type": "string"
          },
          "product": {
            "type": "string"
          },
          "source": {
            "type": "string"
          }
        },
        "required": [
          "product",
          "source",
          "priceUsd",
          "claimBoundary"
        ],
        "type": "object"
      },
      "title": "Result Quote",
      "x402": {
        "path": "/v1/resultrail/quote",
        "priceUsd": "0.00"
      },
      "xpay": {
        "pricingTier": "free-quote",
        "suggestedPriceUsd": "0.00"
      }
    },
    {
      "annotations": {
        "destructiveHint": false,
        "idempotentHint": true,
        "openWorldHint": true,
        "readOnlyHint": true,
        "title": "Domain Result Pack"
      },
      "description": "Fetch a public domain/homepage and return one source-attributed result pack: company/title/description, industry guess, technographic signals, useful paths, confidence, sources, and receipt hash.",
      "inputSchema": {
        "additionalProperties": true,
        "properties": {
          "domain": {
            "description": "Public domain or homepage URL.",
            "type": "string"
          },
          "max_price_usdc": {
            "default": "0.12",
            "type": "string"
          },
          "pii_mode": {
            "default": "off",
            "enum": [
              "off",
              "none",
              "public_only"
            ],
            "type": "string"
          },
          "required_fields": {
            "items": {
              "type": "string"
            },
            "type": "array"
          },
          "url": {
            "description": "Alternative public homepage URL.",
            "type": "string"
          }
        },
        "required": [
          "domain"
        ],
        "type": "object"
      },
      "name": "enrich_domain_result",
      "outputSchema": {
        "additionalProperties": true,
        "properties": {
          "claimBoundary": {
            "type": "string"
          },
          "priceUsd": {
            "type": "string"
          },
          "product": {
            "type": "string"
          },
          "source": {
            "type": "string"
          }
        },
        "required": [
          "product",
          "source",
          "priceUsd",
          "claimBoundary"
        ],
        "type": "object"
      },
      "title": "Domain Result Pack",
      "x402": {
        "path": "/v1/resultrail/domain",
        "priceUsd": "0.12"
      },
      "xpay": {
        "pricingTier": "domain-result-pack",
        "suggestedPriceUsd": "0.12"
      }
    },
    {
      "annotations": {
        "destructiveHint": false,
        "idempotentHint": true,
        "openWorldHint": true,
        "readOnlyHint": true,
        "title": "URL Extract Result"
      },
      "description": "Fetch one public URL and return title, description, headings, text preview, links, confidence, source URL, and receipt hash. Designed for pay-per-success agent extraction.",
      "inputSchema": {
        "additionalProperties": true,
        "properties": {
          "max_price_usdc": {
            "default": "0.05",
            "type": "string"
          },
          "output": {
            "default": "summary",
            "enum": [
              "summary",
              "markdown",
              "json"
            ],
            "type": "string"
          },
          "url": {
            "description": "Public URL to extract.",
            "type": "string"
          }
        },
        "required": [
          "url"
        ],
        "type": "object"
      },
      "name": "extract_url_result",
      "outputSchema": {
        "additionalProperties": true,
        "properties": {
          "claimBoundary": {
            "type": "string"
          },
          "priceUsd": {
            "type": "string"
          },
          "product": {
            "type": "string"
          },
          "source": {
            "type": "string"
          }
        },
        "required": [
          "product",
          "source",
          "priceUsd",
          "claimBoundary"
        ],
        "type": "object"
      },
      "title": "URL Extract Result",
      "x402": {
        "path": "/v1/resultrail/extract",
        "priceUsd": "0.05"
      },
      "xpay": {
        "pricingTier": "url-extract-result",
        "suggestedPriceUsd": "0.05"
      }
    }
  ],
  "transport": "streamable-http",
  "url": "https://x402-resource-scanner.vercel.app/resultrail/mcp",
  "version": "0.1.0"
}