Search fossil occurrences, taxon ranges, diversity through deep time, and the geologic time scale.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Search fossil occurrences, resolve taxon fossil ranges, plot diversity through deep time, and look up the geologic time scale via MCP. STDIO or Streamable HTTP.
Public Hosted Server: https://paleobiology.caseyjhand.com/mcp
Eight tools (seven by default) β five domain tools for the Paleobiology Database, plus a DataCanvas trio for SQL over staged occurrence sets. Large occurrence results spill to a canvas; the other domain tools return inline.
| Tool Name | Description |
|---|---|
paleobiology_search_occurrences | Search fossil occurrences by taxon, geologic time, geography, and depositional environment. Every row carries both modern and paleo coordinates. The flagship; broad results spill to a DataCanvas for SQL. |
paleobiology_get_taxon | Resolve a taxon by name or taxon_no to its accepted name, rank, classification, parent, occurrence count, and first/last-appearance (FAD/LAD) range. Run first to resolve names for the other tools. |
paleobiology_get_diversity | Compute a diversity / origination / extinction curve for a clade across geologic time, binned by period, epoch, or age. Returns the full bin set inline. |
paleobiology_list_intervals | Look up the geologic time scale β eons through ages with absolute-age (Ma) boundaries and nesting. Translates named intervals β Ma. Served offline from a bundled ICS snapshot; a name outside it costs one PBDB lookup across the sub-stage and regional scales. |
paleobiology_search_collections | Find fossil collections (localities) by area and geologic time, with their formation, lithology, depositional environment, and co-occurring-fossils count. Paged inline. |
paleobiology_dataframe_query | Run a read-only SQL SELECT over occurrence sets staged on a DataCanvas by paleobiology_search_occurrences. SELECT only. |
paleobiology_dataframe_describe | List the tables and columns staged on a DataCanvas. Call before paleobiology_dataframe_query to discover table and column names. |
paleobiology_dataframe_drop | Drop a single staged table to free memory before its TTL expires. Opt-in β registered only when PALEOBIOLOGY_DATAFRAME_DROP_ENABLED=true. |
paleobiology_search_occurrencesSearch fossil occurrences filtered by taxon, geologic time, geography, and environment β the flagship.
base_name (a clade and all its descendants) or taxon_name (exact) for the taxon filterbase_id filters the same clade by its resolved PBDB taxon_no β take it from paleobiology_get_taxon (or accepted_no on an occurrence row) and skip the name ambiguity. base_name and base_id are mutually exclusive; sending both is rejected at the tool boundaryMaastrichtian) or a max_ma/min_ma range, and/or a lng/lat bounding boxcollection_no scopes the search to a single locality β drill from a paleobiology_search_collections row into the fauna found thereenvironment enum: marine, terrestrial, freshwatercollection_no) is required β an unfiltered call is rejected before the upstream request, not reported as PBDB being unavailablelngmin/lngmax are a closed pair (both or neither), and min_ma must be strictly less than max_ma β both are rejected at the tool boundary with a recovery hint, before the upstream request. A lone latmin or latmax is valid and filters as a half-planelimit, further bounded by PBDB_MAX_OCCURRENCES) β stage on a DataCanvas for SQL via paleobiology_dataframe_query. canvas_id and table_name come back only on that spill path; a result that fits inline stages nothinglimit/offset against the true upstream match count. When occurrences remain, the notice names the page bounds and the exact next offset (Showing occurrences 1β500 of 4170. Advance offset to 500 for the next page.); paging past the end reports the overshoot instead of blaming the filterscanvas_id replaces that canvas's occurrence table β each search restages its result, it does not accumulate across callspaleobiology_get_taxonResolve a taxon by name or integer taxon_no to its full record and fossil temporal range β the name-resolution gateway the occurrence and diversity tools depend on.
taxon_no it returns is the base_id accepted by paleobiology_search_occurrences, paleobiology_get_diversity, and paleobiology_search_collectionsshow_children also lists immediate child taxa, up to 200 per call. children_truncated says whether more remain and children_offset says where the page started β advance children_offset by 200 while children_truncated is true to walk the whole child list. A taxon with over 200 immediate children returns a page, never a silently clipped listpaleobiology_get_diversityCompute a diversity / origination / extinction curve for a clade across geologic time.
base_name or base_id (exactly one is required; both together, or neither, is rejected at the tool boundary), bound by a named interval (e.g. Mesozoic) or a max_ma/min_ma range (min_ma must be strictly less than max_ma)count enum: genera, species, families; resolution enum: period, epoch, agepaleobiology_search_collectionsFind fossil collections (localities) by area and geologic time β "what has been dug up here, and from what rock."
base_name or base_id (mutually exclusive), a named interval or max_ma/min_ma range, a lng/lat bounding box, a formation or lithology name, and/or environment β at least one filter is required (an unfiltered call is rejected before the upstream request)paleobiology_search_occurrences: lngmin/lngmax both or neither, min_ma strictly less than max_malimit/offset; the response discloses when more remaincollection_no from a row β or the same bbox+interval β into paleobiology_search_occurrences to see the fauna found together| Type | Name | Description |
|---|---|---|
| Resource | paleobiology://occurrence/{occurrence_no} | One fossil occurrence with full detail β modern + paleo coordinates, classification, strata, locality, and the CC BY source credit. |
| Resource | paleobiology://taxon/{taxon_no} | One taxon record with its fossil range, classification, and the CC BY source credit. |
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/paleobiology-mcp-server)<a href="https://allmcps.com/mcp/paleobiology-mcp-server"><img src="https://allmcps.com/api/badge/paleobiology-mcp-server?style=directory" alt="Paleobiology MCP Server on AllMCPs" /></a>