You're viewing a demo portfolio

Join the waitlist
PRSM

find_occurrences

Active

Tool of Obis

declared in 0.1.0

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\"."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Obis

https://github.com/pipeworx-io/mcp-obis

1/7 registries
View full server →