Stress-test a caller-supplied property price or assessment notice for one US add
Stress-test a caller-supplied property price or assessment notice for one US address against cited recorded-sales, parcel, permit, hazard, tax, zoning, legislation, and same-roll assessment-uniformity evidence in protest mode; Locus never creates or endorses a price, ARV, deal judgment, or investment score, and the result is charge-free if under two substantive sections resolve. npx @velinussage/locus-agent-skill add.
Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.
Endpoint
POST https://api.locus.report/api/locus-valuation-challenge
| Category | Market data |
|---|---|
| Provider host | api.locus.report |
| Networks | eip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp |
| Payment schemes | exact |
| Self-reported calls, 30 days | 5 from 2 payers (the provider's figure, not ours) |
Our checks, last 30 days
We never call tools that send, buy, move money or file anything, not even without paying.
Example input (from the provider)
{
"body": {
"address": "1 E Edenton St, Raleigh, NC 27601",
"noticeYear": 1970,
"proposedValue": 1,
"purpose": "purchase",
"source": "zestimate"
},
"bodyType": "json",
"method": "POST",
"type": "http"
}
Promised output schema (from the provider)
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"additionalProperties": false,
"properties": {
"address": {
"maxLength": 200,
"minLength": 5,
"type": "string"
},
"monthsBack": {
"maximum": 24,
"minimum": 1,
"type": "integer"
},
"noticeYear": {
"default": 1970,
"maximum": 9007199254740991,
"minimum": -9007199254740991,
"type": "integer"
},
"proposedValue": {
"exclusiveMinimum": 0,
"type": "number"
},
"purpose": {
"default": "purchase",
"enum": [
"purchase",
"protest"
],
"type": "string"
},
"radiusMeters": {
"maximum": 1500,
"minimum": 100,
"type": "integer"
},
"source": {
"enum": [
"zestimate",
"appraisal",
"bpo",
"own",
"assessment_notice"
],
"type": "string"
}
},
"required": [
"address",
"proposedValue",
"source",
"noticeYear",
"purpose"
],
"type": "object"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"method": {
"enum": [
"POST",
"PUT",
"PATCH"
],
"type": "string"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}