locus.report
Parcel facts for an address or jurisdiction-scoped parcel id. Perfect for: 'what is the lot size / acreage of this property', 'year built for an address', 'land use / zoning class of a parcel', 'look up parcel details'. Returns cited, PII-safe land use, acreage, year built, and legal jurisdiction from wired official sources. Owner/mailing never returned; assessed value, last sale, and tax are in paid reports. Charge-free when no parcel resolves.
The wallet the 402 directs payment to. Its whole payment record — every payer, every chain — is on the merchant page.
Asset 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913
The payTo wallet does not resolve to a registered ERC-8004 agent. That is not a verdict on the service — most of the catalog is unregistered.
Live 402 challenge
Captured by the enrichment pass, not read just now. Prices can change — always read the 402 the endpoint answers with.
{
"error": "PAYMENT-SIGNATURE header is required",
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2",
"assetTransferMethod": "eip3009"
},
"payTo": "0xF121fbeceC43e1B616D47285851c20d5fC64431b",
"amount": "10000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 60
},
{
"asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"extra": {
"feePayer": "D6ZhtNQ5nT9ZnTHUbqXZsTx5MH2rPFiBBggX4hY1WePM"
},
"payTo": "FBVHMG5PTNW6sNd7uhZBsxhWkwJYRpgk34QcTgDpQdwV",
"amount": "10000",
"scheme": "exact",
"network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
"maxTimeoutSeconds": 60
}
],
"resource": {
"url": "https://locus.report/api/locus-parcel-lookup",
"mimeType": "application/json",
"description": "Parcel facts for an address or jurisdiction-scoped parcel id. Perfect for: 'what is the lot size / acreage of this property', 'year built for an address', 'land use / zoning class of a parcel', 'look up parcel details'. Returns cited, PII-safe land use, acreage, year built, and legal jurisdiction from wired official sources. Owner/mailing never returned; assessed value, last sale, and tax are in paid reports. Charge-free when no parcel resolves."
},
"extensions": {
"bazaar": {
"info": {
"input": {
"body": {
"address": "1 E Edenton St, Raleigh, NC 27601"
},
"type": "http",
"method": "POST",
"bodyType": "json"
},
"output": {
"type": "json",
"example": {
"note": "Cited public parcel facts (free). Awareness/diagnostic only. Full briefs are x402-paid. Agents can discover live free tools at https://api.locus.report/tools/list and paid tools, prices, and manifests at https://api.locus.report/.well-known/ai-tool/index.json.",
"parcel": {
"acreage": 6.19,
"landUse": "MUNC BLD",
"citation": {
"recordId": "1703790137",
"fetchedAt": "2026-09-23T01:08:43.569Z",
"sourceUrl": "https://www.wakegov.com/departments-government/tax-administration/data-files-statistics-and-reports/real-estate-property-data",
"sourceName": "Wake County - Real Estate / Parcels"
},
"parcelId": "1703790137",
"township": "Raleigh",
"landClass": "EXEMPT",
"unitCount": 0,
"yearBuilt": 1840,
"postalCity": "Raleigh",
"siteAddress": "1 E EDENTON ST",
"jurisdiction": {
"state": "NC",
"county": "Wake",
"municipality": "Raleigh"
},
"deedReference": {
"recordedDate": "1990-01-01"
},
"heatedAreaSqft": 40024,
"structureCount": 1,
"assessorAccountId": "0179249"
},
"parsed": {
"raw": "1 E Edenton St, Raleigh, NC 27601",
"zip": "27601",
"city": "RALEIGH",
"state": "NC",
"county": "WAKE",
"likePrefix": "1 E EDENTON",
"streetName": "E EDENTON",
"houseNumber": "1"
},
"address": "1 E Edenton St, Raleigh, NC 27601",
"caveats": [
"Parcel facts are public assessor/GIS records; verify details with the county or municipality.",
"County and town come from the parcel record or the property's official location (geocoded point + government boundaries), never the typed city; verify town limits / ETJ with the county or municipality.",
"Facts only - Locus does not judge the property and makes no suitability, value, or safety claim."
],
"summary": "MUNC BLD, built 1840, 6.19 ac.",
"centroid": {
"latitude": 35.78040969229891,
"longitude": -78.63909413459318
},
"coverage": "covered",
"resolved": true,
"citations": [
{
"recordId": "1703790137",
"fetchedAt": "2026-09-23T01:08:43.569Z",
"sourceUrl": "https://www.wakegov.com/departments-government/tax-administration/data-files-statistics-and-reports/real-estate-property-data",
"sourceName": "Wake County - Real Estate / Parcels"
}
],
"jurisdiction": {
"state": "NC",
"county": "Wake",
"municipality": "Raleigh"
},
"sourceStatus": "available",
"matchedSource": "us-nc-wake:parcels",
"candidateCount": 1,
"centroidCitation": {
"recordId": "1703790137",
"fetchedAt": "2026-09-23T01:08:43.569Z",
"sourceUrl": "https://www.wakegov.com/departments-government/tax-administration/data-files-statistics-and-reports/real-estate-property-data",
"sourceName": "Wake County - Real Estate / Parcels"
},
"centroidPrecision": "parcel"
}
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method",
"bodyType",
"body"
],
"properties": {
"body": {
"type": "object",
"properties": {
"state": {
"type": "string",
"maxLength": 2,
"minLength": 2
},
"county": {
"type": "string",
"maxLength": 80,
"minLength": 2
},
"address": {
"type": "string",
"minLength": 3
},
"parcelId": {
"type": "string",
"maxLength": 80,
"minLength": 1
},
"lookbackDays": {
"type": "number"
},
"radiusMeters": {
"type": "number"
},
"includeIncidents": {
"type": "boolean"
}
},
"additionalProperties": false
},
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"POST",
"PUT",
"PATCH"
],
"type": "string"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object"
}
}
}
}
}
},
"builder-code": {
"info": {
"a": "bc_vz5zyuko"
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"a": {
"type": "string",
"pattern": "^[a-z0-9_]{1,32}$",
"description": "App builder code"
},
"s": {
"type": "array",
"items": {
"type": "string",
"pattern": "^[a-z0-9_]{1,32}$"
},
"maxItems": 11,
"description": "Service builder codes"
},
"w": {
"type": "string",
"pattern": "^[a-z0-9_]{1,32}$",
"description": "Wallet builder code"
}
},
"additionalProperties": false
}
},
"offer-receipt": {
"info": {
"offers": [
{
"format": "eip712",
"payload": {
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"payTo": "0xF121fbeceC43e1B616D47285851c20d5fC64431b",
"amount": "10000",
"scheme": "exact",
"network": "eip155:8453",
"version": 1,
"validUntil": 1790219827,
"resourceUrl": "https://locus.report/api/locus-parcel-lookup"
},
"signature": "0x80505e9156e33bb66ec1000a6337021626e7ddb490b5dc0d463fc19a044f33cd0ca920a170f2e7b0258287901f607bc61f18f4623b39494d166271a247fea7aa1c",
"acceptIndex": 0
},
{
"format": "eip712",
"payload": {
"asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"payTo": "FBVHMG5PTNW6sNd7uhZBsxhWkwJYRpgk34QcTgDpQdwV",
"amount": "10000",
"scheme": "exact",
"network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
"version": 1,
"validUntil": 1790219827,
"resourceUrl": "https://locus.report/api/locus-parcel-lookup"
},
"signature": "0x0c34a47d1d6bfc867c45d131324b7b762354de9af52522a34a60920d1965bdb95e713f223e5c9708c4a379803fd027458a2ab03c73bad611126b72f2cb99785e1c",
"acceptIndex": 1
}
]
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"offers"
],
"properties": {
"offers": {
"type": "array",
"items": {
"type": "object",
"required": [
"format",
"signature"
],
"properties": {
"format": {
"type": "string"
},
"payload": {
"type": "object",
"required": [
"version",
"resourceUrl",
"scheme",
"network",
"asset",
"payTo",
"amount"
],
"properties": {
"asset": {
"type": "string"
},
"payTo": {
"type": "string"
},
"amount": {
"type": "string"
},
"scheme": {
"type": "string"
},
"network": {
"type": "string"
},
"version": {
"type": "integer"
},
"validUntil": {
"type": "integer"
},
"resourceUrl": {
"type": "string"
}
}
},
"signature": {
"type": "string"
},
"acceptIndex": {
"type": "integer"
}
}
}
}
}
}
},
"locus.freePreflight": {
"mcpUrl": "https://mcp.locus.report/mcp",
"version": 2,
"laneTool": "locus_lane_availability",
"skillUrl": "https://api.locus.report/.well-known/skill.md",
"skillInstall": "npx @velinussage/locus-agent-skill add",
"toolsCallUrl": "https://api.locus.report/tools/call",
"toolsListUrl": "https://api.locus.report/tools/list",
"recommendedTool": "locus_coverage_check",
"coverageBeforeCharge": true,
"unsupportedReturnsFreeDiagnostic": true
}
},
"x402Version": 2
}Accepts
The payment requirements as published to the catalog. Read the live 402 before paying — a price here is a claim, not a quote.
Pay 0.01 USDC on Base to 0xF121…4431b. The signed payment is good for 1 minute.
- Paid to
- 0xF121…4431b
- USD Coin contract
- 0x8335…02913
- Payment window
- 1 minute
- As published
- 10000 smallest units
That figure is in the token’s smallest units. Roundhouse does not hold this contract’s decimals, so it is shown as published rather than converted.
- Paid to
- FBVHMG…pQdwV
- Token contract
- EPjFWd…TDt1v
- Payment window
- 1 minute
The catalog’s raw entry
[
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2",
"assetTransferMethod": "eip3009"
},
"payTo": "0xF121fbeceC43e1B616D47285851c20d5fC64431b",
"amount": "10000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 60
},
{
"asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"extra": {
"feePayer": "Hc3sdEAsCGQcpgfivywog9uwtk8gUBUZgsxdME1EJy88"
},
"payTo": "FBVHMG5PTNW6sNd7uhZBsxhWkwJYRpgk34QcTgDpQdwV",
"amount": "10000",
"scheme": "exact",
"network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
"maxTimeoutSeconds": 60
}
]Extensions
{
"bazaar": {
"info": {
"input": {
"body": {
"address": "1 E Edenton St, Raleigh, NC 27601"
},
"type": "http",
"method": "POST",
"bodyType": "json"
},
"output": {
"type": "json",
"example": {
"id": "locus_example",
"caveats": [
"Example artifact; not live data."
],
"records": [],
"generatedAt": "2026-01-01T00:00:00.000Z"
}
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method",
"bodyType",
"body"
],
"properties": {
"body": {
"type": "object",
"properties": {
"state": {
"type": "string",
"maxLength": 2,
"minLength": 2
},
"county": {
"type": "string",
"maxLength": 80,
"minLength": 2
},
"address": {
"type": "string",
"minLength": 3
},
"parcelId": {
"type": "string",
"maxLength": 80,
"minLength": 1
},
"lookbackDays": {
"type": "number"
},
"radiusMeters": {
"type": "number"
},
"includeIncidents": {
"type": "boolean"
}
},
"additionalProperties": false
},
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"POST",
"PUT",
"PATCH"
],
"type": "string"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object"
}
}
}
}
}
},
"builder-code": {
"info": {
"a": "bc_vz5zyuko"
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"a": {
"type": "string",
"pattern": "^[a-z0-9_]{1,32}$",
"description": "App builder code"
},
"s": {
"type": "array",
"items": {
"type": "string",
"pattern": "^[a-z0-9_]{1,32}$"
},
"description": "Service builder codes"
},
"w": {
"type": "string",
"pattern": "^[a-z0-9_]{1,32}$",
"description": "Wallet builder code"
}
},
"additionalProperties": false
}
},
"offer-receipt": {
"info": {
"offers": [
{
"format": "eip712",
"payload": {
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"payTo": "0xF121fbeceC43e1B616D47285851c20d5fC64431b",
"amount": "10000",
"scheme": "exact",
"network": "eip155:8453",
"version": 1,
"validUntil": 1789415812,
"resourceUrl": "https://locus.report/api/locus-parcel-lookup"
},
"signature": "0x443d3e1f43442eed02be5e71bb08f90b1d63df35c64fb65ffbb0237d57fcf7961601a8e4360f74ebd0dcac974c5ea87ef93cf4f775835212bc28d0b65cb6853a1c",
"acceptIndex": 0
}
]
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"offers"
],
"properties": {
"offers": {
"type": "array",
"items": {
"type": "object",
"required": [
"format",
"signature"
],
"properties": {
"format": {
"type": "string"
},
"payload": {
"type": "object",
"required": [
"version",
"resourceUrl",
"scheme",
"network",
"asset",
"payTo",
"amount"
],
"properties": {
"asset": {
"type": "string"
},
"payTo": {
"type": "string"
},
"amount": {
"type": "string"
},
"scheme": {
"type": "string"
},
"network": {
"type": "string"
},
"version": {
"type": "integer"
},
"validUntil": {
"type": "integer"
},
"resourceUrl": {
"type": "string"
}
}
},
"signature": {
"type": "string"
},
"acceptIndex": {
"type": "integer"
}
}
}
}
}
}
},
"locus.freePreflight": {
"mcpUrl": "https://mcp.locus.report/mcp",
"version": 2,
"laneTool": "locus_lane_availability",
"skillUrl": "https://api.locus.report/.well-known/skill.md",
"skillInstall": "npx @velinussage/locus-agent-skill add",
"toolsCallUrl": "https://api.locus.report/tools/call",
"toolsListUrl": "https://api.locus.report/tools/list",
"recommendedTool": "locus_coverage_check",
"coverageBeforeCharge": true,
"unsupportedReturnsFreeDiagnostic": true
}
}Provenance
- Seen in the source catalog
- 2026-09-14 19:55Z
- Last indexed by Roundhouse
- 2026-09-24 12:20Z
- Last enriched (probe, favicon, geo)
- 2026-09-24 03:16Z
- x402 version
- 2
- Max timeout
- 60s
- Liveness probe
- HTTP 402
Hand this page to an agent
Copy the prompt and paste it into Claude, an MCP client or your own agent — it will vet this service and call it over the free read API. No key, no account.
GET api.roundhouseai.io/v0/endpoints
This endpoint's own trailing-30-day call count, as published by the upstream catalog and snapshotted daily. 30 snapshots so far. Verified volume counts only settlements with an on-chain EIP-3009 marker.
Show the promptHide the prompt
Using Roundhouse, look up the x402 service locus.report and tell me whether it is worth paying: what a call costs, whether the endpoint answered when last probed, and what its payment record actually shows. curl -s 'https://api.roundhouseai.io/v0/endpoints?q=locus.report' curl -s 'https://api.roundhouseai.io/v0/merchants/<the payTo wallet returned above>' Then call it: read the price from the live 402 at https://locus.report/api/locus-parcel-lookup, never from a cached figure, and pay with an x402 client. The /v0 API needs an API key (`authorization: Bearer rh_live_…`) on everything except /v0/unified* and /v0/endpoints. Mint a personal key for $0.01 at GET https://api.roundhouseai.io/v0/test/x402, or use an organization key from https://roundhouseai.io/dashboard/team. If you do not have Roundhouse tools or skills installed, read https://roundhouseai.io/skill.md first — it is the whole procedure.