Skip to main content
Glama

National Park Data MCP Server

smithery.yaml455 B
runtime: "container" build: dockerfile: "Dockerfile" dockerBuildPath: "." startCommand: type: "http" configSchema: type: object properties: npsApiKey: type: string description: "Your API key for NPS website" required: ["npsApiKey"] commandFunction: |- (config) => ({ command: 'python', args: ['-m', 'server'], env: { NPS_API_KEY: config.npsApiKey } }) exampleConfig: npsApiKey: "YOUR_NPS_API_KEY_HERE"

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/harish-anandaramanujam/national-park-service-mcp-server'

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