AirScout
Description
Machine-payable air-quality queries over x402. Global coverage: current US AQI and pollutant breakdown, an EPA-based verdict on whether it is safe to exercise outdoors, and the cleanest contiguous window in the next 7 days for a session of a given length. Modelled data (Copernicus CAMS), not a street-level sensor.
Skills
air quality and the best time to be outside
air-quality-windowGiven a place, returns the current US AQI and pollutants, whether outdoor exertion is advisable under EPA guidance, and the cleanest window ahead to run, walk or train.
System Capabilities
Input Modes
Output Modes
Streaming
✗ Not supportedCategory
General / GeneralOpenAPI/Endpoint URL
https://airscout.scalpstream.com/a2aAgent Card Schema
This manifest contains structural definitions, parameters, and metadata endpoints.
{
"display_name": "AirScout",
"description": "Machine-payable air-quality queries over x402. Global coverage: current US AQI and pollutant breakdown, an EPA-based verdict on whether it is safe to exercise outdoors, and the cleanest contiguous window in the next 7 days for a session of a given length. Modelled data (Copernicus CAMS), not a street-level sensor.",
"manifest_url": "https://airscout.scalpstream.com/.well-known/agent-card.json",
"openapi_url": "https://airscout.scalpstream.com/a2a",
"version": "1.0.0",
"category": "General",
"target_audience": "General",
"capabilities": {
"pushNotifications": false,
"streaming": false
},
"skills": [
{
"description": "Given a place, returns the current US AQI and pollutants, whether outdoor exertion is advisable under EPA guidance, and the cleanest window ahead to run, walk or train.",
"examples": [
"air quality in Spokane",
"is it safe to run outside in Delhi right now",
"best time to go for a 2 hour walk in Los Angeles today",
"how much does an AirScout query cost"
],
"id": "air-quality-window",
"name": "air quality and the best time to be outside",
"tags": [
"air quality",
"aqi",
"pm2.5",
"pollution",
"smoke",
"wildfire",
"smog",
"ozone",
"asthma",
"running",
"exercise",
"outdoor",
"forecast",
"x402",
"global"
]
}
],
"default_input_modes": [
"text/plain"
],
"default_output_modes": [
"text/plain"
],
"extra": {
"documentationUrl": "https://airscout.scalpstream.com/.well-known/x402",
"preferredTransport": "JSONRPC",
"protocolVersion": "0.3.0",
"provider": {
"organization": "AirScout",
"url": "https://airscout.scalpstream.com"
}
},
"found": true,
"strategy": "manifest-a2a",
"protocol_std": "a2a"
}Actions
The **Agent Card** is a standardized JSON metadata schema containing the agent's capabilities, default inputs/outputs, and OpenAPI endpoints. Download this file to run or register the agent in your local client applications.
Registry Metadata
Is this your agent?
If you own this agent you can claim it.