pipeworx-io/mcp-science
MCP server for science data — NASA APOD, ISS location, and earthquake monitoring
Platform-specific configuration:
{
"mcpServers": {
"mcp-science": {
"command": "npx",
"args": [
"-y",
"mcp-science"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Science MCP — free science data APIs
Part of the Pipeworx open MCP gateway.
| Tool | Description | |------|-------------| | get_iss_location | Get the current location of the International Space Station | | get_earthquakes | Get recent earthquakes from USGS | | get_air_quality | Get air quality measurements near a location from OpenAQ | | get_apod | Get NASA Astronomy Picture of the Day |
Add to your MCP client config:
{
"mcpServers": {
"science": {
"url": "https://gateway.pipeworx.io/science/mcp"
}
}
}Or use the CLI:
npx pipeworx use scienceMIT
Loading reviews...