Back to Home
tyson-swetnam icon

airnow-mcp

Verified Safe

by tyson-swetnam

Overview

Provides an MCP server to query the AirNow API for current, historical, and forecast air quality data by zip code or geographic coordinates.

Installation

Run Command
node dist/index.js

Environment Variables

  • AIRNOW_API_KEY

Security Notes

The runtime code (`src/index.ts`) correctly retrieves the `AIRNOW_API_KEY` from environment variables, which is a good practice. However, the `PLAN.md` file, included in the source code analysis, explicitly lists a placeholder API key, which is a significant security risk as it could lead to accidental exposure of a real key if not handled with extreme care (e.g., if copied into a public repository). No direct `eval` or arbitrary code execution from user input was found, and API parameters are safely handled.

Similar Servers

Stats

Interest Score0
Security Score4
Cost ClassMedium
Avg Tokens5000
Stars0
Forks0
Last Update2025-12-03

Tags

air-qualityaqiapi-wrappermcp-serverdata-retrieval