api.locus.report
Run a free scan of local records, parcel rules, and risk signals. See what may affect a property
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": "BFK9TLC3edb13K6v4YyH3DwPb5DSUpkWvb7XnqCL9b4F"
},
"payTo": "FBVHMG5PTNW6sNd7uhZBsxhWkwJYRpgk34QcTgDpQdwV",
"amount": "10000",
"scheme": "exact",
"network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
"maxTimeoutSeconds": 60
}
],
"resource": {
"url": "https://api.locus.report/api/locus-unemployment",
"mimeType": "application/json",
"description": "County unemployment rate for an address. Perfect for: 'unemployment rate for an area', 'county jobless rate', 'BLS unemployment stats for an address', 'local labor market data'. Returns recent BLS Local Area Unemployment Statistics (county-level, not seasonally adjusted) with a 6-month trend for the resolved county. National. A reported statistic only - not an economy verdict. Charge-free when the address fails to resolve or the BLS fetch fails."
},
"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": {
"address": {
"type": "string",
"maxLength": 200,
"minLength": 5
},
"latitude": {
"type": "number",
"maximum": 90,
"minimum": -90
},
"longitude": {
"type": "number",
"maximum": 180,
"minimum": -180
}
},
"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": 1789337803,
"resourceUrl": "https://api.locus.report/api/locus-unemployment"
},
"signature": "0x84f63b51a6dd71d4ed5ea73c587a5c877b0309212d56742d7153b835e883dad535eaa3d77bb9f3e898256b1ae68d78c63004faf30791b9d4723c7950ba03ad971b",
"acceptIndex": 0
},
{
"format": "eip712",
"payload": {
"asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"payTo": "FBVHMG5PTNW6sNd7uhZBsxhWkwJYRpgk34QcTgDpQdwV",
"amount": "10000",
"scheme": "exact",
"network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
"version": 1,
"validUntil": 1789337803,
"resourceUrl": "https://api.locus.report/api/locus-unemployment"
},
"signature": "0xe57a99aee23e20836ee049a2f0faf273d5f5aee92bbbbd45cd415bec255315ba2c95ddd45ed8c3377613c4c7160d3091f25c9aae762e0336aa2523ed2d2425d91b",
"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": "GVJJ7rdGiXr5xaYbRwRbjfaJL7fmwRygFi1H6aGqDveb"
},
"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": {
"address": {
"type": "string",
"maxLength": 200,
"minLength": 5
},
"latitude": {
"type": "number",
"maximum": 90,
"minimum": -90
},
"longitude": {
"type": "number",
"maximum": 180,
"minimum": -180
}
},
"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": 1790107528,
"resourceUrl": "https://api.locus.report/api/locus-unemployment"
},
"signature": "0x87d207120452182f309a6493e8dab7871f3ee4cce826197118b078f9b854d7152978717b053b7a12b50524d7769f44a68ba724979b2f14d7cc11cf7c94d1e90f1b",
"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-22 20:04Z
- Last indexed by Roundhouse
- 2026-09-24 08:20Z
- Last enriched (probe, favicon, geo)
- 2026-09-13 22:15Z
- 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
No per-endpoint history for this service yet, so this is payments indexed to its PROVIDER's wallet over 30 days. Verified volume counts only settlements with an on-chain EIP-3009 marker.
Show the promptHide the prompt
Using Roundhouse, look up the x402 service api.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=api.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://api.locus.report/api/locus-unemployment, 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.