decibel-shield
D
decibel-shield
/get_address_noise

Modeled transportation noise at a US address

Answers "how loud is my neighborhood", "noise map by address", "how noisy is this address". Modeled transportation noise (road + rail + aircraft, 24-hour averag

liveunknown~5s typical
mcpdecibel-shield
$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-app-decibelshield-decibel-shield /get_address_noise for me.

Input

FieldTypeDescription
addressstringUS street address, e.g. "1600 Pennsylvania Ave NW, Washington DC"
latnumberLatitude (use with lng instead of an address)
lngnumberLongitude (use with lat)

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-app-decibelshield-decibel-shield","endpoint":"/get_address_noise","input":{}}'
cli
npx cracked-ai run -p mcp-app-decibelshield-decibel-shield -e /get_address_noise -i '{}'
mcp
run_tool({ provider: "mcp-app-decibelshield-decibel-shield", endpoint: "/get_address_noise", input: {} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.