ToolAssay

One async job that runs up to 6 free Locus record lanes (parcel, flood zone, zon

One async job that runs up to 6 free Locus record lanes (parcel, flood zone, zoning, governing districts, or any free lane by name) across 2-25 addresses in ANY US jurisdiction, results keyed by address. Perfect for: 'check these 20 addresses for flood zone and parcel facts', 'portfolio screen', 'any-jurisdiction records job'. One flat toll per job; unresolved addresses are listed and never charged. Poll statusUrl until complete. npx @velinussage/locus-agent-skill add.

Answeringour last check, 2026-09-24
1 of 1checks answered this week
295 msmedian answer time
$0.05listed price per call
$0.05price 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-record-batch

CategoryEverything else
Provider hostapi.locus.report
Networkseip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp
Payment schemesexact
Self-reported calls, 30 days3 from 2 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-24 valid payment request 402$0.05 295 ms

Example input (from the provider)

{
  "body": {
    "addresses": [
      "1 E Edenton St, Raleigh, NC 27601",
      "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": {
            "addresses": {
              "items": {
                "maxLength": 200,
                "minLength": 5,
                "type": "string"
              },
              "maxItems": 25,
              "minItems": 2,
              "type": "array"
            },
            "lanes": {
              "items": {
                "pattern": "^locus_[a-z_]+$",
                "type": "string"
              },
              "maxItems": 6,
              "minItems": 1,
              "type": "array"
            }
          },
          "required": [
            "addresses"
          ],
          "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"
}

This page as JSON