How to Use the NoiseMeters API MCP in Windsurf
Connect the NoiseMeters API MCP Server to Windsurf and let Cascade autonomously audit decibel levels across your hardware fleet.
Works with every AI agent you already use
…and any MCP-compatible client
Connect NoiseMeters API MCP to Windsurf
Create your Vinkius account to connect NoiseMeters API to Windsurf and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Audit Historical Data with the MCP Server
The `get_noise_measurements` tool pulls historical decibel records for any specific instrument directly into your editor. Cascade reads your prompt, figures out which instrument needs checking, and grabs the exact timeframe you requested without requiring manual API testing. You don't have to write individual queries. Tell Windsurf to build a compliance report for last week's construction noise, and the agent chains the right calls together. It formats the data and drops it straight into your markdown or code files.
Track Live Decibel Spikes
Use the `get_live_noise_data` tool to fetch the most recent real-time noise level from a targeted sensor. This gives your agent immediate context on current site conditions while you write monitoring logic. If a site manager complains about volume, Cascade checks the live feed instantly. It grabs the current reading and compares it against your local threshold variables before writing the alert notification code.
Map Your Hardware Fleet
The `list_noise_instruments` tool maps out every noise monitoring instrument registered to your account. Windsurf uses this to understand your hardware topology before attempting to fetch data from specific locations. It pairs perfectly with the `check_api_status` tool. Cascade verifies the service is online, lists your active meters, and then starts pulling data—all in one smooth autonomous sequence.
Set up NoiseMeters API MCP in Windsurf
Prerequisites
- Windsurf IDE installed (macOS, Windows, or Linux)
- Active Vinkius subscription with a valid endpoint token
- 1
Open MCP configuration
Click the Cascade assistant icon in the sidebar, then click the hammer icon (🔨) at the top of the panel. Select "Configure" to open
~/.codeium/windsurf/mcp_config.json. - 2
Add the NoiseMeters API MCP
Paste the JSON snippet shown on the right into the
mcpServersobject. Replace[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. - 3
Refresh MCPs
Go back to the hammer icon (🔨) in Cascade and click "Refresh". Windsurf will detect the new server. No full restart is needed — the connection is hot-reloaded.
- 4
Verify in Cascade
Start a new Cascade conversation and ask something like "Show my NoiseMeters API payment history." If connected, Cascade will call the NoiseMeters API tools directly. You will see a green dot next to the server name in the MCP panel.
{
"mcpServers": {
"noisemeters-api-mcp": {
"url": "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
}
}
} Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by NoiseMeters. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.
Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about NoiseMeters API MCP in Windsurf
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the NoiseMeters API MCP today
We host it, we monitor it, we maintain it. You just paste one token.