You're viewing a demo portfolio

Join the waitlist
PRSM

nearby_observations

Active

Tool of Ebird

declared in 0.1.0

Recent observations within a radius of a lat/lon. Useful for "what birds are around here right now."

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "latitude": 37.7749,
      "longitude": -122.4194
    },
    {
      "back": 7,
      "dist_km": 10,
      "latitude": 40.7128,
      "longitude": -74.006,
      "species_code": "amegfi"
    }
  ],
  "required": [
    "latitude",
    "longitude"
  ],
  "properties": {
    "back": {
      "type": "number",
      "description": "Days back (1-30, default 14)"
    },
    "dist_km": {
      "type": "number",
      "description": "Radius in km (1-50, default 25)"
    },
    "latitude": {
      "type": "number",
      "description": "Latitude"
    },
    "longitude": {
      "type": "number",
      "description": "Longitude"
    },
    "max_results": {
      "type": "number",
      "description": "1-10000 (default 100)"
    },
    "species_code": {
      "type": "string",
      "description": "Optional species filter"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Ebird

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

1/7 registries
View full server →
nearby_observations — Ebird — PRSM MCP