nasa-mcp-server
by jezweb
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | Port for HTTP transport (default: 8000). | 8000 |
| API_KEY | No | Your NASA API key. Get one for free at https://api.nasa.gov/. If not set, the server may use DEMO_KEY (limited to 30 requests/hour). | |
| LOG_LEVEL | No | Log level (default: INFO). | INFO |
| TRANSPORT | No | Transport protocol (stdio or http, default: stdio). | stdio |
| DEFAULT_COUNT | No | Default count for random APOD images (default: 10). | 10 |
| CACHE_TTL_IMAGES | No | Cache TTL for images in seconds (default: 1800). | 1800 |
| MAX_HOURLY_CALLS | No | Maximum hourly API calls for registered keys (default: 1000). | 1000 |
| CACHE_TTL_DYNAMIC | No | Cache TTL for dynamic data in seconds (default: 600). | 600 |
| DEMO_HOURLY_LIMIT | No | Hourly limit for DEMO_KEY (default: 30). | 30 |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
This server cannot be deployed
Maintenance
ActivityInactive
ResponsivenessNo issues