find_occurrences
ActiveTool of Obis
Find georeferenced marine occurrence records (latitude, longitude, date, depth, country, locality, basis of record) for a scientific name from OBIS. Optionally filter by date range. Returns the total match count plus a sample of records.
Parameters schema
{
"type": "object",
"required": [
"scientificname"
],
"properties": {
"limit": {
"type": "number",
"description": "Max records to return (default 20, max 100)."
},
"enddate": {
"type": "string",
"description": "Latest event date, YYYY-MM-DD (optional)."
},
"startdate": {
"type": "string",
"description": "Earliest event date, YYYY-MM-DD (optional)."
},
"scientificname": {
"type": "string",
"description": "Scientific name to search occurrences for, e.g. \"Orcinus orca\"."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Obis
https://github.com/pipeworx-io/mcp-obis
1/7 registries