

Space & Earth Science Explorer
Data
Available ActionsEach successful request consumes credits as outlined below.
query_space_science_data5cr
Details
Explore the cosmos and our planet from your workflow. Search stunning space imagery, discover scientific datasets, track earthquake activity in real time, and tap into decades of earth observation and climate research. Whether you're building a research project, creating content, or just curious about what's happening in space and on Earth — this puts a universe of scientific data at your fingertips.
Use Cases
Search space and astronomy imagery, Discover scientific research datasets, Track real-time earthquake activity, Explore climate and weather observation data, Find earth observation satellite imagery, Research space mission archives, Analyze geophysical and environmental trends
Actions(1)
query_space_science_data5cr4 params(1 required)Search across NASA, NOAA, and USGS public data sources using a natural-language query. Returns space imagery, scientific datasets, earthquake events, and earth observation records.
query_space_science_data5cr4 params(1 required)Search across NASA, NOAA, and USGS public data sources using a natural-language query. Returns space imagery, scientific datasets, earthquake events, and earth observation records.
queryrequiredstringNatural-language query for space or science data.
sourcestringPreferred source filter. nasa = NASA Image Library and NASA datasets, noaa = NOAA climate/ocean/weather datasets, usgs = USGS earthquakes and DOI datasets, all = query all sources.
Values:
nasanoaausgsall
Default:
alltime_periodstringOptional time period filter. Accepts 'latest', a single year like '2024', or a range like '2015:2024'.
limitintegerMaximum records to return.
Default:
20Range: 1 - 100
Frequently Asked Questions
How do I connect this tool to an external agent?
You can install the local MCP server by opening a terminal and running:
Install commands
npm install -g @agentpmt/mcp-router
agentpmt-setupThis will connect you to local agents like Claude Code, Windsurf, Grok Build, Cursor, etc.
Alternatively you can connect to the hosted version with this config block, no installation required:
Hosted MCP config
{
"mcpServers": {
"agentpmt": {
"type": "streamable-http",
"url": "https://api.agentpmt.com/mcp",
"headers": {
"Authorization": "Bearer <AGENTPMT_BEARER_TOKEN>",
"x-instance-metadata": "{\"client\":\"generic-mcp\",\"platform\":\"remote\"}"
}
}
}
}View MCP Connection Instructions for more details.
How does an external agent use this tool?
After the external agent is connected to an Agent Group that can use this tool, paste this prompt into the agent:
Agent prompt
Call the AgentPMT-Tool-Search-and-Execution tool with action 'get_schema' and tool_id 69865d55269243768b447e3b ("Space & Earth Science Explorer"). Then call the same tool with action 'call_tool', tool_id 69865d55269243768b447e3b, and the parameters needed for my request.
The agent should fetch the tool schema first, collect the required parameters for your request, and then call the tool through AgentPMT.





