B
Bucky
/getFeasibilitySnapshot
Get feasibility snapshot for an address
Look up what can be built at a specific street address in Canada or the US. Returns the lot (area, width, depth), its zone and permitted uses, and the building
liveverifiedunknown~5s typical
mcpprobedbucky
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-com-buckybuild-bucky /getFeasibilitySnapshot for me.
Input
| Field | Type | Description |
|---|---|---|
| address* | string | Street address to analyse, e.g. "4170 Sophia St, Vancouver BC". |
| source* | string (zoning_lookup | lot_dimensions | setback_lookup | height_limit_lookup | full) | Which question the caller is answering. Used for attribution and to pick the link back; th default "full" |
| context* | string | Explain why you are calling this tool and how it fits into the user's overall goal. This p |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"mcp-com-buckybuild-bucky","endpoint":"/getFeasibilitySnapshot","input":{"address":"...","source":"full","context":"..."}}'cli
npx cracked-ai run -p mcp-com-buckybuild-bucky -e /getFeasibilitySnapshot -i '{"address":"...","source":"full","context":"..."}'mcp
run_tool({ provider: "mcp-com-buckybuild-bucky", endpoint: "/getFeasibilitySnapshot", input: {"address":"...","source":"full","context":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.