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.cyanheads/paleobiology-mcp-server

NPM · @CYANHEADS/PALEOBIOLOGY-MCP-SERVER · SCANNED AUG 7

Search fossil occurrences, taxon ranges, diversity through deep time, and the geologic time scale.

+56 this week 65 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 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
  • 40 of 138 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability59
  • AI-judged instruction clarity (excellent).Pass
  • Context-footprint check failed: tool/resource definitions use about 3338 tokens (~476/item across 7 items; 7 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 Management0
  • Stability not yet verified: not enough scan history yet (needs a 30-day window).Unverified
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
  • Structured output schemas are declared (100% of tools); any adoption earns full credit.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass

Unverified: 1 category

A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.

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 · @cyanheads/paleobiology-mcp-server

# add to Claude Code
claude mcp add cyanheads-paleobiology-mcp-server -- npx -y @cyanheads/paleobiology-mcp-server
# add to Codex CLI
codex mcp add cyanheads-paleobiology-mcp-server -- npx -y @cyanheads/paleobiology-mcp-server
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "cyanheads-paleobiology-mcp-server": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@cyanheads/paleobiology-mcp-server"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add cyanheads-paleobiology-mcp-server --command npx --arg -y --arg @cyanheads/paleobiology-mcp-server
# ~/.hermes/config.yaml
mcp_servers:
  cyanheads-paleobiology-mcp-server:
    command: "npx"
    args: ["-y", "@cyanheads/paleobiology-mcp-server"]
// mcp.json
{
  "mcpServers": {
    "cyanheads-paleobiology-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@cyanheads/paleobiology-mcp-server"
      ]
    }
  }
}
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.

  • 7 Aug 26 +3
    • Known CVEs: partial → pass security
    • Dependency health: partial → 0.87 functional
  • 5 Aug 26 +27
    • Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window). security
    • MCP protocol: unverified → pass functional
    • Tool coverage: unverified → 100 functional
    • First check of Schema quality: fail functional
    • First check of Tool coverage: 100 functional
    • First check of Schema quality: fail functional
    • First check of Schema quality: excellent functional
    • First check of Tool coverage: 100 functional
  • 2 Aug 26 +22
    • Provenance: fail → unverified security
    • Install scripts: pass → unverified security
    • Known CVEs: unverified → partial security
    • Malware scan: unverified → pass security
    • Stability: Stability not yet verified: we do not have a sandbox capture of the MCP schema this version of the package serves yet. security
    • License: pass → unverified functional
    • Maintenance: pass → unverified functional
    • Dependency health: unverified → partial functional
    • Schema quality: Schema quality not yet verified: we do not have a sandbox capture of the MCP schema this version of the package serves yet. functional
    • Capabilities: Protocol version not yet verified: we do not have a sandbox capture of the MCP handshake this version of the package performs yet. functional
    • Tool coverage: Tool coverage not yet verified: we do not have a sandbox capture of the tool definitions this version of the package serves yet. functional
    • Licence: Apache-2.0 functional
  • 1 Aug 26 +4
    • 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 −15
    • Malware scan: pass → unverified security
    • Dependency health: unverified → partial functional
    • Schema quality: Schema quality not yet verified: our sandbox run of this package did not complete, so we have no schema to assess. functional
    • Tool coverage: Tool coverage not yet verified: our sandbox run of this package did not complete, so we have no tool definitions to assess. functional
    • Package version: 0.3.0 → 0.3.4 functional
  • 28 Jul 26 0
    • Tool coverage: Tool coverage not yet verified: we do not have a sandbox capture of the tool definitions this version of the package serves yet. functional
    • Schema quality: Schema quality not yet verified: we do not have a sandbox capture of the MCP schema this version of the package serves yet. functional
  • 27 Jul 26 24

    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 7 Aug 2026 · Analysed npm/@cyanheads/[email protected]

Provenance No attestation

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

Result No attestation
Ecosystem npm
Dependencies 138 packages
Packages resolved 138
Stale 40
Tree resolution Complete
MCP tools · 7 exposed · ~3,134 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
paleobiology_dataframe_describe ~75

