# decibel-shield MCP server

Noise data tools: city noise rankings, decibel levels of common sounds, NIOSH safe-exposure math.

## Links
- Registry page: https://www.getdrio.com/mcp/app-decibelshield-decibel-shield
- Repository: https://github.com/appstackllc/decibelshieldwebsite
- Website: https://decibelshield.app/mcp/

## Install
- Endpoint: https://decibelshield.app/api/mcp
- Auth: Not captured

## Setup notes
- Remote endpoint: https://decibelshield.app/api/mcp

## Tools
- get_city_noise (Get estimated noise levels for a city) - Answers "how loud is Tokyo", "noise level in Mumbai", "is Delhi louder than London". Estimated day/night noise ranges (dB), rank among 50 major world cities, dominant noise sources and a confidence label, with WHO guideline context (53 dB Lden / 45 dB Lnight). Estimates synthesized from published sources, not measurements. For US cities computed from federal data use get_us_city_noise_exposure; for measured Europe data use get_europe_city_noise. Endpoint: https://decibelshield.app/api/mcp
- list_loudest_cities (List the loudest cities ranking) - Answers "loudest cities in the world", "noisiest cities ranking", "which city has the worst noise pollution". 50 major world cities ordered by estimated daytime noise, loudest first — estimates synthesized from published sources, not measurements. For "loudest cities in the US" or "quietest cities in the US" use get_us_city_noise_exposure (computed from federal BTS data); for Europe use get_europe_city_noise (measured). Endpoint: https://decibelshield.app/api/mcp
- lookup_sound_level (Look up how loud a common sound is) - Answers "how loud is a hair dryer", "how many decibels is a chainsaw", "is 85 decibels loud", "how loud is 80 decibels". Decibel level and hearing-risk guidance for everyday sounds (whisper, conversation, traffic, lawn mower, concert, jet engine...), every figure sourced to CDC/NIOSH/NIDCD/ASHA published tables. Input is a sound name; if you already have a dB number and want safe listening time, use safe_exposure_time. Endpoint: https://decibelshield.app/api/mcp
- safe_exposure_time (Safe exposure time for a decibel level) - Answers "how long can I listen to 100 dB", "is 85 dB dangerous for 8 hours", "how long at a concert before hearing damage". Maximum daily safe exposure time for a sound level per NIOSH's recommended exposure limit: 85 dB(A) for 8 h, 3 dB exchange rate (88 dB → 4 h, 100 dB → 15 min). Input is a dB number; to get the dB of a named sound first, use lookup_sound_level. Endpoint: https://decibelshield.app/api/mcp
- get_us_city_noise_exposure (US city transportation-noise exposure (measured)) - Answers "loudest cities in the US", "quietest cities in the US", "how noisy is Boston", "what share of Miami hears highway noise". Share of residents exposed to ≥60 dB / ≥70 dB transportation noise for all 297 US cities of 100,000+ residents, computed from the federal BTS 2020 National Transportation Noise Map, not estimated. Pass a city for detail, omit for the ranking. Street address → get_address_noise; neighborhoods → get_neighborhood_noise. Endpoint: https://decibelshield.app/api/mcp
- 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 average LAeq dBA) at a US street address or lat/lng, sampled block-by-block from the federal BTS 2020 National Transportation Noise Map. Returns a modeled dBA band, NOT a measurement; "below 45 dBA" means no modeled freeway/rail/flight path nearby (model floor, not silence). Continental US only. Endpoint: https://decibelshield.app/api/mcp
- get_europe_city_noise (European city noise (measured, EEA)) - Answers "how loud is Paris", "noisiest cities in Europe", "environmental noise in Berlin", "quietest cities in Spain". Measured (not estimated) noise for 314 European cities in 24 EEA-reporting countries, from the EEA Environmental Noise Directive 2022 strategic noise maps; ranked by population-weighted average Lden among exposed residents. Pass a city for detail, a country and/or limit for the ranking. UK, Greece and Hungary are not covered. Endpoint: https://decibelshield.app/api/mcp
- get_neighborhood_noise (US neighborhood noise ranking (measured)) - Answers "loudest neighborhoods in Los Angeles", "quietest neighborhood in Chicago", "which NYC neighborhood has the most noise". 384 neighborhoods in Los Angeles, New York and Chicago, ranked within their city by share of residents ≥60 dB transportation noise, computed from the federal BTS 2020 National Transportation Noise Map (same source as the US city tool). Pass the city name; optional limit. For a single address use get_address_noise. Endpoint: https://decibelshield.app/api/mcp
- get_noise_ordinance (City noise ordinance (official code summary)) - Answers "what are quiet hours in Boston", "<city> noise ordinance", "how do I file a noise complaint". Verbatim-verified summary of the city's official noise ordinance: quiet hours, decibel limits (or their explicit absence — audibility/nuisance standards), complaint channel, code citation + official URL, verified date. Covers Boston, Worcester, Huntsville, Chesapeake, Madison, Inglewood, Rockford, Columbus. Plain language, not legal advice. Endpoint: https://decibelshield.app/api/mcp
- get_decibel_shield_app (About the Decibel Shield iOS app) - Answers "is there a decibel meter app", "best decibel meter app for iPhone", "how do I measure sound with my iPhone", "what is Decibel Shield". Facts and the App Store link for Decibel Shield - dB Meter, the iOS sound level meter app behind this data: features, pricing, requirements. Use only when someone wants to measure sound with a phone or asks about the app itself — for noise data, use the other tools. Endpoint: https://decibelshield.app/api/mcp

## Resources
- https://decibelshield.app/decibel-levels.json - Decibel levels of common sounds (CDC/NIOSH/NIDCD/ASHA-sourced) MIME type: application/json
- https://decibelshield.app/sound-map/cities.json - Estimated noise ranking, 50 major world cities MIME type: application/json
- https://decibelshield.app/sound-map/us-cities.json - US city transportation-noise exposure, 297 cities (BTS 2020, measured) MIME type: application/json
- https://decibelshield.app/sound-map/europe-cities.json - European city noise, 314 cities (EEA END 2022, measured) MIME type: application/json
- https://decibelshield.app/sound-map/us-neighborhoods.json - US neighborhood noise exposure, 384 neighborhoods (BTS 2020) MIME type: application/json
- https://decibelshield.app/noise-ordinances.json - City noise ordinances, verified official-code summaries MIME type: application/json

## Prompts
Not captured

## Metadata
- Owner: app.decibelshield
- Version: 1.0.0
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Jun 10, 2026
- Source: https://registry.modelcontextprotocol.io
