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 |
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 | |
Latest Blog Posts
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/jezweb/nasa-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server