Skip to main content
Glama

AviBase MCP Server

by kshayk

get_birds_by_region

Retrieve bird species data based on specific geographic regions using the AviBase MCP Server. Input a region and optional limit to explore bird distributions and classifications.

Instructions

Find birds by geographic region or range (e.g., Madagascar, Australia, Africa, etc.).

Input Schema

NameRequiredDescriptionDefault
limitNoMaximum number of results to return (default: 50)
regionYesGeographic region to search for in bird ranges

Input Schema (JSON Schema)

{ "properties": { "limit": { "default": 50, "description": "Maximum number of results to return (default: 50)", "type": "number" }, "region": { "description": "Geographic region to search for in bird ranges", "type": "string" } }, "required": [ "region" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/kshayk/avibase-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server