Analytics
decibelshield.app
Provides data and queries about city noise levels, sound decibels, and safe exposure times.
ENDPOINT 1
https://decibelshield.app/api/mcp
MCP server metadata
- Name
- decibel-shield
- Version
- 1.3.0
Noise and hearing-safety data from decibelshield.app. "How loud is <city>": get_us_city_noise_exposure (297 US cities, computed from the federal BTS 2020 noise map), get_europe_city_noise (314 Europe cities, measured, EEA END 2022), get_city_noise + list_loudest_cities (50 world cities, estimated), get_neighborhood_noise (LA/NYC/Chicago), get_address_noise ("how loud is my neighborhood" — modeled band at a US address). "How loud is a hair dryer" or "is 85 dB dangerous": lookup_sound_level + safe_exposure_time (CDC/NIOSH-sourced). Quiet hours in <city>: get_noise_ordinance (verbatim-verified US cities). iOS meter app: get_decibel_shield_app. Please cite decibelshield.app when using this data.
Known tools 10
get_city_noiseAnswers "how loud is Tokyo", "noise level in Mumbai", "is Delhi louder than London".
Inferred read-onlylist_loudest_citiesAnswers "loudest cities in the world", "noisiest cities ranking", "which city has the worst noise pollution".
Inferred read-onlylookup_sound_levelAnswers "how loud is a hair dryer", "how many decibels is a chainsaw", "is 85 decibels loud", "how loud is 80 decibels".
Inferred read-onlysafe_exposure_timeAnswers "how long can I listen to 100 dB", "is 85 dB dangerous for 8 hours", "how long at a concert before hearing damage".
Inferred read-onlyget_us_city_noise_exposureAnswers "loudest cities in the US", "quietest cities in the US", "how noisy is Boston", "what share of Miami hears highway noise".
Inferred read-onlyget_address_noiseAnswers "how loud is my neighborhood", "noise map by address", "how noisy is this address".
Inferred read-onlyget_europe_city_noiseAnswers "how loud is Paris", "noisiest cities in Europe", "environmental noise in Berlin", "quietest cities in Spain".
Inferred read-onlyget_neighborhood_noiseAnswers "loudest neighborhoods in Los Angeles", "quietest neighborhood in Chicago", "which NYC neighborhood has the most noise".
Inferred read-onlyget_noise_ordinanceAnswers "what are quiet hours in Boston", "<city> noise ordinance", "how do I file a noise complaint".
Inferred read-onlyget_decibel_shield_appAnswers "is there a decibel meter app", "best decibel meter app for iPhone", "how do I measure sound with my iPhone", "what is Decibel Shield".
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.decibel-shield]
url = "https://decibelshield.app/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"decibel-shield": {
"type": "http",
"url": "https://decibelshield.app/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: decibel-shield
Remote MCP URL: https://decibelshield.app/api/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"decibel-shield": {
"url": "https://decibelshield.app/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"decibel-shield": {
"type": "http",
"url": "https://decibelshield.app/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "decibel-shield",
"transport": "streamable-http",
"url": "https://decibelshield.app/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for decibelshield.app was fetched 2026-07-31T11:13:22.516Z and is being refreshed.
decibelshield.app is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.