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

io.github.andrewschristison/pondlog

NPM · @PONDLOG/MCP-PONDLOG · SCANNED SEP 22

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

0 this week 82 Trust /100
Trust breakdown (7 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 → Why this is hard to score →

Supply Chain Security98
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • No install/post-install scripts declared.Pass
  • 32 of 105 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability63
  • 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 Management100
  • No destabilizing schema changes in the last 30 days.Pass
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
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • We read all 5 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
  • An AI judge read all 5 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

How do I install the io.github.andrewschristison/pondlog MCP server?

io.github.andrewschristison/pondlog runs locally as an npm package, launched with npx -y @pondlog/mcp-pondlog. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

npm · @pondlog/mcp-pondlog

# add to Claude Code
claude mcp add andrewschristison-pondlog -- npx -y @pondlog/mcp-pondlog
// .cursor/mcp.json
{
  "mcpServers": {
    "andrewschristison-pondlog": {
      "command": "npx",
      "args": [
        "-y",
        "@pondlog/mcp-pondlog"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "andrewschristison-pondlog": {
      "command": "npx",
      "args": [
        "-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"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "andrewschristison-pondlog": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "@pondlog/mcp-pondlog"
      ]
    }
  }
}
# add to Vellum
assistant mcp add andrewschristison-pondlog -t stdio -c npx -a -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.

  • 22 Sept 26 +1
    • Stability: 0.97 → pass security
  • 20 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 90 to 93. That category is still filling its 30-day observation window: 27 days of observed history at the previous scan, 28 at this one. The score rises as the window fills, whether or not the server changes.

  • 18 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 83 to 87. That category is still filling its 30-day observation window: 25 days of observed history at the previous scan, 26 at this one. The score rises as the window fills, whether or not the server changes.

  • 16 Sept 26 −3
    • Stability: pass → 0.80 functional
  • 15 Sept 26 +1
    • Stability: 0.97 → pass security
  • 13 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 90 to 93. That category is still filling its 30-day observation window: 27 days of observed history at the previous scan, 28 at this one. The score rises as the window fills, whether or not the server changes.

  • 11 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 83 to 87. That category is still filling its 30-day observation window: 25 days of observed history at the previous scan, 26 at this one. The score rises as the window fills, whether or not the server changes.

  • 9 Sept 26 −3
    • Stability: pass → 0.80 functional
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 22 Sept 2026 · Analysed npm/@pondlog/mcp-pondlog@0.3.8

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem npm

Background: How many MCP packages publish verified provenance →

Dependencies 105 packages
Packages resolved 105
Stale 32
Tree resolution Complete

Background: SBOMs and build attestations, explained →

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. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

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.

Common questions

What is the io.github.andrewschristison/pondlog MCP server?

io.github.andrewschristison/pondlog is an MCP server listed in the public MCP registry as io.github.andrewschristison/pondlog. Aggregate nature MCP. 8 sources: iNat, eBird, NOAA, USGS, NPN, Mushroom Observer, sky, garden. This page covers its npm package (@pondlog/mcp-pondlog).

Is the io.github.andrewschristison/pondlog MCP server safe to use?

io.github.andrewschristison/pondlog scores 82 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 22 September 2026. It declares no install or post-install scripts. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the io.github.andrewschristison/pondlog MCP server expose?

io.github.andrewschristison/pondlog exposes 5 tools: get_nature_briefing, get_nearby_wildlife, get_water_conditions, get_tonight_sky, get_phenology. Their descriptions and schemas cost roughly 1,654 tokens of context every time the server is loaded.

Is the io.github.andrewschristison/pondlog MCP server still maintained?

io.github.andrewschristison/pondlog is still listed as active in the MCP registry. We last reached this channel on 22 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

What licence is the io.github.andrewschristison/pondlog MCP server under?

io.github.andrewschristison/pondlog declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.