check_portfolio
ActiveTool of com.sibfly/ground-motion
Batch ground-motion for many US addresses in one call. Only covered addresses are billed ($0.40 each); misses and duplicate cells are free. If credits run out mid-batch the response status is 'insufficient_credits' and unbilled items are marked — top up (buy_credits) and retry them.
Parameters schema
{
"type": "object",
"required": [
"addresses"
],
"properties": {
"addresses": {
"type": "array",
"items": {
"type": "string"
},
"description": "up to 1000 US addresses (must be an ARRAY, not one string)"
},
"max_spend_usd": {
"type": "number",
"description": "hard budget cap: billing stops at this total; over-budget items come back skipped_for_budget"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
com.sibfly/ground-motion
https://github.com/james-sib/sibfly-api
1/7 registries