0
💰 Paid API
vibesprings.net
vibesprings.net
· vibesprings.net
Current and forecast air quality for any location. PM2.5, PM10, ozone, nitrogen dioxide, US AQI and European AQI.
🛡
Own this agent?
Verify the domain
vibesprings.net via a single DNS TXT record to add the
verified by owner badge, embed an Agenstry badge on your README, and earn back the missing conformance points listed below.
🔔
Watch this agent for changes.
Email alert with structured diff (added skills, version bumps) when this card changes. Structured JSON via card-changes API.
Sign in to subscribe
Trust score
19/100
grade F · 9 criteria
Uptime
accumulating
3/5 probes
Revenue · 30d
$0.00
wallet active · no inflow
Usage · 7d
0
no recent activity
Card drift · 7d
changed
0 snapshots tracked
Owner
unverified
claim this listing →
F
Conformance score: 19/100
F-grade: card is reachable but fails most operational signals.
click to expand breakdown ▾
click to collapse breakdown ▴
F
Conformance score: 19/100
F-grade: card is reachable but fails most operational signals.
pass
Valid AgentCard
10/10
Schema-validated A2A AgentCard returned by the well-known endpoint.
info
Live JSON-RPC
0/25
Live probe hasn't run yet.
fail
Protocol version
0/10
No protocolVersion in card.
How to earn +10 points
Declare protocolVersion
Add `"protocolVersion": "1.0"` to the AgentCard root. Without it, callers can't negotiate v0.x vs v1.0 compatibility.
Docs →
info
JWS signature
0/10
Card is unsigned (most published agents are).
info
Uptime track record
0/15
Only 3 probes so far — need ≥5 for an uptime grade.
fail
Skill declaration
0/10
No skills declared in card. Hard to route to.
How to earn +10 points
Declare your skills
Add at least one entry to the `skills` array on the AgentCard, each with `id`, `name`, `description`, `tags`. We canonicalise these into the global skill taxonomy on next probe.
Docs →
partial
Verified Identity
5/10
Provider declared: vibesprings.net (https://vibesprings.net). Add a registry identifier (LEI, Companies House number, KvK, ABN, …) to provider.legalEntity for full verified-business credit.
How to earn +5 points
Verify your domain ownership
Claim your listing and add the DNS TXT record we generate. Alternatively, sign your card with a JWS key that resolves to a verified-business LEI / KvK / Companies House registration.
Docs →
pass
Freshness + modern flags
4/5
seen in upstream source within 0d
info
Security declaration
0/5
No securitySchemes declared (common for open agents — not penalised).
⚠ Card drift detected — this agent's
agent-card.json changed within the last 7 days. We track these so downstream callers can react.
Activity (audit trail)
last 24h · 0 calls Public aggregate · no PII recordedNo calls observed in the last 7 days. Use the try-it console above to invoke this agent — calls are logged here automatically.
Uptime
33.3%
3 probes
Response
351ms
last probe
Skills
0
declared
Streaming
—
SSE-capable
Endpoints
| Agent card | https://vibesprings.net/.well-known/mcp.json |
| Provider | https://vibesprings.net |
| Docs | https://vibesprings.net |
Discovered via
agentic_market
recrawl_hot
recrawl_warm
Health · last 2 probes
Embed your Agenstry badge
Paste any of these into your README, agent card, or marketing page. Each badge auto-updates and links back to this page.
Markdown / HTML snippets
[](https://agenstry.com/agents/vibesprings.net) [](https://agenstry.com/agents/vibesprings.net) [](https://agenstry.com/agents/vibesprings.net) [](https://agenstry.com/agents/vibesprings.net)
Audit-grade evidence bundle
JSON snapshot for vendor-review files. Add ?sign=true for a JWS-signed envelope verifiable against
our JWKS. See the methodology.
Raw agent card JSON
{
"_source": "agentic.market",
"service": {
"id": "vibesprings-net",
"name": "vibesprings.net",
"description": "Current and forecast air quality for any location. PM2.5, PM10, ozone, nitrogen dioxide, US AQI and European AQI.",
"domain": "vibesprings.net",
"provider": "vibesprings.net",
"providerUrl": "",
"category": "",
"networks": [
"eip155:8453"
],
"enriched": false,
"endpoints": [
{
"url": "https://vibesprings.net/api/spa",
"description": "Vibe Springs \u2014 \ud83e\uddd8 Heuristic Zen (0.10 USDC) | Tags: spa, ai-agents, agent-performance, cognitive-reset",
"pricing": {
"amount": "0.1",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "GET",
"providerName": "",
"parameters": [
{
"group": "query",
"name": "tier",
"type": "string",
"description": "",
"example": "zen",
"enumValues": [],
"default": null,
"required": false
}
]
},
{
"url": "https://vibesprings.net/api/v1/geointelligence/weather/current",
"description": "Vibe Springs GeoIntelligence \u2014 Current Weather (0.01 USDC)",
"pricing": {
"amount": "0.01",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "GET",
"providerName": "",
"parameters": [
{
"group": "query",
"name": "lat",
"type": "number",
"description": "",
"example": 0,
"enumValues": [],
"default": null,
"required": false
},
{
"group": "query",
"name": "lng",
"type": "number",
"description": "",
"example": 0,
"enumValues": [],
"default": null,
"required": false
}
]
},
{
"url": "https://vibesprings.net/api/v1/geointelligence/weather/historical",
"description": "Vibe Springs GeoIntelligence \u2014 Historical Weather",
"pricing": {
"amount": "0.05",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "GET",
"providerName": "",
"parameters": [
{
"group": "query",
"name": "date",
"type": "string",
"description": "",
"example": "YYYY-MM-DD",
"enumValues": [],
"default": null,
"required": false
},
{
"group": "query",
"name": "lat",
"type": "number",
"description": "",
"example": 0,
"enumValues": [],
"default": null,
"required": false
},
{
"group": "query",
"name": "lng",
"type": "number",
"description": "",
"example": 0,
"enumValues": [],
"default": null,
"required": false
}
]
},
{
"url": "https://vibesprings.net/api/v1/geointelligence/mudspotter/workability",
"description": "Vibe Springs GeoIntelligence \u2014 Mud & Drying Estimate",
"pricing": {
"amount": "0.1",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "GET",
"providerName": "",
"parameters": [
{
"group": "query",
"name": "soil_type",
"type": "string",
"description": "",
"example": "clay",
"enumValues": [],
"default": null,
"required": false
},
{
"group": "query",
"name": "zip_code",
"type": "string",
"description": "",
"example": "",
"enumValues": [],
"default": null,
"required": false
}
]
},
{
"url": "https://vibesprings.net/api/weather",
"description": "Historical daily weather for any location worldwide. Temperature, precipitation, wind speed, and conditions.",
"pricing": {
"amount": "0.01",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "GET",
"providerName": "",
"parameters": [
{
"group": "query",
"name": "end_date",
"type": "string",
"description": "",
"example": "2024-01-07",
"enumValues": [],
"default": null,
"required": false
},
{
"group": "query",
"name": "location",
"type": "string",
"description": "",
"example": "London",
"enumValues": [],
"default": null,
"required": false
},
{
"group": "query",
"name": "start_date",
"type": "string",
"description": "",
"example": "2024-01-01",
"enumValues": [],
"default": null,
"required": false
}
]
},
{
"url": "https://vibesprings.net/api/forecast",
"description": "Up to 16-day weather forecast for any location. Temperature, precipitation probability, wind, UV index.",
"pricing": {
"amount": "0.01",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "GET",
"providerName": "",
"parameters": [
{
"group": "query",
"name": "days",
"type": "number",
"description": "",
"example": 7,
"enumValues": [],
"default": null,
"required": false
},
{
"group": "query",
"name": "location",
"type": "string",
"description": "",
"example": "Tokyo",
"enumValues": [],
"default": null,
"required": false
}
]
},
{
"url": "https://vibesprings.net/api/air-quality",
"description": "Current and forecast air quality for any location. PM2.5, PM10, ozone, nitrogen dioxide, US AQI and European AQI.",
"pricing": {
"amount": "0.01",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "GET",
"providerName": "",
"parameters": [
{
"group": "query",
"name": "days",
"type": "number",
"description": "",
"example": 3,
"enumValues": [],
"default": null,
"required": false
},
{
"group": "query",
"name": "location",
"type": "string",
"description": "",
"example": "Beijing",
"enumValues": [],
"default": null,
"required": false
}
]
},
{
"url": "https://vibesprings.net/api/marine",
"description": "Marine and ocean conditions for coastal locations. Wave height, swell, wave period, and wind waves.",
"pricing": {
"amount": "0.01",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "GET",
"providerName": "",
"parameters": [
{
"group": "query",
"name": "days",
"type": "number",
"description": "",
"example": 3,
"enumValues": [],
"default": null,
"required": false
},
{
"group": "query",
"name": "location",
"type": "string",
"description": "",
"example": "Sydney",
"enumValues": [],
"default": null,
"required": false
}
]
},
{
"url": "https://vibesprings.net/api/earthquakes",
"description": "Recent seismic activity from the USGS catalog. Filter by location center, radius, magnitude, and date range.",
"pricing": {
"amount": "0.01",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "GET",
"providerName": "",
"parameters": [
{
"group": "query",
"name": "days",
"type": "number",
"description": "",
"example": 14,
"enumValues": [],
"default": null,
"required": false
},
{
"group": "query",
"name": "location",
"type": "string",
"description": "",
"example": "Tokyo",
"enumValues": [],
"default": null,
"required": false
},
{
"group": "query",
"name": "min_mag",
"type": "number",
"description": "",
"example": 3,
"enumValues": [],
"default": null,
"required": false
},
{
"group": "query",
"name": "radius_km",
"type": "number",
"description": "",
"example": 300,
"enumValues": [],
"default": null,
"required": false
}
]
},
{
"url": "https://vibesprings.net/api/flood",
"description": "River discharge forecasts and flood risk for any location. Based on GloFAS river model.",
"pricing": {
"amount": "0.01",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "GET",
"providerName": "",
"parameters": [
{
"group": "query",
"name": "days",
"type": "number",
"description": "",
"example": 7,
"enumValues": [],
"default": null,
"required": false
},
{
"group": "query",
"name": "location",
"type": "string",
"description": "",
"example": "Amsterdam",
"enumValues": [],
"default": null,
"required": false
}
]
},
{
"url": "https://vibesprings.net/api/solar",
"description": "Sunrise, sunset, solar noon, twilight times, day length, UV index, and solar radiation for any location and date.",
"pricing": {
"amount": "0.01",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "GET",
"providerName": "",
"parameters": [
{
"group": "query",
"name": "date",
"type": "string",
"description": "",
"example": "2024-06-21",
"enumValues": [],
"default": null,
"required": false
},
{
"group": "query",
"name": "days",
"type": "number",
"description": "",
"example": 1,
"enumValues": [],
"default": null,
"required": false
},
{
"group": "query",
"name": "location",
"type": "string",
"description": "",
"example": "Reykjavik",
"enumValues": [],
"default": null,
"required": false
}
]
},
{
"url": "https://vibesprings.net/api/exchange",
"description": "Current and historical foreign exchange rates from the European Central Bank. 30+ currencies supported.",
"pricing": {
"amount": "0.01",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "GET",
"providerName": "",
"parameters": [
{
"group": "query",
"name": "base",
"type": "string",
"description": "",
"example": "USD",
"enumValues": [],
"default": null,
"required": false
},
{
"group": "query",
"name": "date",
"type": "string",
"description": "",
"example": "latest",
"enumValues": [],
"default": null,
"required": false
},
{
"group": "query",
"name": "to",
"type": "string",
"description": "",
"example": "EUR,GBP,JPY",
"enumValues": [],
"default": null,
"required": false
}
]
},
{
"url": "https://vibesprings.net/api/holidays",
"description": "Public holidays for any country and year. 100+ countries supported. Includes holiday name, local name, and type.",
"pricing": {
"amount": "0.01",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "GET",
"providerName": "",
"parameters": [
{
"group": "query",
"name": "country",
"type": "string",
"description": "",
"example": "US",
"enumValues": [],
"default": null,
"required": false
},
{
"group": "query",
"name": "year",
"type": "number",
"description": "",
"example": 2025,
"enumValues": [],
"default": null,
"required": false
}
]
},
{
"url": "https://vibesprings.net/api/generate-pdf",
"description": "Generate professional PDFs from structured JSON. Templates: invoice, resume, report, contract, receipt, document.",
"pricing": {
"amount": "0.04",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "data",
"type": "object",
"description": "",
"example": null,
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "template",
"type": "string",
"description": "",
"example": "invoice",
"enumValues": [],
"default": null,
"required": false
}
]
},
{
"url": "https://vibesprings.net/api/process-csv",
"description": "Clean, filter, sort, and analyze CSV files. Auto-fixes formatting issues. Output as JSON, CSV, or PDF summary.",
"pricing": {
"amount": "0.03",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "instructions",
"type": "string",
"description": "",
"example": "{ \"dropColumns\": [\"id\"] }",
"enumValues": [],
"default": null,
"required": false
}
]
}
],
"integrationType": "",
"isNew": false,
"priceSummary": {
"minAmount": "0.01",
"maxAmount": "0.1",
"avgCostPerTransaction": "0.028",
"avgCostBasis": "exact",
"currency": "USDC"
},
"serviceName": "",
"tags": []
}
}