find_fossils
ActiveTool of Paleobiodb
Find fossil occurrences for a taxon from the Paleobiology Database (the global fossil record). Returns occurrences with collection locations (lat/lng, country) and geologic ages. base_name matching includes the taxon and all of its subtaxa. Ages are in millions of years (Ma). Keyless.
Parameters schema
{
"type": "object",
"required": [
"taxon"
],
"properties": {
"limit": {
"type": "number",
"description": "Max occurrences to return (default 20, max 100)."
},
"taxon": {
"type": "string",
"description": "Taxon name, e.g. \"Tyrannosaurus\" or \"Mammalia\". Matches the taxon and all subtaxa."
},
"country": {
"type": "string",
"description": "Two-letter country code to filter by, e.g. \"US\"."
},
"interval": {
"type": "string",
"description": "Geologic time interval (period/epoch) to filter by, e.g. \"Cretaceous\"."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Paleobiodb
https://github.com/pipeworx-io/mcp-paleobiodb
1/7 registries