Use after locus_lane_availability says this call has substance here
Use after locus_lane_availability says this call has substance here. Pre-decision due-diligence bundle for one street address (parcel, local-change, and bill/ordinance analysis). After x402 settlement or seller-escrow, parcelFacts may include the assessor owner-of-record name for the same exact parcel (cited, not a contact); optional context only frames the output. Not inspection, appraisal, valuation, screening, or legal advice. 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-before-you-sign
| Category | Everything else |
|---|---|
| Provider host | api.locus.report |
| Networks | eip155:1, eip155:10, eip155:130, eip155:1329, eip155:137, eip155:146, eip155:42161, eip155:43114, eip155:480, eip155:8453, eip155:999, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp |
| Payment schemes | exact |
| Self-reported calls, 30 days | 1 from 1 payers (the provider's figure, not ours) |
Our checks, last 30 days
| Day | Result | HTTP | Asked | Time |
|---|---|---|---|---|
| 2026-09-24 | valid payment request | 402 | $0.07 | 3556 ms |
Example input (from the provider)
{
"body": {
"address": "1 E Edenton St, Raleigh, NC 27601",
"includeCrime": false
},
"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"
},
"context": {
"maxLength": 600,
"minLength": 1,
"type": "string"
},
"followUp": {
"maxLength": 300,
"minLength": 1,
"type": "string"
},
"includeCrime": {
"default": false,
"type": "boolean"
},
"lookbackMonths": {
"maximum": 60,
"minimum": 1,
"type": "integer"
}
},
"required": [
"address",
"includeCrime"
],
"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"
}