openaq-mcp-server
Find air-quality stations and read pollutant observations from government monitors via OpenAQ v3.
Package Details
@cyanheads/openaq-mcp-server
Package Arguments
Positional
runstart:stdioEnvironment Variables
OpenAQ v3 API key, sent as the X-API-Key header. Free from openaq.org.
https://api.openaq.org/v3OpenAQ v3 API base URL override (testing / proxy).
noneSet to 'duckdb' to enable DataCanvas SQL over large measurement series.
infoSets the minimum log level for output (e.g., 'debug', 'info', 'warn').
@cyanheads/openaq-mcp-server
Package Arguments
Positional
runstart:httpEnvironment Variables
OpenAQ v3 API key, sent as the X-API-Key header. Free from openaq.org.
https://api.openaq.org/v3OpenAQ v3 API base URL override (testing / proxy).
noneSet to 'duckdb' to enable DataCanvas SQL over large measurement series.
127.0.0.1The hostname for the HTTP server.
3010The port to run the HTTP server on.
/mcpThe endpoint path for the MCP server.
noneAuthentication mode to use: 'none', 'jwt', or 'oauth'.
infoSets the minimum log level for output (e.g., 'debug', 'info', 'warn').