N
NASA
Query NASA imagery, APOD and asteroid feeds.
·No reviews yet
Share:
About
Auto-generated
NASA is a Model Context Protocol server in the Search & Web category. It lets AI assistants that speak MCP call its tools and read its resources over STDIO.
Example tools
Illustrative tool names — the actual tool set is defined by the server at runtime.
web_search
Search the web and return top results
fetch_url
Fetch and return the contents of a URL
Screenshots
No screenshots yet.
Frequently Asked Questions
Common questions about NASA.
- What data can I access through the NASA MCP?
- The NASA MCP allows you to query various NASA data feeds, including imagery, the Astronomy Picture of the Day (APOD), and asteroid information. It provides a programmatic interface to access this public NASA data.
- How do I install the NASA MCP in a client application?
- Since this MCP uses the 'stdio' transport, installation typically involves adding the executable to your client's tool directory. Consult your MCP client's documentation for specific instructions on integrating stdio-based tolls.
- Does the NASA MCP require an API key or other credentials?
- Yes, the NASA MCP requires an API key for authentication. You will need to obtain an API key from NASA to use this MCP effectively. Refer to NASA's API documentation for details on key acquisition.
- What are the primary capabilities of the NASA MCP?
- This MCP is designed to provide structured access to NASA's public data. Key capabilities include retrieving astronomical images, daily astronomy facts, and data related to asteroid observations. Specific tools exposed are not listed here.
- Is there a cost to use the NASA MCP?
- The underlying NASA data is generally free for public use, but the cost and licensing of the MCP itself depend on the deployment and any fees associated with the 'Community' provider. Consult the repository for licensing information.
- What is a common limitation when using the NASA MCP?
- A common limitation is hitting API rate limits imposed by NASA's services if not managed properly. Users should be aware of and adhere to NASA's API usage policies to avoid service interruptions. It also depends on the deployed version of the MCP.
Install NASA
Claude Desktop
Add this to claude_desktop_config.json.
{
"mcpServers": {
"nasa": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-nasa"
]
}
}
}Cursor
Add this to ~/.cursor/mcp.json.
{
"mcpServers": {
"nasa": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-nasa"
]
}
}
}VS Code
Add this to your workspace settings.json.
{
"mcp.servers": {
"nasa": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-nasa"
]
}
}
}Reviews
Sign in to leave a review.
No reviews yet. Be the first!
Discussion(0)
No comments yet.