List the tables and their columns staged on a DataCanvas by paleobiology_search_occurrences. Call this before paleobiology_dataframe_query to discover the exact table_name and column names to reference in SQL.

NameTypeReqDescription
canvas_idstringyesCanvas id returned by paleobiology_search_occurrences when its result spilled.
NameTypeReqDescription
tablesarrayyesTables staged on the canvas.

No examples provided.

paleobiology_dataframe_query ~224

Run a read-only SQL SELECT against occurrence result sets staged on a DataCanvas by paleobiology_search_occurrences. This is how you analyze a large fossil set without re-fetching it: count occurrences by early_interval, group by formation, country (cc), or accepted_name, or filter by a paleo/modern coordinate range. The classification column is JSON — roll up by rank with json_extract_string(classification, '$.family') (also $.phylum, $.class, $.order, $.genus). Staged rows are occurrences, so collection-only fields such as lithology are not present. Reference tables by the table_name that search_occurrences returned — call paleobiology_dataframe_describe first if you do not know the table or column names. SELECT only; writes and file-reading functions are rejected.

NameTypeReqDescription
canvas_idstringyesCanvas id returned by paleobiology_search_occurrences when its result spilled.
sqlstringyesA read-only SQL SELECT. Reference tables by the names paleobiology_search_occurrences / _describe returned.
NameTypeReqDescription
row_countnumberyesNumber of rows in the full result before any row cap.
rowsarrayyesResult rows (capped at the canvas row limit). Keys are the selected column names.
truncatedbooleanTrue when the result exceeded the canvas row cap and rows were trimmed.

No examples provided.

paleobiology_get_diversity ~492

Compute a diversity / origination / extinction curve for a clade across geologic time, binned by period, epoch, or age — answers "plot dinosaur genus diversity across the Mesozoic." Pass a clade-inclusive base_name (or base_id, the same clade by resolved taxon id — exactly one of the two) and bound the span by a named interval (e.g. "Mesozoic") or a max_ma/min_ma range; choose what to count (genera, species, or families) and the bin resolution. The full bin set returns inline — a diversity series is a bounded set of geologic intervals — so you read the curve, the turnover, and the per-bin origination/extinction directly. Counts reflect SAMPLED diversity, biased by collection effort and rock availability, not true past diversity.

