WebMCP Registry

estimate_max_bid

unverifiedv0.1

Show a tax-deed bid scenario, its cost deductions and editorial confidence factor in the calculator. Amounts are USD. Supply every cost assumption, including explicit zeros. The result is a planning estimate with unmodeled fees identified, not investment advice.

Updated 9/9/2026 · Created 9/9/2026

Input Schema

{
  "type": "object",
  "required": [
    "state",
    "resaleValue",
    "targetProfitPct",
    "resaleCostPct",
    "quietTitle",
    "survivingLiens",
    "holding",
    "acquisitionCosts",
    "confidence"
  ],
  "properties": {
    "state": {
      "enum": [
        "north-dakota",
        "florida",
        "california",
        "georgia",
        "texas",
        "michigan",
        "south-carolina",
        "ohio",
        "pennsylvania",
        "nevada",
        "washington",
        "north-carolina",
        "tennessee",
        "arkansas",
        "virginia",
        "kansas",
        "minnesota",
        "oklahoma"
      ],
      "type": "string"
    },
    "holding": {
      "type": "number",
      "maximum": 100000000,
      "minimum": 0,
      "multipleOf": 0.01,
      "description": "USD; enter an explicit cost assumption, including zero when appropriate."
    },
    "confidence": {
      "enum": [
        "high",
        "medium",
        "low",
        "red"
      ],
      "type": "string",
      "description": "Editorial confidence factors: 1, 0.85, 0.7, and 0.4 respectively."
    },
    "quietTitle": {
      "type": "number",
      "maximum": 100000000,
      "minimum": 0,
      "multipleOf": 0.01,
      "description": "USD; enter an explicit cost assumption, including zero when appropriate."
    },
    "resaleValue": {
      "type": "number",
      "maximum": 100000000,
      "minimum": 0,
      "multipleOf": 0.01,
      "description": "USD; enter an explicit cost assumption, including zero when appropriate."
    },
    "resaleCostPct": {
      "type": "number",
      "maximum": 100,
      "minimum": 0,
      "multipleOf": 0.01,
      "description": "Percent, from 0 to 100."
    },
    "survivingLiens": {
      "type": "number",
      "maximum": 100000000,
      "minimum": 0,
      "multipleOf": 0.01,
      "description": "USD; enter an explicit cost assumption, including zero when appropriate."
    },
    "targetProfitPct": {
      "type": "number",
      "maximum": 100,
      "minimum": 0,
      "multipleOf": 0.01,
      "description": "Percent, from 0 to 100."
    },
    "acquisitionCosts": {
      "type": "number",
      "maximum": 100000000,
      "minimum": 0,
      "multipleOf": 0.01,
      "description": "USD; enter an explicit cost assumption, including zero when appropriate."
    }
  },
  "additionalProperties": false
}

Full Contract

{
  "name": "estimate_max_bid",
  "description": "Show a tax-deed bid scenario, its cost deductions and editorial confidence factor in the calculator. Amounts are USD. Supply every cost assumption, including explicit zeros. The result is a planning estimate with unmodeled fees identified, not investment advice.",
  "inputSchema": {
    "type": "object",
    "required": [
      "state",
      "resaleValue",
      "targetProfitPct",
      "resaleCostPct",
      "quietTitle",
      "survivingLiens",
      "holding",
      "acquisitionCosts",
      "confidence"
    ],
    "properties": {
      "state": {
        "enum": [
          "north-dakota",
          "florida",
          "california",
          "georgia",
          "texas",
          "michigan",
          "south-carolina",
          "ohio",
          "pennsylvania",
          "nevada",
          "washington",
          "north-carolina",
          "tennessee",
          "arkansas",
          "virginia",
          "kansas",
          "minnesota",
          "oklahoma"
        ],
        "type": "string"
      },
      "holding": {
        "type": "number",
        "maximum": 100000000,
        "minimum": 0,
        "multipleOf": 0.01,
        "description": "USD; enter an explicit cost assumption, including zero when appropriate."
      },
      "confidence": {
        "enum": [
          "high",
          "medium",
          "low",
          "red"
        ],
        "type": "string",
        "description": "Editorial confidence factors: 1, 0.85, 0.7, and 0.4 respectively."
      },
      "quietTitle": {
        "type": "number",
        "maximum": 100000000,
        "minimum": 0,
        "multipleOf": 0.01,
        "description": "USD; enter an explicit cost assumption, including zero when appropriate."
      },
      "resaleValue": {
        "type": "number",
        "maximum": 100000000,
        "minimum": 0,
        "multipleOf": 0.01,
        "description": "USD; enter an explicit cost assumption, including zero when appropriate."
      },
      "resaleCostPct": {
        "type": "number",
        "maximum": 100,
        "minimum": 0,
        "multipleOf": 0.01,
        "description": "Percent, from 0 to 100."
      },
      "survivingLiens": {
        "type": "number",
        "maximum": 100000000,
        "minimum": 0,
        "multipleOf": 0.01,
        "description": "USD; enter an explicit cost assumption, including zero when appropriate."
      },
      "targetProfitPct": {
        "type": "number",
        "maximum": 100,
        "minimum": 0,
        "multipleOf": 0.01,
        "description": "Percent, from 0 to 100."
      },
      "acquisitionCosts": {
        "type": "number",
        "maximum": 100000000,
        "minimum": 0,
        "multipleOf": 0.01,
        "description": "USD; enter an explicit cost assumption, including zero when appropriate."
      }
    },
    "additionalProperties": false
  }
}

GET /api/tool/www.taxsaleatlas.com/tools/tax-deed-max-bid-calculator/estimate_max_bid