73
/ 100
17 days ago
glama

Waze MCP Server

Provides Waze routing and travel-time tools to MCP clients, enabling travel time queries, route alternatives, and address geocoding without an API key.

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.

Install from

M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.

// key findings
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
Open source with a license and README
Anyone can audit the code, the license is declared, and the publisher documents what it does.
🔐
You'll be asked for 1 credential: WAZE_MCP_AUTH_TOKEN
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
configWAZE_MCP_REGIONEU Default region (US/NA/EU/IL/AU) when a call omits it
configWAZE_MCP_TIMEOUT60 Per-request timeout (seconds) to Waze
configWAZE_MCP_CACHE_TTL60 Seconds to cache identical lookups (0 disables)
configWAZE_MCP_TRANSPORTstdio Default transport (stdio/streamable-http/sse)
configWAZE_MCP_HOST/ WAZE_MCP_PORT 127.0.0.1 / 8000 HTTP bind address
configWAZE_MCP_PORTWAZE_MCP_HOST / 127.0.0.1 / 8000 HTTP bind address
🔐 secretWAZE_MCP_AUTH_TOKENIf set, HTTP requests must send Authorization: Bearer <token>
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// improvement guidance — verified publishers only
We have 3 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/semichcsc-byte-waze-mcp-x4bk2e)](https://m8ven.ai/mcp/semichcsc-byte-waze-mcp-x4bk2e)
commit: 43f8b390b1a7527da2c4786d73c550098f257742
code hash: ab2b1525121e260d301eaebb3ab836bed45722caa7679a76c637cd4b0c108f39
verified: 6/20/2026, 9:12:35 AM
view raw JSON →