NameTypeReqDescription
base_idintegerClade-inclusive taxon to count, by PBDB taxon id — the taxon_no from paleobiology_get_taxon, or accepted_no on an occurrence row. Same semantics as base_name, but unambiguous where a name is not (hom…
base_namestringClade-inclusive taxon to count, e.g. "Dinosauria" or "Ammonoidea" — this taxon and all descendants. Supply this or base_id (exactly one is required, never both).
countstringWhat to count per bin: "genera" (default), "species", or "families".
intervalstringNamed geologic interval bounding the span, e.g. "Mesozoic". Alternative to max_ma/min_ma.
max_manumberOlder bound of the span in millions of years ago. Alternative to interval. When paired with min_ma it must be strictly greater — max_ma is the deeper-time end of the span.
min_manumberYounger bound of the span in millions of years ago. Alternative to interval. When paired with max_ma it must be strictly smaller — min_ma is the nearer-to-present end of the span.
resolutionstringBin resolution: "period" (default, coarse), "epoch", or "age" (finest).
NameTypeReqDescription
attributionstringyesCC-BY data attribution for the Paleobiology Database.
binsarrayyesPer-interval diversity bins over the span, ordered oldest-first (oldest geologic interval, highest max_ma, first).
noticestringGuidance when the clade or span produced no bins, or when the taxon name could not be resolved and was ignored.
totalCountnumberyesNumber of geologic-interval bins returned.

No examples provided.

paleobiology_get_taxon ~339

Resolve a taxon by name (e.g. "Tyrannosaurus") or by integer taxon_no to its accepted name, rank, higher classification, immediate parent, fossil occurrence count, and first/last appearance (FAD/LAD) range in millions of years — "when did this clade exist, and what is it." Run this first to resolve a name into the accepted name and taxon_no, then pass that id as base_id to paleobiology_search_occurrences, paleobiology_get_diversity, or paleobiology_search_collections for a clade-inclusive filter that carries no name ambiguity (the same id also appears as accepted_no on occurrence rows). Set show_children to also list immediate child taxa. PBDB taxonomy is opinionated and can differ from GBIF's backbone, so the accepted name may differ from the name you searched.

NameTypeReqDescription
children_offsetintegerNumber of immediate children to skip before the returned page — used only when show_children is true. Advance it by 200 while children_truncated is true to walk the whole child list.
namestringTaxon name to resolve, e.g. "Tyrannosaurus" or "Ammonoidea". Provide this or taxon_no.
show_childrenbooleanWhen true, include a page of the immediate child taxa of this taxon (at most 200 per call — children_truncated says whether more remain).
taxon_nointegerPBDB taxon id from a prior get_taxon, or accepted_no on an occurrence row. Provide this or name.
NameTypeReqDescription
accepted_namestringyesPBDB accepted name (may differ from the searched name).
attributionstringyesCC-BY data attribution for the Paleobiology Database.
childrenarrayOne page of immediate child taxa, at most 200 — present only when show_children was true. A taxon with more children than that returns a page, not the full list; read children_truncated before treati…
children_offsetintegerPosition in the child list this page started at (0 is the first child). Present only when show_children was true.
children_truncatedbooleanTrue when more immediate children remain past this page — re-call with children_offset advanced by 200 to read the next. False means this page runs to the end of the child list. Present only when sho…
classificationobjectyesHigher classification of the taxon. Each level is present only when PBDB resolves it.
extantbooleanyesTrue if the clade survives to the present day; false if entirely extinct.
first_appearanceobjectyesA first- or last-appearance window. Empty when PBDB has no dated occurrences.
last_appearanceobjectyesA first- or last-appearance window. Empty when PBDB has no dated occurrences.
noticestringGuidance when the child list was cut off at the per-page cap (naming the children_offset that reaches the next page), or when children_offset ran past the end of the child list.
occurrence_countnumberNumber of fossil occurrences recorded in PBDB, when reported.
parent_namestringName of the immediate parent taxon, when known.
parent_nointegerPBDB taxon id of the immediate parent, when known.
rankstringyesTaxonomic rank, e.g. "genus", "family", "order".
taxon_nointegeryesAccepted PBDB taxon id — the canonical id for this taxon. Pass it as base_id to paleobiology_search_occurrences, paleobiology_get_diversity, or paleobiology_search_collections to filter on this clade…

No examples provided.

paleobiology_list_intervals ~343

Look up the geologic time scale — eons, eras, periods, epochs, and ages with their absolute-age boundaries in millions of years (Ma) and nesting. This is the reference that grounds every temporal filter on the other tools and translates a named interval like "Late Cretaceous" to its 100.5–66.0 Ma boundaries (and back). Filter by a name substring, a Ma range (overlap match), and/or a level; call with no filters to browse the full scale. Browsing and every name on the bundled ICS international-scale snapshot are answered offline. A name the snapshot does not carry — the sub-stage and regional names that occurrence and collection rows report, such as "Late Maastrichtian" or "Lancian" — costs one PBDB lookup across its other time scales; the response names which source answered and which scale the interval belongs to.

NameTypeReqDescription
levelstringRestrict to one rank of the international scale: eon, era, period, epoch, or age (finest). Browsing is bounded to that scale, so the sub-stage and regional ranks are not selectable here.
max_manumberOlder bound of an age window (Ma); intervals overlapping [min_ma, max_ma] match.
min_manumberYounger bound of an age window (Ma); intervals overlapping [min_ma, max_ma] match.
namestringCase-insensitive substring of the interval name, e.g. "cretaceous" or "Jurassic". A name the bundled international scale does not carry is matched exactly against PBDB's other time scales.
NameTypeReqDescription
intervalsarrayyesMatching geologic intervals, sorted oldest-first.
noticestringGuidance when no interval matched the filters.
snapshot_versionstringyesICS chart version and generation date of the bundled time scale, for citation.
sourcestringyesWhich source answered: "bundled_ics" for the offline international-scale snapshot, "pbdb_upstream" for a name resolved live against PBDB's other time scales.
totalCountnumberyesNumber of intervals matched by the filters.

No examples provided.

paleobiology_search_collections ~659

Find fossil collections (localities) by area and geologic time — "what has been dug up here, and from what rock." Each locality returns its location, age (named interval and Ma), formation and strata, lithology, depositional environment, and the count of co-occurring fossils. Filter by a clade-inclusive base_name (or base_id, the same clade by resolved taxon id), a named interval or max_ma/min_ma range, a lng/lat bounding box, a formation or lithology name, and/or an environment. Results page inline via limit/offset (the response discloses when more remain). Take a collection_no from a row and pass it — or the same bbox+interval — to paleobiology_search_occurrences to see the actual fauna found together.

NameTypeReqDescription
base_idintegerClade-inclusive taxon filter by PBDB taxon id — the taxon_no from paleobiology_get_taxon, or accepted_no on an occurrence row. Same semantics as base_name, but unambiguous where a name is not (homony…
base_namestringClade-inclusive taxon filter — localities yielding this taxon or its descendants, e.g. "Dinosauria". Supply this or base_id, never both.
environmentstringDepositional environment: "marine", "terrestrial", or "freshwater" (lacustrine + fluvial). Omit for all.
formationstringGeologic formation name to filter by, e.g. "Hell Creek".
intervalstringNamed geologic interval bounding the age, e.g. "Maastrichtian". Alternative to max_ma/min_ma.
latmaxnumberNorthern edge of the bounding box, decimal degrees (−90…90). Valid on its own — a lone latitude edge filters as a half-plane.
latminnumberSouthern edge of the bounding box, decimal degrees (−90…90). Valid on its own — a lone latitude edge filters as a half-plane.
limitintegerMaximum localities to return per page (1–500).
lithologystringLithology (rock type) to filter by, e.g. "sandstone".
lngmaxnumberEastern edge of the bounding box, decimal degrees (−180…180). Longitude is a closed pair — supply lngmin with it or neither.
lngminnumberWestern edge of the bounding box, decimal degrees (−180…180). Longitude is a closed pair — supply lngmax with it or neither.
max_manumberOlder age bound in millions of years ago. When paired with min_ma it must be strictly greater — max_ma is the deeper-time end of the window.
min_manumberYounger age bound in millions of years ago. When paired with max_ma it must be strictly smaller — min_ma is the nearer-to-present end of the window.
offsetintegerNumber of localities to skip — page with limit by advancing offset.
NameTypeReqDescription
attributionstringyesCC-BY data attribution for the Paleobiology Database.
capnumberThe per-page limit that was applied (set when truncated).
collectionsarrayyesMatching localities for this page.
noticestringGuidance when no locality matched, when localities remain past this page, or when a filter value was not recognized and ignored.
shownnumberNumber of localities returned in this page (set when truncated).
totalCountnumberTotal localities matching the filters upstream, across all pages.
truncatedbooleanTrue when localities remain past this page — advance offset for more.

No examples provided.

paleobiology_search_occurrences ~1,002

Search fossil occurrences filtered by taxon, geologic time, geography, and depositional environment — the flagship. Use base_name for a clade and all its descendants (what "Tyrannosaurus occurrences" usually means), base_id for that same clade by resolved taxon id, or taxon_name for an exact taxon. Bound the age by a named interval (e.g. "Maastrichtian") or a max_ma/min_ma range, and/or a lng/lat bounding box; scope to a single locality with collection_no (take it from a paleobiology_search_collections row). At least one filter is required — taxon, time, place, environment, or collection_no. Every row carries two distinct coordinate systems — modern lng/lat (where the rock is today) and paleo lng/lat (where the landmass sat at deposition) — plus the formation, age interval, and higher classification (phylum through genus); never plot a deep-time occurrence on a modern coastline. Resolve a name with paleobiology_get_taxon first if unsure. Broad queries return many rows: an inline preview answers the immediate question, and when the set outgrows that preview the matching occurrences — up to the per-call cap — stage on a DataCanvas (canvas_id + table_name, returned only then) for SQL via paleobiology_dataframe_query (count by interval, group by formation/country, map by region). The response reports how many occurrences matched in total, which rows this page covers, and the offset that reaches the next page — page through the whole match set with limit/offset.

NameTypeReqDescription
base_idintegerClade-inclusive taxon filter by PBDB taxon id — the taxon_no from paleobiology_get_taxon, or accepted_no on an occurrence row. Same clade-inclusive semantics as base_name, but unambiguous where a nam…
base_namestringClade-inclusive taxon filter — this taxon and all descendants, e.g. "Dinosauria". The usual choice. Supply this or base_id, never both.
canvas_idstringCanvas id from a prior call to re-stage onto the same workspace. Reusing it REPLACES (overwrites) the prior occurrence table — each search restages the full result, it does not append to or accumulat…
collection_nointegerRestrict to one collection (locality) by its PBDB collection_no — the fauna found together at that site. Take the id from a paleobiology_search_collections row to drill from a locality into its occur…
environmentstringDepositional environment: "marine", "terrestrial", or "freshwater" (lacustrine + fluvial). Omit for all.
intervalstringNamed geologic interval bounding the age, e.g. "Cretaceous" or "Maastrichtian". Alternative to max_ma/min_ma.
latmaxnumberNorthern edge of the bounding box, decimal degrees (−90…90). Valid on its own — a lone latitude edge filters as a half-plane.
latminnumberSouthern edge of the bounding box, decimal degrees (−90…90). Valid on its own — a lone latitude edge filters as a half-plane.
limitintegerMaximum occurrences to pull per page (1–500). Caps the pull (further bounded by PBDB_MAX_OCCURRENCES); broad queries stage that page on the canvas for SQL. Pair with offset to walk the whole match se…
lngmaxnumberEastern edge of the bounding box, decimal degrees (−180…180). Longitude is a closed pair — supply lngmin with it or neither.
lngminnumberWestern edge of the bounding box, decimal degrees (−180…180). Longitude is a closed pair — supply lngmax with it or neither.
max_manumberOlder age bound in millions of years ago. Alternative to interval. When paired with min_ma it must be strictly greater — max_ma is the deeper-time end of the window.
min_manumberYounger age bound in millions of years ago. Alternative to interval. When paired with max_ma it must be strictly smaller — min_ma is the nearer-to-present end of the window.
offsetintegerNumber of matching occurrences to skip before this page — page with limit by advancing offset. The response notice names the exact offset that reaches the next page.
taxon_namestringExact taxon filter — only this taxon, not descendants. Use instead of base_name when you want a single taxon.
NameTypeReqDescription
attributionstringyesCC-BY data attribution for the Paleobiology Database.
canvas_idstringCanvas id holding the staged occurrence set — pass to paleobiology_dataframe_query. Present only when spilled is true; a result that fit inline stages nothing, so there is no table to query.
noticestringGuidance when no occurrence matched, when results spilled to the canvas, when occurrences remain past this page (naming the offset that reaches the next one), when offset ran past the end of the matc…
occurrencesarrayyesInline preview of matching occurrences for the requested page. The staged occurrence set is on the canvas when spilled is true — it is one page of the match set rather than every match (the notice st…
row_countnumberyesRows staged on the canvas when spilled; otherwise the preview length. Capped at the per-call limit (PBDB_MAX_OCCURRENCES) — compare against the totalCount enrichment for how many matched upstream.
spilledbooleanyesTrue when the result exceeded the inline preview and the staged occurrence set was written to the canvas.
table_namestringCanvas table holding the staged occurrence set. Present only when spilled is true.
totalCountnumberyesTotal occurrences matching the filters upstream — the number this call was drawn from, which may exceed the staged set.

No examples provided.