api.locus.report

Research one property or compare a shortlist before a showing, offer, project, or tax appeal. Run free public-record checks, then buy deeper x402 reports with ready-to-run next steps.

InfraLiveeip155:8453Exactvia cdp
Calls · 30d
2→ 0%
This endpoint's own trailing-30-day call count, as published by the upstream catalog and snapshotted daily. 16 snapshots so far.
$79.45
Verified settled volume
454 settlements proven x402 by their on-chain EIP-3009 marker.
$0.010
Listed price
As published in the catalog. Always read the live 402 before paying.
2
Calls · 30d
Upstream's own call count for this endpoint, not ours.
2
Unique payers · 30d
Last called 2026-09-09 07:26Z
—
Upstream on-chain volume
Reported by the source catalog.
Paid to
0xf121fbecec43e1b616d47285851c20d5fc64431b

The wallet the 402 directs payment to. Its whole payment record — every payer, every chain — is on the merchant page.

Asset 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913

Provider

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://api.locus.report/api/locus-rebuild-cost-context",
    "mimeType": "application/json",
    "description": "Rebuild-cost PROXY for a county: single-family permit valuation per unit (Census Building Permits Survey) trended by the BLS construction-input PPI, returned as a $/sq ft range under a stated size assumption, floored at FEMA's $100 default. Perfect for: 'rough rebuild cost per square foot here', 'local construction cost context'. Labeled proxy, never a coverage amount or adequacy verdict. National. Free at /tools/call."
  },
  "extensions": {
    "bazaar": {
      "info": {
        "input": {
          "body": {
            "address": "1 E Edenton St, Raleigh, NC 27601"
          },
          "type": "http",
          "method": "POST",
          "bodyType": "json"
        },
        "output": {
          "type": "json",
          "example": {
            "ok": true,
            "geo": {
              "state": "NC",
              "county": "Wake County",
              "countyFips": "37183"
            },
            "kind": "rebuild_cost_context",
            "note": "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.",
            "point": {
              "latitude": 35.780418000003195,
              "longitude": -78.63910200000142
            },
            "status": "ok",
            "caveats": [
              "Insurers use licensed replacement-cost tools (for example Verisk 360Value) that price this specific structure; this proxy is a locality-level range for context only.",
              "Counties with few permits produce noisy figures; check singleFamilyUnits before relying on the range.",
              "Locus states no dwelling coverage amount and does not assess whether a policy is adequate."
            ],
            "permits": {
              "year": 2025,
              "singleFamilyUnits": 8392,
              "valuationPerUnitUsd": 283898,
              "reportedValuationUsd": 2382471290
            },
            "sources": [
              {
                "url": "https://www2.census.gov/econ/bps/County/co2025a.txt",
                "name": "U.S. Census Bureau Building Permits Survey, annual county file"
              },
              {
                "url": "https://fred.stlouisfed.org/series/WPUIP2311001",
                "name": "BLS Producer Price Index via FRED, WPUIP2311001"
              },
              {
                "url": "https://www.fema.gov/grants/tools/benefit-cost-analysis",
                "name": "FEMA Benefit-Cost Analysis default building replacement value"
              }
            ],
            "accessedAt": "2026-09-09T01:56:47.183Z",
            "verifyNext": [
              {
                "url": "https://api.locus.report/tools/list",
                "step": "Ask the insurer or agent for the replacement-cost estimate they rate on, and compare it with the parcel's heated area from locus_parcel_lookup."
              }
            ],
            "estimateBasis": "PROXY, not a replacement-cost estimate: county single-family permit valuation per unit (Census Building Permits Survey annual county file), trended by the BLS construction-input PPI, divided by an assumed 1,800 to 2,600 sq ft new-home size, floored at FEMA's $100/sq ft BCA default. Permit valuations are builder-declared and typically understate finished cost.",
            "proxyPerSqftUsd": {
              "low": 117,
              "high": 168
            },
            "assumedSqftRange": [
              1800,
              2600
            ],
            "constructionInputPpi": {
              "asOf": "2026-07-01",
              "latest": 344.861,
              "series": "WPUIP2311001 (BLS PPI, inputs to single-family residential construction)",
              "trendFactorSinceBpsYear": 1.068
            }
          }
        }
      },
      "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": 1790136980,
              "resourceUrl": "https://api.locus.report/api/locus-rebuild-cost-context"
            },
            "signature": "0xb5b41db4d34060e05528356e3e8a99c8c29a3e4045a9c07f14f762221d693c96050ed6e2bbbe3d28b49b7c60287821d2afda1e55803fddca92037e2bbb6872e11c",
            "acceptIndex": 0
          },
          {
            "format": "eip712",
            "payload": {
              "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
              "payTo": "FBVHMG5PTNW6sNd7uhZBsxhWkwJYRpgk34QcTgDpQdwV",
              "amount": "10000",
              "scheme": "exact",
              "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
              "version": 1,
              "validUntil": 1790136980,
              "resourceUrl": "https://api.locus.report/api/locus-rebuild-cost-context"
            },
            "signature": "0x0912f2bc4673bfafa659af47c0be991d02d1bb33e39f27eaea0002a2522c3ce07b9f07fdbd41653f199ec08e0ced553ed5cb230051d0c720dd0f3680e0a230ab1c",
            "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.

0.01USDC≈ $0.01 USD
on Base · exact scheme

Pay 0.01 USDC on Base to 0xf121…4431b. The signed payment is good for 1 minute.

USD Coin contract
0x8335…02913
Payment window
1 minute
As published
10000 smallest units
10000units
on solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp · exact scheme

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.

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": "BFK9TLC3edb13K6v4YyH3DwPb5DSUpkWvb7XnqCL9b4F"
    },
    "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}$"
          },
          "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": 1788938865,
            "resourceUrl": "https://api.locus.report/api/locus-rebuild-cost-context"
          },
          "signature": "0xcf9ca4522cbcce0357cd9f1d8df0b243002cde6308a89687fc2f64455a9963177f25f5517b20e9575e1ce23bae4d4c94489e129b6bcccdf936021edcaa40944e1c",
          "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-09 07:26Z
Last indexed by Roundhouse
2026-09-25 03:50Z
Last enriched (probe, favicon, geo)
2026-09-23 04:15Z
x402 version
2
Max timeout
60s
Liveness probe
HTTP 402
Report

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. 16 snapshots so far. Verified volume counts only settlements with an on-chain EIP-3009 marker.

Open skill.md
Show 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-rebuild-cost-context, 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.