What do public records show here, and which record confirms each reading?
What do public records show here, and which record confirms each reading? Locus fetches its own cited records - parcel, transfers, zoning, permits, flood, soil, legislation - and writes hedged prose in a guardrail. Every reading names its confirming record; never a value, a person's motive, or a buildability call. The optional `question` is read for two enum signals, echoed in `questionUse`. 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-practitioner-read
| Category | Everything else |
|---|---|
| Provider host | api.locus.report |
| Networks | eip155:8453 |
| Payment schemes | exact |
| Self-reported calls, 30 days | 25 from 3 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"
},
"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"
},
"persona": {
"enum": [
"buyer",
"owner",
"seller",
"investor",
"renter",
"lender",
"developer",
"commercial_tenant"
],
"type": "string"
},
"question": {
"maxLength": 300,
"type": "string"
},
"radiusMeters": {
"maximum": 1500,
"minimum": 100,
"type": "integer"
}
},
"required": [
"address"
],
"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"
}