Skip to main content
Glama

National Parks MCP Server

findParks

Search U.S. National Parks by state, name, or activities using the NPS API. Filter results, limit outputs, and paginate for precise park discovery.

Instructions

Search for national parks based on state, name, activities, or other criteria

Input Schema

NameRequiredDescriptionDefault
activitiesNoFilter by available activities (e.g., "hiking,camping")
limitNoMaximum number of parks to return (default: 10, max: 50)
qNoSearch term to filter parks by name or description
startNoStart position for results (useful for pagination)
stateCodeNoFilter parks by state code (e.g., "CA" for California, "NY" for New York). Multiple states can be comma-separated (e.g., "CA,OR,WA")

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "activities": { "description": "Filter by available activities (e.g., \"hiking,camping\")", "type": "string" }, "limit": { "description": "Maximum number of parks to return (default: 10, max: 50)", "type": "number" }, "q": { "description": "Search term to filter parks by name or description", "type": "string" }, "start": { "description": "Start position for results (useful for pagination)", "type": "number" }, "stateCode": { "description": "Filter parks by state code (e.g., \"CA\" for California, \"NY\" for New York). Multiple states can be comma-separated (e.g., \"CA,OR,WA\")", "type": "string" } }, "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