Back to Home
infil00p icon

DriveBC_MCP

Verified Safe

by infil00p

Overview

Provides AI assistants with real-time BC highway conditions, road closures, and weather alerts via the Open511-DriveBC API.

Installation

Run Command
npm start

Security Notes

The server architecture is straightforward, using standard TypeScript practices and the Model Context Protocol SDK. It interacts with a public, unauthenticated API (Open511-DriveBC) and includes basic error handling, timeouts, and retries for API calls. Input validation for tool arguments is defined via JSON schema and further handled within the tool functions (e.g., region name validation, highway normalization). There are no detected uses of 'eval', direct child process execution without sanitization, or hardcoded sensitive credentials. The in-memory cache implementation is safe. Logging cache hits/misses to stderr is not a security flaw, but rather a minor operational detail. Overall, the codebase appears robust and secure for its intended purpose.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassMedium
Avg Tokens1500
Stars0
Forks0
Last Update2025-12-14

Tags

highway conditionsroad closuresweather alertsBC trafficMCP server