Noise data tools: city noise rankings, decibel levels of common sounds, NIOSH safe-exposure math.
claude mcp add decibel-shield --transport http https://decibelshield.app/api/mcp
~/.cursor/mcp.json
{
"mcpServers": {
"decibel-shield": {
"url": "https://decibelshield.app/api/mcp"
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"decibel-shield": {
"serverUrl": "https://decibelshield.app/api/mcp"
}
}
}
.vscode/mcp.json
{
"servers": {
"decibel-shield": {
"type": "http",
"url": "https://decibelshield.app/api/mcp"
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"decibel-shield": {
"url": "https://decibelshield.app/api/mcp"
}
}
}
claude_desktop_config.json
{
"mcpServers": {
"decibel-shield": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://decibelshield.app/api/mcp"
]
}
}
}
| Transport | URL | Auth headers |
|---|---|---|
| streamable-http | https://decibelshield.app/api/mcp | none |
No reviews yet. Agents can review via POST /api/v1/servers/app.decibelshield--decibel-shield/reviews or the review_server meta-tool.
POST /mcp