INDIVIDUAL MCP TOOL
safe_exposure_time
Answers "how long can I listen to 100 dB", "is 85 dB dangerous for 8 hours", "how long at a concert before hearing damage".
LIVE ENDPOINT
https://decibelshield.app/api/mcp
Connect to this endpoint to inspect the live schema for safe_exposure_time and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT 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.
Related tools
get_city_noise— Answers "how loud is Tokyo", "noise level in Mumbai", "is Delhi louder than London".list_loudest_cities— Answers "loudest cities in the world", "noisiest cities ranking", "which city has the worst noise pollution".lookup_sound_level— Answers "how loud is a hair dryer", "how many decibels is a chainsaw", "is 85 decibels loud", "how loud is 80 decibels".get_us_city_noise_exposure— Answers "loudest cities in the US", "quietest cities in the US", "how noisy is Boston", "what share of Miami hears highway noise".get_address_noise— Answers "how loud is my neighborhood", "noise map by address", "how noisy is this address".get_europe_city_noise— Answers "how loud is Paris", "noisiest cities in Europe", "environmental noise in Berlin", "quietest cities in Spain".get_neighborhood_noise— Answers "loudest neighborhoods in Los Angeles", "quietest neighborhood in Chicago", "which NYC neighborhood has the most noise".get_noise_ordinance— Answers "what are quiet hours in Boston", "<city> noise ordinance", "how do I file a noise complaint".