Property bill and ordinance analysis for agents
Property bill and ordinance analysis for agents. Accepts address, ZIP, city, or county, then resolves governing jurisdictions for bills, agendas, ordinances, zoning, tax, fee, bond, housing, and permit-change artifacts. Never legal advice, political advice, or forecasts. npx @velinussage/locus-agent-skill add.
Answeringour last check, 2026-09-24
1 of 1checks answered this week
276 msmedian answer time
$0.07listed price per call
$0.07price it asked us
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-local-policy-brief
| 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 | 276 ms |
Example input (from the provider)
{
"body": {
"intent": "homebuyer_due_diligence",
"maxSignals": 7,
"place": "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": {
"context": {
"maxLength": 600,
"minLength": 1,
"type": "string"
},
"followUp": {
"maxLength": 300,
"minLength": 1,
"type": "string"
},
"intent": {
"enum": [
"renter_due_diligence",
"homebuyer_due_diligence",
"small_business_siting",
"community_organizer_journalist"
],
"type": "string"
},
"lookbackMonths": {
"maximum": 60,
"minimum": 1,
"type": "integer"
},
"maxSignals": {
"default": 7,
"maximum": 12,
"minimum": 1,
"type": "integer"
},
"place": {
"minLength": 1,
"type": "string"
}
},
"required": [
"place",
"intent",
"maxSignals"
],
"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"
}