Skip to main content
Glama

National Parks MCP Server

getVisitorCenters

Find visitor center details, locations, and operating hours for U.S. National Parks. Filter by park code, search by name, or paginate results for efficient planning.

Instructions

Get information about visitor centers and their operating hours

Input Schema

NameRequiredDescriptionDefault
limitNoMaximum number of visitor centers to return (default: 10, max: 50)
parkCodeNoFilter visitor centers by park code (e.g., "yose" for Yosemite). Multiple parks can be comma-separated (e.g., "yose,grca").
qNoSearch term to filter visitor centers by name or description
startNoStart position for results (useful for pagination)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "limit": { "description": "Maximum number of visitor centers to return (default: 10, max: 50)", "type": "number" }, "parkCode": { "description": "Filter visitor centers by park code (e.g., \"yose\" for Yosemite). Multiple parks can be comma-separated (e.g., \"yose,grca\").", "type": "string" }, "q": { "description": "Search term to filter visitor centers by name or description", "type": "string" }, "start": { "description": "Start position for results (useful for pagination)", "type": "number" } }, "type": "object" }
Install Server

Other Tools from National Parks MCP Server

Related Tools

    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/KyrieTangSheng/mcp-server-nationalparks'

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