Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

io.github.andrewschristison/pondlog

NPM · @PONDLOG/MCP-PONDLOG · SCANNED AUG 3

Aggregate nature MCP. 8 sources: iNat, eBird, NOAA, USGS, NPN, Mushroom Observer, sky, garden.

+25 this week 67 Trust /100
Trust breakdown (6 categories)

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 Security88
  • No malware found by supply-chain analysis.Pass
  • Only part of the dependency tree could be resolved (104 of 108), 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 (104 of 108), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability65
  • AI-judged instruction clarity (excellent).Pass
  • Context-footprint check failed: tool/resource definitions use about 1654 tokens (~330/item across 5 items; 5 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
Install

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-pondlog

# add to Claude Code
claude mcp add andrewschristison-pondlog -- npx -y @pondlog/mcp-pondlog
# add to Codex CLI
codex mcp add andrewschristison-pondlog -- npx -y @pondlog/mcp-pondlog
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "andrewschristison-pondlog": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@pondlog/mcp-pondlog"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add andrewschristison-pondlog --command npx --arg -y --arg @pondlog/mcp-pondlog
# ~/.hermes/config.yaml
mcp_servers:
  andrewschristison-pondlog:
    command: "npx"
    args: ["-y", "@pondlog/mcp-pondlog"]
// mcp.json
{
  "mcpServers": {
    "andrewschristison-pondlog": {
      "command": "npx",
      "args": [
        "-y",
        "@pondlog/mcp-pondlog"
      ]
    }
  }
}
Changelog

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 +4
    • Stability: unverified → 0.27 functional
  • 2 Aug 26 +46
    • 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
    • Tool coverage: 100 → unverified functional
    • MCP protocol: unverified → pass functional
    • Maintenance: unverified → pass functional
    • License: unverified → pass functional
    • Schema quality: unverified → excellent functional
    • Dependency health: unverified → partial functional
    • Licence: MIT functional
  • 1 Aug 26 +12
    • Tool coverage: unverified → 100 functional
  • 31 Jul 26 −37
    • 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
    • Tool coverage: unverified → 100 functional
  • 28 Jul 26 −18
    • Tool coverage: 100 → unverified functional
    • First check of Schema quality: unverified functional
  • 27 Jul 26 42

    First indexed and scored.

Diagnostics

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 104 packages

104 packages in the resolved dependency tree · 101 deprecated · 30 stale.

The dependency tree was only partially resolved, so these counts may be incomplete.

MCP tools — 5 exposed · ~1,654 tokens

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.

Tool Tokens
get_nature_briefing ~574

Returns a complete nature briefing for a location, birds, wildlife, fungi, plants, tides, streamflow, night sky, and phenology stitched from seven data sources (iNaturalist, eBird, Mushroom Observer, NOAA, USGS, NPN, astronomy-engine) into one response. All seven sources are fetched in parallel; partial failures are reported in the `errors` array without crashing the briefing. This is the primary tool: one call replaces seven API integrations. For drilling into a single area, prefer the focused tools `get_nearby_wildlife`, `get_water_conditions`, `get_tonight_sky`, or `get_phenology`. Tides require a NOAA station id; streamflow requires a USGS site number, pass them in or set NOAA_STATION / USGS_SITE env vars. eBird requires a free API key (EBIRD_API_KEY env var or `ebird_api_key` input). Mushroom Observer needs no key.

NameTypeReqDescription
datestringISO date YYYY-MM-DD. Defaults to today (UTC). Used to anchor the briefing, affects tides, sun/moon times, and the night-sky reference time.
ebird_api_keystringeBird API key (free, request at https://ebird.org/api/keygen). Optional override of the EBIRD_API_KEY env var. When neither is set, the eBird section is reported as an error and other sources still p…
latnumberyesWGS84 latitude in decimal degrees, between -90 and 90. Example: 48.118 for Port Angeles, WA.
lngnumberyesWGS84 longitude in decimal degrees, between -180 and 180. Example: -123.4307 for Port Angeles, WA.
mushroom_observer_regionstringMushroom Observer region suffix string (e.g. "Clallam Co., Washington, USA"). Optional. When provided, the MO section uses suffix-match region filtering instead of bbox, useful when MO coverage at th…
noaa_stationstringNOAA CO-OPS tide station id, 6–8 digits. Example: '9444090' (Port Angeles, WA). Find a nearby station at https://tidesandcurrents.noaa.gov/. Optional, when omitted (and NOAA_STATION env var unset) ti…
usgs_sitestringUSGS streamgauge site number, 8–15 digits. Example: '12045500' (Elwha River near Port Angeles, WA). Find one at https://waterdata.usgs.gov/. Optional, when omitted (and USGS_SITE env var unset) strea…

No output schema declared.

No examples provided.

get_nearby_wildlife ~312

Combined feed of recent wildlife sightings near a location. Merges iNaturalist observations (all taxa, citizen-science) with eBird observations (birds, expert-curated) into one chronologically-sorted list. Use this when the caller asks 'what's been seen near me' without specifying birds-only or invertebrates-only. For finer control (taxon filters, date ranges) use the per-source MCP servers (`@pondlog/mcp-inaturalist`, `@pondlog/mcp-ebird`). eBird requires a free API key (EBIRD_API_KEY env var or `ebird_api_key` input). Without it, only the iNaturalist half populates and an `ebird` entry appears in `errors[]`.

NameTypeReqDescription
daysintegerDefault 7 days.
ebird_api_keystringeBird API key (free, request at https://ebird.org/api/keygen). Optional override of the EBIRD_API_KEY env var. When neither is set, the eBird section is reported as an error and other sources still p…
latnumberyesWGS84 latitude in decimal degrees, between -90 and 90. Example: 48.118 for Port Angeles, WA.
lngnumberyesWGS84 longitude in decimal degrees, between -180 and 180. Example: -123.4307 for Port Angeles, WA.
radius_kmnumberDefault 25 km.

No output schema declared.

No examples provided.

get_phenology ~254

Returns USA-NPN site-level phenometric records near a location: which species/phenophases (e.g. 'Flowers or flower buds', 'Open flowers', 'Ripe fruits') have been recorded at NPN stations within radius, with mean first/last 'yes' dates and distance. Useful for 'what's blooming near me' or 'what's leafing out'. Coverage is best in the continental US. NPN's bulk-download endpoint is intentionally not exposed, this composes a station search + site-level query for a polite, bandwidth-friendly answer. No API key required.

NameTypeReqDescription
latnumberyesWGS84 latitude in decimal degrees, between -90 and 90. Example: 48.118 for Port Angeles, WA.
lngnumberyesWGS84 longitude in decimal degrees, between -180 and 180. Example: -123.4307 for Port Angeles, WA.
radius_kmnumberDefault 50 km. Bigger radius pulls more stations into the query.
years_backintegerYears of NPN phenometric history to summarize, counting backwards from current year. Default 2 (this year + last). Maximum 20.

No output schema declared.

No examples provided.

get_tonight_sky ~220

Returns a full night-sky briefing for a location: sun times (sunrise/sunset/civil/nautical/astronomical twilight, golden hour), moon phase + illumination + rise/set, dark-sky window with 1-5 quality score, currently-visible planets with magnitude and compass direction, active and upcoming meteor showers, and top visible constellations. Pure local computation via astronomy-engine, no network call, no API key, never rate-limited. Always works for valid coordinates.

NameTypeReqDescription
datestringISO date YYYY-MM-DD. Defaults to today (UTC). Used to anchor the briefing, affects tides, sun/moon times, and the night-sky reference time.
latnumberyesWGS84 latitude in decimal degrees, between -90 and 90. Example: 48.118 for Port Angeles, WA.
lngnumberyesWGS84 longitude in decimal degrees, between -180 and 180. Example: -123.4307 for Port Angeles, WA.

No output schema declared.

No examples provided.

get_water_conditions ~294

Returns current streamflow (USGS instantaneous values: discharge cfs and gage height ft) plus tide predictions (NOAA CO-OPS, high/low for the date). Both keys are always present in the response, `streamflow: null` when no USGS site is configured, `tides: null` when no NOAA station is configured. Failures populate `errors[]`. Pass `noaa_station` and `usgs_site` per call, or set NOAA_STATION and USGS_SITE env vars at server startup. Neither requires an API key.

NameTypeReqDescription
datestringDate for tide predictions, YYYY-MM-DD. Defaults to today (UTC). USGS streamflow is always 'last 2 hours'.
noaa_stationstringNOAA CO-OPS tide station id, 6–8 digits. Example: '9444090' (Port Angeles, WA). Find a nearby station at https://tidesandcurrents.noaa.gov/. Optional, when omitted (and NOAA_STATION env var unset) ti…
usgs_sitestringUSGS streamgauge site number, 8–15 digits. Example: '12045500' (Elwha River near Port Angeles, WA). Find one at https://waterdata.usgs.gov/. Optional, when omitted (and USGS_SITE env var unset) strea…

No output schema declared.

No examples provided.