io.github.andrewschristison/pondlog-npn
NPM · @PONDLOG/MCP-NPN · SCANNED AUG 3
USA National Phenology Network MCP. Bloom, leaf-out, and flight timing from NPN observers.
Available components
How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →
Supply Chain Security87
- No malware found by supply-chain analysis.Pass
- Only part of the dependency tree could be resolved (97 of 101), so this covers what we could see, not the whole tree.Partial
- No install/post-install scripts declared.Pass
- Only part of the dependency tree could be resolved (97 of 101), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 82 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability69
- AI-judged instruction clarity (excellent).Pass
- Context-footprint check failed: tool/resource definitions use about 1576 tokens (~197/item across 8 items; 8 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management27
- Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 100% of tool parameters carry a description.Pass
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.
npm · @pondlog/mcp-npn
claude mcp add andrewschristison-pondlog-npn -- npx -y @pondlog/mcp-npn
codex mcp add andrewschristison-pondlog-npn -- npx -y @pondlog/mcp-npn
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"andrewschristison-pondlog-npn": {
"type": "local",
"command": [
"npx",
"-y",
"@pondlog/mcp-npn"
],
"enabled": true
}
}
} openclaw mcp add andrewschristison-pondlog-npn --command npx --arg -y --arg @pondlog/mcp-npn
mcp_servers:
andrewschristison-pondlog-npn:
command: "npx"
args: ["-y", "@pondlog/mcp-npn"] {
"mcpServers": {
"andrewschristison-pondlog-npn": {
"command": "npx",
"args": [
"-y",
"@pondlog/mcp-npn"
]
}
}
} Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.
- 3 Aug 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 23 to 27. That category is still filling its 30-day observation window: 7 days of observed history at the previous scan, 8 at this one. The score rises as the window fills, whether or not the server changes.
- 2 Aug 26 +49
- Provenance: unverified → fail ▼ security
- Install scripts: unverified → pass ▲ security
- Known CVEs: unverified → partial ▲ security
- Malware scan: unverified → pass ▲ security
- Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window). security
- Schema quality: unverified → excellent ▲ functional
- License: unverified → pass ▲ functional
- Dependency health: unverified → partial ▲ functional
- Maintenance: unverified → pass ▲ functional
- Stability: unverified → 0.23 ▲ functional
- MCP protocol: unverified → pass ▲ functional
- Licence: MIT functional
- 1 Aug 26 +13
- Security disclosure: unverified → fail ▼ functional
- Tool coverage: unverified → 100 ▲ functional
- 31 Jul 26 −20
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
- 30 Jul 26 −18
- Malware scan: pass → unverified ▼ security
- 27 Jul 26 43
First indexed and scored.
Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.
Captured 3 Aug 2026 · Analysed npm/@pondlog/[email protected]
Provenance none
Ecosystem: npm · Outcome: none
Dependencies 97 packages
97 packages in the resolved dependency tree · 97 deprecated · 29 stale.
The dependency tree was only partially resolved, so these counts may be incomplete.
The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.
get_active_phenology_nearby Recently Recorded Phenology Near Coordinates ~321
Place-aware shortcut: 'what phenology has been recorded near these coordinates?' Composes a WKT bounding box from coords+radius, finds NPN stations inside, haversine-filters to true radius, and returns the closest stations' site-level phenometric records over the requested years (sorted by most-recent meanLastYesDate). Each entry includes `distanceKm` from the query point. Note: NPN station coverage is patchy. Eastern US and Arizona are dense; the Pacific Northwest is sparser. Use `get_station_count_by_state` to gauge regional coverage. For raw observation records, use `get_observations`. For state-wide phenometric summaries, use `get_site_level_data`.
| Name | Type | Req | Description |
|---|---|---|---|
| lat | number | yes | WGS84 latitude in decimal degrees, between -90 and 90. Example: 48.118 for Port Angeles, WA. |
| lng | number | yes | WGS84 longitude in decimal degrees, between -180 and 180. Example: -123.4307 for Port Angeles, WA. |
| max_stations | integer | — | Maximum stations to query (closest first). Default 40, max 50. Cap exists because NPN's URL length limit caps repeated `station_id` parameters. |
| radius_km | number | yes | Search radius in km. Default 25. |
| years_back | integer | — | How many years of phenometric history to include. Default 2 (this year + last). Increase to 5 or 10 in regions with sparse coverage. |
No output schema declared.
No examples provided.
get_observations Get USA-NPN Phenology Status/Intensity Records ~279
Status / intensity observation records, individual observer reports of whether a phenophase was 'yes' (1), 'no' (0), or 'uncertain' (-1) on a given date. This is the rawest NPN data type. REQUIRES a year filter and at least one narrowing filter (species/station/state/genus/family/order/class). Unfiltered queries can return tens of MB. For 'is this in phenology now?' aggregated answers prefer `get_site_level_data`. For a place-aware 'what's recently active' shortcut prefer `get_active_phenology_nearby`.
| Name | Type | Req | Description |
|---|---|---|---|
| phenophase_ids | array | — | Narrow to specific phenophases (e.g. 501 = open flowers, 371 = breaking leaf buds). Optional. |
| species_ids | array | — | Narrow to specific species. Optional. |
| states | array | — | Narrow to one or more US state postal codes. Optional. |
| station_ids | array | — | Narrow to specific NPN stations. Note: a single station-year of observations can be 80+ MB for prolific stations; combine with `species_ids` when possible. |
| years | array | yes | Calendar years to include, e.g. [2024] or [2023, 2024]. NPN data starts in 2009. Required. |
No output schema declared.
No examples provided.
get_site_level_data Get USA-NPN Site-Level Phenometric Summaries ~276
Per-site phenometric aggregates: for each (site, species, phenophase, year), returns the mean first/last 'yes' date (when phenophase began and ended on average across observed individuals). This is the right granularity for 'when do magnolias typically bloom in WA?', much smaller than `get_observations`. REQUIRES a year filter and at least one of species_ids/station_ids/states. Site-level dates are returned as both julian-day (mean*Julian) and ISO date (mean*Date). Sample size fields (firstYesSampleSize, lastYesSampleSize) tell you how many individuals contributed to the mean.
| Name | Type | Req | Description |
|---|---|---|---|
| phenophase_ids | array | — | Narrow to specific phenophase IDs. Optional. |
| species_ids | array | — | Narrow to specific species. Optional. |
| states | array | — | Narrow to one or more US state postal codes. Optional. |
| station_ids | array | — | Narrow to specific NPN stations. Note: parameter name is `station_id` (singular) on the wire, the tool handles that translation. |
| years | array | yes | Calendar years to include. NPN phenometric records typically lag by a year, 2024 is the most recent year with broad coverage as of 2026. Required. |
No output schema declared.
No examples provided.
get_station_count_by_state USA-NPN Station Count by State ~69
Returns the number of USA-NPN stations per US state (a quick map of NPN's geographic coverage). Useful for deciding which state to query for phenology data, eastern US states (NY, MA, ME) and Arizona have the densest coverage; Pacific Northwest is sparser.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
get_stations_by_location Find NPN Stations Inside a WKT Polygon ~164
Returns NPN stations inside a Well-Known Text polygon. NPN's spatial filter is WKT-based, not lat/lng/radius. WKT format example: 'POLYGON((-123.7 47.9, -123.0 47.9, -123.0 48.3, -123.7 48.3, -123.7 47.9))', coordinate pairs are 'lng lat', the polygon must close (first point repeated as last). For most use cases prefer `get_active_phenology_nearby` which builds the WKT from coords + radius internally.
| Name | Type | Req | Description |
|---|---|---|---|
| wkt | string | yes | Well-Known Text polygon string. Coordinate order is 'lng lat'. The polygon must close. |
No output schema declared.
No examples provided.
get_stations_in_state List NPN Stations in a US State ~134
List all USA-NPN observation stations in a given US state. Returns each station's NPN station_id, name, coordinates, and (when applicable) network ID. Pass `state_code` to narrow. NPN's unfiltered list is ~50,000 stations. Use station_ids returned here to filter `get_observations` or `get_site_level_data`.
| Name | Type | Req | Description |
|---|---|---|---|
| state_code | string | yes | US two-letter state postal code (e.g. 'WA', 'CA', 'NY'). Required for narrowing station and observation queries. NPN's unfiltered station list is ~50,000 records. |
No output schema declared.
No examples provided.
get_stations_with_species Find NPN Stations Observing Specific Species ~124
Returns all NPN stations that have observations for any of the given species. Use to answer 'where in the US can I find phenology data for saguaro?' Note: due to a known upstream NPN bug, some species (notably species_id=3, red maple) return an empty result; the tool surfaces these as empty arrays rather than errors.
| Name | Type | Req | Description |
|---|---|---|---|
| species_ids | array | yes | Array of NPN species IDs (at least one). Use `search_species` first to look IDs up. Example: [210] for saguaro. |
No output schema declared.
No examples provided.
search_species Search USA-NPN Species Catalog ~209
Search the USA-NPN species catalog (~1,900 species). Returns matching species with NPN species_id, scientific name, common name, kingdom (Plantae/Animalia/Fungi). Use this first to look up a species_id before calling other tools that take species filters. All filters are case-insensitive. Filters compound: passing query + kingdom narrows further.
| Name | Type | Req | Description |
|---|---|---|---|
| genus | string | — | Exact-match (case-insensitive) genus filter. Example: 'Acer' for maples, 'Quercus' for oaks. Optional. |
| kingdom | string | — | Kingdom filter. NPN data is dominated by Plantae (most phenology is plant-based) but also tracks Animalia (birds, insects, mammals) and a small set of Fungi. Optional. |
| query | string | — | Substring match against the common name OR scientific binomial. Example: 'maple' matches all maples; 'saguaro' matches saguaro cactus. Optional. |
No output schema declared.
No examples provided.